Appearance
@swapped/connect-sdk / react / UseCoinbaseWithdrawalCooldownResult
Type Alias: UseCoinbaseWithdrawalCooldownResult
UseCoinbaseWithdrawalCooldownResult =
object
Defined in: src/react/coinbase/hooks/useCoinbaseWithdrawalCooldown.ts:8
Result of useCoinbaseWithdrawalCooldown.
Properties
isInCooldown
isInCooldown:
boolean
Defined in: src/react/coinbase/hooks/useCoinbaseWithdrawalCooldown.ts:10
true while Coinbase.startWithdrawal would throw COINBASE_COOLDOWN_ACTIVE.
remainingMs
remainingMs:
number
Defined in: src/react/coinbase/hooks/useCoinbaseWithdrawalCooldown.ts:12
Milliseconds left before a new withdrawal can be started.