@xw3/maki-ts
    Preparing search index...

    Interface MakiProviderProps

    interface MakiProviderProps {
        apiKey?: string;
        apis?: any;
        apiUrl?: string;
        app?: { tonManifestUrl?: string };
        botAppUrl?: string;
        botName?: string;
        botUrl?: string;
        chatData?: any;
        chatDataString?: string;
        children: ReactNode;
        envs?: any;
        gram?: any;
        initNetwork?: any;
        manifestUrl?: string;
        networkKey?: string;
        provider?: { apiKey: string; endpoint: string };
        reducers?: Reducer<any, any>;
        router?: any;
        secretKey?: string;
        signerKey?: string;
    }
    Index

    Properties

    apiKey?: string
    apis?: any
    apiUrl?: string
    app?: { tonManifestUrl?: string }
    botAppUrl?: string
    botName?: string
    botUrl?: string
    chatData?: any
    chatDataString?: string
    children: ReactNode
    envs?: any
    gram?: any
    initNetwork?: any
    manifestUrl?: string
    networkKey?: string
    provider?: { apiKey: string; endpoint: string }
    reducers?: Reducer<any, any>
    router?: any
    secretKey?: string
    signerKey?: string

    Signers