Class SqrlKey

Hierarchy

Constructors

Properties

buffer: Buffer
counterEntity: SqrlEntity
databaseSet: DatabaseSet
featureValues: any[]
featuresHash: Buffer
isSqrlObject: boolean
shardValue: number
timeMs: number

Methods

  • Returns {
        counter: {
            type: string;
            uniqueId: {
                remaining: number;
                time: string;
            };
            value: string;
        };
        featureValues: any[];
        key: string;
        shardValue: number;
        time: string;
    }

    • counter: {
          type: string;
          uniqueId: {
              remaining: number;
              time: string;
          };
          value: string;
      }
      • type: string
      • uniqueId: {
            remaining: number;
            time: string;
        }
        • remaining: number
        • time: string
      • value: string
    • featureValues: any[]
    • key: string
    • shardValue: number
    • time: string
  • Returns any

  • Returns any

  • Parameters

    • val: any
    • Optional expandData: any

    Returns any

  • Parameters

    • value: any
    • Optional expandData: boolean

    Returns {
        type: string;
        value: any;
    }

    • type: string
    • value: any
  • Parameters

    • val: any

    Returns any

  • Parameters

    • obj: any

    Returns boolean

Generated using TypeDoc