Class MemberPublicKeyImportCommand

Command to import a member public key.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

responseDeserialiser: JsonDeserialiser<{
    bundle: string;
    self: string;
}> = ...

Type declaration

  • bundle: string
  • self: string

Methods

  • Parameters

    • responseBody: {
          bundle: string;
          self: string;
      }
      • bundle: string
      • self: string

    Returns {
        bundle: string;
        self: string;
    }

    • bundle: string
    • self: string

Generated using TypeDoc