Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "network/websocket/websocketBuilder"

Index

Functions

getAllowance

getBalance

  • getBalance(address: Address): object

getBlock

  • getBlock(value: number | string): object

getBlockHash

  • getBlockHash(value: number): object

getBlockHeight

  • getBlockHeight(): object

getBlockHeightByTxHash

  • getBlockHeightByTxHash(hash: string): object

getBlockJson

  • getBlockJson(value: number | string): object

getBlockTxsByHeight

  • getBlockTxsByHeight(value: number): object

getContract

  • getContract(hash: string): object

getContractJson

  • getContractJson(hash: string): object

getGasPrice

  • getGasPrice(): object

getGrantOng

  • getGrantOng(address: Address): object

getMempoolTxCount

  • getMempoolTxCount(): object

getMempoolTxState

  • getMempoolTxState(txHash: string): object

getMerkleProof

  • getMerkleProof(hash: string): object

getNetworkId

  • getNetworkId(): object

getNodeCount

  • getNodeCount(): object

getRawTransaction

  • getRawTransaction(txHash: string): object

getRawTransactionJson

  • getRawTransactionJson(txHash: string): object

getSmartCodeEvent

  • getSmartCodeEvent(value: number | string): object

getStorage

  • getStorage(codeHash: string, key: string): object

getUnboundOng

  • getUnboundOng(address: Address): object

getVersion

  • getVersion(): object

sendHeartBeat

  • sendHeartBeat(): object

sendRawTransaction

  • sendRawTransaction(hexData: string, preExec?: boolean): object

sendSubscribe

  • sendSubscribe(subscribeEvent?: boolean, subscribeJsonBlock?: boolean, subscribeRawBlock?: boolean, subscribeBlockTxHashes?: boolean): object
  • Parameters

    • Default value subscribeEvent: boolean = false
    • Default value subscribeJsonBlock: boolean = false
    • Default value subscribeRawBlock: boolean = false
    • Default value subscribeBlockTxHashes: boolean = false

    Returns object

    • Action: string
    • SubscribeBlockTxHashs: boolean
    • SubscribeEvent: boolean
    • SubscribeJsonBlock: boolean
    • SubscribeRawBlock: boolean
    • Version: string

Generated using TypeDoc