cesr
    Preparing search index...

    Variable cesrConst

    cesr: {
        crypto: {
            blake2b_256: (raw: Uint8Array) => Matter;
            blake2s_256: (raw: Uint8Array) => Matter;
            blake3_256: (raw: Uint8Array) => Matter;
            blake3_512: (raw: Uint8Array) => Matter;
            ed25519: (raw: Uint8Array) => Matter;
            ed25519_sig: {
                (raw: Uint8Array): Matter;
                (raw: Uint8Array, index: number, ondex?: number): Indexer;
            };
            ed25519N: (raw: Uint8Array) => Matter;
            ed448: (raw: Uint8Array) => Matter;
            ed448_sig: {
                (raw: Uint8Array): Matter;
                (raw: Uint8Array, index: number, ondex?: number): Indexer;
            };
            ed448N: (raw: Uint8Array) => Matter;
            sha2_256: (raw: Uint8Array) => Matter;
            sha3_256: (raw: Uint8Array) => Matter;
        };
        primitive: {
            date(date: Date): Matter;
            decimal(input: number): Matter;
            hex(input: string): Matter;
            string(input: string): Matter;
            tag(input: string): Matter;
        };
    } = ...

    Type Declaration

    • crypto: {
          blake2b_256: (raw: Uint8Array) => Matter;
          blake2s_256: (raw: Uint8Array) => Matter;
          blake3_256: (raw: Uint8Array) => Matter;
          blake3_512: (raw: Uint8Array) => Matter;
          ed25519: (raw: Uint8Array) => Matter;
          ed25519_sig: {
              (raw: Uint8Array): Matter;
              (raw: Uint8Array, index: number, ondex?: number): Indexer;
          };
          ed25519N: (raw: Uint8Array) => Matter;
          ed448: (raw: Uint8Array) => Matter;
          ed448_sig: {
              (raw: Uint8Array): Matter;
              (raw: Uint8Array, index: number, ondex?: number): Indexer;
          };
          ed448N: (raw: Uint8Array) => Matter;
          sha2_256: (raw: Uint8Array) => Matter;
          sha3_256: (raw: Uint8Array) => Matter;
      }
    • primitive: {
          date(date: Date): Matter;
          decimal(input: number): Matter;
          hex(input: string): Matter;
          string(input: string): Matter;
          tag(input: string): Matter;
      }