Type alias SpendOptionsType

SpendOptionsType: BuildTxOptions<SpendTx, "senderId" | "recipientId" | "amount"> & Parameters<typeof resolveName>[2] & {
    onAccount: AccountBase;
} & SendTransactionOptions

Type declaration

Generated using TypeDoc