Type Alias: SendTransactionParams
type SendTransactionParams: XOR<SendDataTransactionParams, SendAbiTransactionParams>;
Represents the params for sending a transaction.
Defined
@nilfoundation/niljs/src/smart-accounts/SmartAccountInterface.ts:36
type SendTransactionParams: XOR<SendDataTransactionParams, SendAbiTransactionParams>;
Represents the params for sending a transaction.
@nilfoundation/niljs/src/smart-accounts/SmartAccountInterface.ts:36