Type Alias: SendSyncTransactionParams
type SendSyncTransactionParams: XOR<SendSyncDataTransactionParams, SendSyncAbiTransactionParams>;
Represents the params for sending a transaction synchronously.
Defined
@nilfoundation/niljs/src/smart-accounts/SmartAccountV1/types.ts:67