Skip to content

@swapped/connect-sdk / core / CashAppCompletedAmount

Type Alias: CashAppCompletedAmount

CashAppCompletedAmount = object

Defined in: src/types/cash-app.types.ts:83

Amount leg shown on a completed Cash App transaction.

Properties

amount

amount: string

Defined in: src/types/cash-app.types.ts:84


currency

currency: TokenSymbol | Currency

Defined in: src/types/cash-app.types.ts:86

Fiat for send; crypto token for receive.


fiatValue

fiatValue: number | null

Defined in: src/types/cash-app.types.ts:89


formatted

formatted: object

Defined in: src/types/cash-app.types.ts:90

amount

amount: string

fiatValue

fiatValue: string


network?

optional network?: Network

Defined in: src/types/cash-app.types.ts:87


tokenAddress?

optional tokenAddress?: string | null

Defined in: src/types/cash-app.types.ts:88