Appearance
@swapped/connect-sdk / core / SendPreparedWalletTransactionRequest
Type Alias: SendPreparedWalletTransactionRequest
SendPreparedWalletTransactionRequest =
object
Defined in: src/types/wallets.types.ts:212
Properties
clientTxId?
optionalclientTxId?:string
Defined in: src/types/wallets.types.ts:215
forcePopup?
optionalforcePopup?:boolean
Defined in: src/types/wallets.types.ts:223
Always run this send in the Swapped popup.
isSponsored?
optionalisSponsored?:boolean
Defined in: src/types/wallets.types.ts:220
Must match isSponsored sent to /swap / /swap/quote.
onClientTxId?
optionalonClientTxId?: (clientTxId) =>void
Defined in: src/types/wallets.types.ts:216
Parameters
clientTxId
string
Returns
void
onStatus?
optionalonStatus?: (event) =>void
Defined in: src/types/wallets.types.ts:221
Parameters
event
Returns
void
popupIfUnavailable?
optionalpopupIfUnavailable?:boolean
Defined in: src/types/wallets.types.ts:227
If the iframe cannot see this wallet, open the popup instead of failing.
requestId?
optionalrequestId?:string
Defined in: src/types/wallets.types.ts:218
sessionId?
optionalsessionId?:string
Defined in: src/types/wallets.types.ts:217
transaction
transaction:
unknown
Defined in: src/types/wallets.types.ts:214
walletId
walletId:
WalletId
Defined in: src/types/wallets.types.ts:213