@cashu/cashu-ts
Preparing search index...
GetInfoResponse
Type Alias GetInfoResponse
Response from mint at /info endpoint.
type
GetInfoResponse
=
{
contact
:
MintContactInfo
[]
;
description
?:
string
;
description_long
?:
string
;
icon_url
?:
string
;
motd
?:
string
;
name
:
string
;
nuts
:
{
"10"
?:
{
supported
:
boolean
}
;
"11"
?:
{
supported
:
boolean
}
;
"12"
?:
{
supported
:
boolean
}
;
"14"
?:
{
supported
:
boolean
}
;
"15"
?:
{
methods
:
MPPMethod
[]
}
;
"17"
?:
{
supported
:
WebSocketSupport
[]
}
;
"20"
?:
{
supported
:
boolean
}
;
"22"
?:
{
bat_max_mint
:
number
;
protected_endpoints
:
{
method
:
"GET"
|
"POST"
;
path
:
string
}
[]
;
}
;
"4"
:
{
disabled
:
boolean
;
methods
:
SwapMethod
[]
}
;
"5"
:
{
disabled
:
boolean
;
methods
:
SwapMethod
[]
}
;
"7"
?:
{
supported
:
boolean
}
;
"8"
?:
{
supported
:
boolean
}
;
"9"
?:
{
supported
:
boolean
}
;
}
;
pubkey
:
string
;
version
:
string
;
}
Index
Properties
contact
description?
description_
long?
icon_
url?
motd?
name
nuts
pubkey
version
Properties
contact
contact
:
MintContactInfo
[]
Optional
description
description
?:
string
Optional
description_
long
description_long
?:
string
Optional
icon_
url
icon_url
?:
string
Optional
motd
motd
?:
string
name
name
:
string
nuts
nuts
:
{
"10"
?:
{
supported
:
boolean
}
;
"11"
?:
{
supported
:
boolean
}
;
"12"
?:
{
supported
:
boolean
}
;
"14"
?:
{
supported
:
boolean
}
;
"15"
?:
{
methods
:
MPPMethod
[]
}
;
"17"
?:
{
supported
:
WebSocketSupport
[]
}
;
"20"
?:
{
supported
:
boolean
}
;
"22"
?:
{
bat_max_mint
:
number
;
protected_endpoints
:
{
method
:
"GET"
|
"POST"
;
path
:
string
}
[]
;
}
;
"4"
:
{
disabled
:
boolean
;
methods
:
SwapMethod
[]
}
;
"5"
:
{
disabled
:
boolean
;
methods
:
SwapMethod
[]
}
;
"7"
?:
{
supported
:
boolean
}
;
"8"
?:
{
supported
:
boolean
}
;
"9"
?:
{
supported
:
boolean
}
;
}
pubkey
pubkey
:
string
version
version
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
contact
description
description_
long
icon_
url
motd
name
nuts
pubkey
version
@cashu/cashu-ts
Loading...
Response from mint at /info endpoint.