Hierarchy

  • SendAllProps

Properties

fee?: bigint

The transaction fee. Defaults to 0. If fee is not passed, the library will figure out the network fee and subtract it from the final amount

priorityFee?: number

The priority fee of the transaction. Defaults to 0.

recipient: string | Address

The recipient of the transaction, can be address string or Address Object that's created from the library

Generated using TypeDoc