Type alias SendTransactionOptionsType

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

Type declaration

  • Optional confirm?: boolean | number
  • onAccount: AccountBase
  • onNode: Node
  • Optional verify?: boolean
  • Optional waitMined?: boolean

Generated using TypeDoc