CDP Frontend SDK
Preparing search index...
@coinbase/cdp-react
unstable_FundLifecycleStatus
Type Alias unstable_FundLifecycleStatus
unstable_FundLifecycleStatus
:
|
{
statusName
:
"init"
;
statusData
:
null
}
|
{
statusName
:
"exit"
;
statusData
:
null
}
|
{
statusName
:
"error"
;
statusData
:
unstable_OnrampError
}
|
{
statusName
:
"transactionSuccess"
;
statusData
:
unstable_OnrampSuccessEventData
|
null
;
}
|
{
statusName
:
"transactionPending"
;
statusData
:
null
}
The lifecycle statuses of the Fund component.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
CDP Frontend SDK
Loading...
The lifecycle statuses of the Fund component.