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