Represents a user profile

Hierarchy

  • Profile

Constructors

  • Parameters

    • profile: {} = {}

      Returns Profile

    Properties

    _profile: {
        [key: string]: any;
    }

    Type declaration

    • [key: string]: any

    Methods

    • Returns {
          [key: string]: any;
      }

      • [key: string]: any
    • Parameters

      • privateKey: string

      Returns string

    • Parameters

      • token: string
      • publicKeyOrAddress: null | string = null

      Returns Profile

    • Parameters

      • domainName: string
      • tokenFileURL: string

      Returns string

    • Parameters

      • profile: any
      • strict: boolean = false

      Returns any

    Generated using TypeDoc