CDP Frontend SDK
Preparing search index...
@coinbase/cdp-react
unstable_FundContextType
Type Alias unstable_FundContextType
The context type for the Fund component.
type
unstable_FundContextType
=
{
state
:
unstable_FundState
;
dispatch
:
Dispatch
<
unstable_FundAction
>
;
fetchBuyUrl
:
(
params
:
unstable_FetchBuyUrlParams
,
onError
?:
(
e
:
unstable_OnrampError
|
undefined
)
=>
void
,
)
=>
Promise
<
string
>
;
}
Index
Properties
state
dispatch
fetch
Buy
Url
Properties
state
state
:
unstable_FundState
dispatch
dispatch
:
Dispatch
<
unstable_FundAction
>
fetch
Buy
Url
fetchBuyUrl
:
(
params
:
unstable_FetchBuyUrlParams
,
onError
?:
(
e
:
unstable_OnrampError
|
undefined
)
=>
void
,
)
=>
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
state
dispatch
fetch
Buy
Url
CDP Frontend SDK
Loading...
The context type for the Fund component.