Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransactionObjectTypeWithCallback

Hierarchy

Index

Properties

callback

callback: (tx: object) => Promise<string>

Type declaration

    • (tx: object): Promise<string>
    • Parameters

      • tx: object

      Returns Promise<string>

chainId

chainId: number

gasLimit

gasLimit: ExtendedBN

gasPrice

gasPrice: ExtendedBN

inputData

inputData: string

nonce

nonce: number

Optional to

to: string

value

value: ExtendedBN

Generated using TypeDoc