XYO Platform SDK - v3.10.6
    Preparing search index...

    Variable withSentinelInstanceConst

    withSentinelInstance: <R>(
        mod: any,
        closure: (
            mod: SentinelInstance<
                BaseParamsFields & {
                    account?: AccountInstance
                    | "random";
                    additionalSigners?: AccountInstance[];
                    addToResolvers?: boolean;
                    allowNameResolution?: boolean;
                    config: AnyConfigSchema;
                    ephemeralQueryAccountEnabled?: boolean;
                    moduleIdentifierTransformers?: ModuleIdentifierTransformer[];
                    privateChildren?: ModuleInstance[];
                    publicChildren?: ModuleInstance[];
                },
                SentinelModuleEventData,
            >,
        ) => R,
    ) => R
    | undefined

    Type declaration

      • <R>(
            mod: any,
            closure: (
                mod: SentinelInstance<
                    BaseParamsFields & {
                        account?: AccountInstance
                        | "random";
                        additionalSigners?: AccountInstance[];
                        addToResolvers?: boolean;
                        allowNameResolution?: boolean;
                        config: AnyConfigSchema;
                        ephemeralQueryAccountEnabled?: boolean;
                        moduleIdentifierTransformers?: ModuleIdentifierTransformer[];
                        privateChildren?: ModuleInstance[];
                        publicChildren?: ModuleInstance[];
                    },
                    SentinelModuleEventData,
                >,
            ) => R,
        ): R
        | undefined
      • Type Parameters

        • R

        Parameters

        Returns R | undefined