ic-reactor
    Preparing search index...

    Use CustomPath instead

    the key to use to access the returned value in the canisterStatus map

    the path to the desired value, represented as a string

    the strategy to use to decode the returned value

    interface MetaData {
        kind: "metadata";
        key: string;
        path: string | Uint8Array<ArrayBufferLike>;
        decodeStrategy: "cbor" | "hex" | "leb128" | "utf-8" | "raw";
    }
    Index

    Properties

    kind: "metadata"
    key: string
    path: string | Uint8Array<ArrayBufferLike>
    decodeStrategy: "cbor" | "hex" | "leb128" | "utf-8" | "raw"