Skip to content

@swapped/connect-sdk / core / RegisterWalletTransferRequest

Type Alias: RegisterWalletTransferRequest

RegisterWalletTransferRequest = object

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

Payload to register a wallet deposit tx with the backend.

Properties

amount

amount: string

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

Human-readable amount.


currency

currency: TokenSymbol

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

Token ticker sent.


from

from: string

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

Sender address.


isSponsored

isSponsored: boolean

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

Whether gas was sponsored.


network

network: Network

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

Network the tx was sent on.


operationType

operationType: "wallet_connect" | "standard"

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

Connection style used for the send.


provider

provider: IntegrationProvider

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

Wallet / integration provider.


supertransactionHash?

optional supertransactionHash?: string

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

Sponsored / AA supertransaction hash when applicable.


to

to: string

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

Recipient address.


tokenAddress?

optional tokenAddress?: string | null

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

Token contract address, or null for native.


transactionHash

transactionHash: string

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

On-chain transaction hash.