Skip to content

@swapped/connect-sdk / core / CoinbaseWithdrawalState

Type Alias: CoinbaseWithdrawalState

CoinbaseWithdrawalState = { status: "idle"; } | { status: "starting"; } | { idem: string; status: "requires2fa"; } | { idem: string; status: "confirming"; } | { result: CoinbaseWithdrawal; status: "completed"; } | { error: Error; status: "error"; }

Defined in: src/types/coinbase.types.ts:158