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">

Generated using TypeDoc