ic-reactor
    Preparing search index...

    Interface CandidAdapterProviderProps

    interface CandidAdapterProviderProps {
        agentManager?: types.AgentManager;
        agent?: types.HttpAgent;
        didjsCanisterId?: string;
        withParser?: boolean;
        loadingComponent?: ReactNode;
        children?: ReactNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    agentManager?: types.AgentManager
    didjsCanisterId?: string
    withParser?: boolean
    loadingComponent?: ReactNode
    children?: ReactNode