type FundContextType = {
state: FundState;
dispatch: Dispatch<FundAction>;
fetchBuyUrl: (params: FetchBuyUrlParams, onError?: (e:
| OnrampError
| undefined) => void) => Promise<string>;
};
Properties
| Property | Type |
|---|---|
state | FundState |
dispatch | Dispatch<FundAction> |
fetchBuyUrl | (params: FetchBuyUrlParams, onError?: (e: | OnrampError | undefined) => void) => Promise<string> |