Skip to content

@swapped/connect-sdk / react / UseCashAppSupportedAssetsResult

Type Alias: UseCashAppSupportedAssetsResult

UseCashAppSupportedAssetsResult = object

Defined in: src/react/cash-app/hooks/useCashAppSupportedAssets.ts:13

Result of useCashAppSupportedAssets.

Properties

assets

assets: CashAppSupportedAsset[]

Defined in: src/react/cash-app/hooks/useCashAppSupportedAssets.ts:14


error

error: Error | null

Defined in: src/react/cash-app/hooks/useCashAppSupportedAssets.ts:17


isLoading

isLoading: boolean

Defined in: src/react/cash-app/hooks/useCashAppSupportedAssets.ts:15


isRefetching

isRefetching: boolean

Defined in: src/react/cash-app/hooks/useCashAppSupportedAssets.ts:16


refetch

refetch: () => Promise<void>

Defined in: src/react/cash-app/hooks/useCashAppSupportedAssets.ts:18

Returns

Promise<void>