Type alias GetInfoResponse

GetInfoResponse: {
    contact: string[][];
    description: string;
    description_long: string;
    motd: string;
    name: string;
    nuts: string[];
    pubkey: string;
    version: string;
}

Response from mint at /info endpoint

Type declaration

  • contact: string[][]
  • description: string
  • description_long: string
  • motd: string
  • name: string
  • nuts: string[]
  • pubkey: string
  • version: string

Generated using TypeDoc