CDP Frontend SDK
Preparing search index...
@coinbase/cdp-react
unstable_FundState
Interface unstable_FundState
The state of the Fund component.
interface
unstable_FundState
{
country
:
string
;
cryptoAmount
?:
number
;
cryptoCurrency
:
string
;
cryptoDecimalPlaces
?:
number
;
exchangeRate
?:
number
;
exchangeRateError
?:
null
|
unstable_FundStateError
;
isExchangeRatePending
?:
boolean
;
isPaymentMethodsPending
?:
boolean
;
fiatAmount
?:
number
;
fiatCurrency
:
string
;
fiatDecimalPlaces
?:
number
;
locale
?:
string
;
network
:
string
;
paymentMethods
?:
unstable_FundPaymentMethod
[]
;
paymentMethodsError
?:
null
|
unstable_FundStateError
;
presetAmountInputs
?:
unstable_FundPresetAmountInputs
;
selectedInputType
:
unstable_InputType
;
selectedPaymentMethod
?:
unstable_FundPaymentMethod
;
subdivision
?:
string
;
transactionStatus
:
unstable_FundLifecycleStatus
;
}
Index
Properties
country
crypto
Amount?
crypto
Currency
crypto
Decimal
Places?
exchange
Rate?
exchange
Rate
Error?
is
Exchange
Rate
Pending?
is
Payment
Methods
Pending?
fiat
Amount?
fiat
Currency
fiat
Decimal
Places?
locale?
network
payment
Methods?
payment
Methods
Error?
preset
Amount
Inputs?
selected
Input
Type
selected
Payment
Method?
subdivision?
transaction
Status
Properties
country
country
:
string
Optional
crypto
Amount
cryptoAmount
?:
number
crypto
Currency
cryptoCurrency
:
string
Optional
crypto
Decimal
Places
cryptoDecimalPlaces
?:
number
Optional
exchange
Rate
exchangeRate
?:
number
Optional
exchange
Rate
Error
exchangeRateError
?:
null
|
unstable_FundStateError
Optional
is
Exchange
Rate
Pending
isExchangeRatePending
?:
boolean
Optional
is
Payment
Methods
Pending
isPaymentMethodsPending
?:
boolean
Optional
fiat
Amount
fiatAmount
?:
number
fiat
Currency
fiatCurrency
:
string
Optional
fiat
Decimal
Places
fiatDecimalPlaces
?:
number
Optional
locale
locale
?:
string
network
network
:
string
Optional
payment
Methods
paymentMethods
?:
unstable_FundPaymentMethod
[]
Optional
payment
Methods
Error
paymentMethodsError
?:
null
|
unstable_FundStateError
Optional
preset
Amount
Inputs
presetAmountInputs
?:
unstable_FundPresetAmountInputs
selected
Input
Type
selectedInputType
:
unstable_InputType
Optional
selected
Payment
Method
selectedPaymentMethod
?:
unstable_FundPaymentMethod
Optional
subdivision
subdivision
?:
string
transaction
Status
transactionStatus
:
unstable_FundLifecycleStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
country
crypto
Amount
crypto
Currency
crypto
Decimal
Places
exchange
Rate
exchange
Rate
Error
is
Exchange
Rate
Pending
is
Payment
Methods
Pending
fiat
Amount
fiat
Currency
fiat
Decimal
Places
locale
network
payment
Methods
payment
Methods
Error
preset
Amount
Inputs
selected
Input
Type
selected
Payment
Method
subdivision
transaction
Status
CDP Frontend SDK
Loading...
The state of the Fund component.