Skip to content

@swapped/connect-sdk / core / WalletTransactionPayload

Type Alias: WalletTransactionPayload

WalletTransactionPayload = object

Defined in: src/types/websocket.types.ts:27

Properties

transaction

transaction: object

Defined in: src/types/websocket.types.ts:28

amount

amount: string

currency

currency: string

fee

fee: string | null

from

from: string

network

network: string

provider

provider: object

provider.provider

provider: string

provider.type

type: string

sponsored: boolean

swapDetails?

optional swapDetails?: SessionSwapDetails

swapRequestId?

optional swapRequestId?: string

to

to: string

toAmount?

optional toAmount?: string

toCurrency?

optional toCurrency?: TokenSymbol

tokenAddress?

optional tokenAddress?: string | null

toNetwork?

optional toNetwork?: Network

toTokenAddress?

optional toTokenAddress?: string | null

transactionHash

transactionHash: string