Skip to main content

Type Alias: SendTransactionParams

type SendTransactionParams: XOR<SendDataTransactionParams, SendAbiTransactionParams>;

Represents the params for sending a transaction.

Defined

@nilfoundation/niljs/src/contracts/SmartAccountV1/types/index.ts:71