Class SignatureSpecCreationCommand

Command to create a signature spec.

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

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

Type declaration

  • exchangeUrl: string
  • self: string

Methods

  • Parameters

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

    Returns {
        exchangeUrl: string;
        self: string;
    }

    • exchangeUrl: string
    • self: string

Generated using TypeDoc