Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HeatSDK

Index

Constructors

constructor

Properties

api

api: HeatApi

config

converters

converters: "converters" = converters

crypto

crypto: "crypto" = crypto

rpc

rpc: HeatRpc

secretGenerator

secretGenerator: SecretGenerator = new SecretGenerator()

setRandomSource

setRandomSource: setRandomSource = setRandomSource

subscriber

subscriber: HeatSubscriber

types

types: "types" = types

utils

utils: "utils" = utils

Methods

arbitraryMessage

  • arbitraryMessage(recipientOrRecipientPublicKey: string, message: string): Transaction

assetIssuance

  • assetIssuance(descriptionUrl: string, descriptionHash: number[], quantity: string, decimals: number, dillutable: boolean, feeHQT?: string): Transaction
  • Parameters

    • descriptionUrl: string
    • descriptionHash: number[]
    • quantity: string
    • decimals: number
    • dillutable: boolean
    • Optional feeHQT: string

    Returns Transaction

assetTransfer

  • assetTransfer(recipientOrRecipientPublicKey: string, assetId: string, quantity: string, feeHQT?: string): Transaction
  • Parameters

    • recipientOrRecipientPublicKey: string
    • assetId: string
    • quantity: string
    • Optional feeHQT: string

    Returns Transaction

atomicMultiTransfer

cancelAskOrder

cancelBidOrder

parseTransactionBytes

parseTransactionJSON

passphraseDecrypt

  • passphraseDecrypt(cipherText: string, passphrase: string): string
  • Parameters

    • cipherText: string
    • passphrase: string

    Returns string

passphraseEncrypt

  • passphraseEncrypt(plainText: string, passphrase: string): string
  • Parameters

    • plainText: string
    • passphrase: string

    Returns string

payment

  • payment(recipientOrRecipientPublicKey: string, amount: string): Transaction

placeAskOrder

  • placeAskOrder(currencyId: string, assetId: string, quantity: string, price: string, expiration: number): Transaction
  • Parameters

    • currencyId: string
    • assetId: string
    • quantity: string
    • price: string
    • expiration: number

    Returns Transaction

placeBidOrder

  • placeBidOrder(currencyId: string, assetId: string, quantity: string, price: string, expiration: number): Transaction
  • Parameters

    • currencyId: string
    • assetId: string
    • quantity: string
    • price: string
    • expiration: number

    Returns Transaction

privateMessage

  • privateMessage(recipientPublicKey: string, message: string): Transaction

privateMessageToSelf

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc