Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "network/websocket/websocketBuilder"

Index

Functions

getAllowance

getBalance

  • getBalance(address: Address): string

getBlock

  • getBlock(value: number | string): string

getBlockHeight

  • getBlockHeight(): string

getBlockHeightByTxHash

  • getBlockHeightByTxHash(hash: string): string

getBlockJson

  • getBlockJson(value: number | string): string

getContract

  • getContract(hash: string): string

getContractJson

  • getContractJson(hash: string): string

getGenerateBlockTime

  • getGenerateBlockTime(): string

getMerkleProof

  • getMerkleProof(hash: string): string

getNodeCount

  • getNodeCount(): string

getRawTransaction

  • getRawTransaction(txHash: string): string

getRawTransactionJson

  • getRawTransactionJson(txHash: string): string

getSmartCodeEvent

  • getSmartCodeEvent(value: number | string): string

getStorage

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

sendHeartBeat

  • sendHeartBeat(): string

sendRawTransaction

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

sendSubscribe

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

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

    Returns string

Generated using TypeDoc