CDP Frontend SDK
    Preparing search index...

    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

    dispatch: Dispatch<unstable_FundAction>
    fetchBuyUrl: (
        params: unstable_FetchBuyUrlParams,
        onError?: (e: unstable_OnrampError | undefined) => void,
    ) => Promise<string>