Class SqrlEntity

Hierarchy

Constructors

Properties

entityId: EntityId
isSqrlObject: boolean
type: string
uniqueId: SqrlUniqueId
value: string

Methods

  • Returns {
        type: string;
        uniqueId: {
            remaining: number;
            time: string;
        };
        value: string;
    }

    • type: string
    • uniqueId: {
          remaining: number;
          time: string;
      }
      • remaining: number
      • time: string
    • value: 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