Type alias GetInfoResponse
GetInfoResponse: {
contact: string[][];
description?: string;
description_long?: string;
motd?: string;
name: string;
nuts: string[];
parameter: {
peg_out_only: boolean;
};
pubkey: string;
version: string;
}
Type declaration
-
contact: string[][]
-
Optional
description?: string
-
Optional
description_long?: string
-
Optional
motd?: string
-
name: string
-
nuts: string[]
-
parameter: {
peg_out_only: boolean;
}
-
pubkey: string
-
version: string
Response from mint at /info endpoint