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
type SendTransactionParams: XOR<SendDataTransactionParams, SendAbiTransactionParams>;
Represents the params for sending a transaction.
@nilfoundation/niljs/src/contracts/SmartAccountV1/types/index.ts:71