Skip to content

@swapped/connect-sdk / core / ExchangePayCompletedTransactionAmount

Type Alias: ExchangePayCompletedTransactionAmount

ExchangePayCompletedTransactionAmount = object

Defined in: src/types/exchange-pay.types.ts:147

Amount leg shown on a completed Exchange Pay transaction summary.

Properties

amount

amount: string

Defined in: src/types/exchange-pay.types.ts:149

Token amount as a display string.


currency

currency: TokenSymbol

Defined in: src/types/exchange-pay.types.ts:151

Token symbol.


network?

optional network?: Network

Defined in: src/types/exchange-pay.types.ts:153

Network for this leg, when known.


tokenAddress?

optional tokenAddress?: string | null

Defined in: src/types/exchange-pay.types.ts:155

Token contract address, when applicable.