Skip to content

@swapped/connect-sdk / core / RegisterWalletTransferRequest

Type Alias: RegisterWalletTransferRequest

RegisterWalletTransferRequest = object

Defined in: src/types/wallets.transfer.types.ts:288

Payload to register a wallet deposit tx with the backend.

Properties

amount

amount: string

Defined in: src/types/wallets.transfer.types.ts:296

Human-readable amount.


currency

currency: TokenSymbol

Defined in: src/types/wallets.transfer.types.ts:300

Token ticker sent.


from

from: string

Defined in: src/types/wallets.transfer.types.ts:292

Sender address.


isSponsored

isSponsored: boolean

Defined in: src/types/wallets.transfer.types.ts:310

Whether gas was sponsored.


network

network: Network

Defined in: src/types/wallets.transfer.types.ts:302

Network the tx was sent on.


operationType

operationType: "wallet_connect" | "standard"

Defined in: src/types/wallets.transfer.types.ts:308

Connection style used for the send.


provider

provider: IntegrationProvider

Defined in: src/types/wallets.transfer.types.ts:298

Wallet / integration provider.


supertransactionHash?

optional supertransactionHash?: string

Defined in: src/types/wallets.transfer.types.ts:306

Sponsored / AA supertransaction hash when applicable.


to

to: string

Defined in: src/types/wallets.transfer.types.ts:294

Recipient address.


tokenAddress?

optional tokenAddress?: string | null

Defined in: src/types/wallets.transfer.types.ts:304

Token contract address, or null for native.


transactionHash

transactionHash: string

Defined in: src/types/wallets.transfer.types.ts:290

On-chain transaction hash.