Type alias SendTransactionOptionsType
Send
Transaction
Options
Type
: { confirm
?: boolean | number; onAccount
?: AccountBase; onNode
: Node; verify
?: boolean; waitMined
?: boolean } & Parameters<typeof poll>[1] & Omit<Parameters<typeof waitForTxConfirm>[1], "confirm">