ic-reactor
    Preparing search index...

    Type Alias FunctionExtractedData<T>

    type FunctionExtractedData<T extends types.IDL.Type = types.IDL.Type> = {
        canisterId: types.Principal;
        functionName: string;
        idlFactory: types.IDL.InterfaceFactory;
        args: [Record<string, ArgTypeFromIDLType<T>>];
    }

    Type Parameters

    Index

    Properties

    canisterId: types.Principal
    functionName: string
    args: [Record<string, ArgTypeFromIDLType<T>>]