Interface SendOptions

Hierarchy

Properties

_expectedMineRate?: number
_maxPollInterval?: number
_microBlockCycle?: number
authData?: { args?: any[]; callData?: `cb_${string}`; gasLimit?: number; source?: string }

Type declaration

  • Optional args?: any[]
  • Optional callData?: `cb_${string}`
  • Optional gasLimit?: number
  • Optional source?: string
authFun?: string
blocks?: number
confirm?: number | boolean
innerTx?: boolean
interval?: number
networkId?: string
onAccount: AccountBase
onCompiler?: Compiler
onNode: Node
verify?: boolean
waitMined?: boolean

Generated using TypeDoc