@ipld/dag-cbor
    Preparing search index...

    Variable encodeOptionsConst

    encodeOptions: {
        float64: boolean;
        typeEncoders: {
            Map: (map: Map<any, any>) => null;
            number: (num: number) => null;
            Object: (obj: any) => Token[] | null;
            undefined: () => null;
        };
    } = ...

    Type Declaration

    • float64: boolean
    • typeEncoders: {
          Map: (map: Map<any, any>) => null;
          number: (num: number) => null;
          Object: (obj: any) => Token[] | null;
          undefined: () => null;
      }
      • Map: (map: Map<any, any>) => null
      • number: (num: number) => null
      • Object: (obj: any) => Token[] | null
      • undefined: () => null