Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

address

address: string = ""

hd

hd: HDKey | any

node

privateKey

privateKey: string = ""

publicKey

publicKey: string = ""

supportsCancel

supportsCancel: boolean = false

type

utils

utils: GenericAccountUtils | any

Methods

buildCancelTransaction

buildTransaction

  • buildTransaction(to: string, amount: number, nonce: number, txdata: Buffer, txGasPrice?: number, txGasLimit?: number): ZilliqaTransaction

buildTransferTransaction

  • buildTransferTransaction(to: string, amount: number, nonce: number, txGasLimit: number, txGasPrice: number): ZilliqaTransaction

estimateTransaction

  • estimateTransaction(to: string, amount: number, nonce: number, txdata: Buffer, txGasPrice?: number, txGasLimit?: number): Promise<number>

getBalance

  • getBalance(): Promise<BigNumber>

getNonce

  • getNonce(): Promise<number>

getTransactions

send

signTransaction

tryHdWalletSetup

  • tryHdWalletSetup(): void

Static getImplementedClassName

  • getImplementedClassName(name: string): string

Generated using TypeDoc