Get the mints public NUT-22 keys
Optional
keysetId: stringoptional param to get the keys for a specific keyset. If not specified, the keys from all active keysets are fetched
Optional
mintUrl: stringthe mints public keys
Get the mints NUT-22 keysets in no specific order
all the mints past and current keysets.
Mints new Blinded Authentication tokens by requesting blind signatures on the provided outputs.
Payload containing the outputs to get blind signatures on
A NUT-21 clear auth token
serialized blinded signatures
Static
getGet the mints public NUT-22 keys
Static
getGet the mints NUT-22 keysets in no specific order
all the mints past and current keysets.
Static
mintMints new Blinded Authentication tokens by requesting blind signatures on the provided outputs.
Payload containing the outputs to get blind signatures on
A NUT-21 clear auth token
Optional
customRequest: <T>(options: RequestOptions) => Promise<T>serialized blinded signatures
Class represents Cashu Auth Mint API. This class contains Lower level functions that are implemented by CashuAuthWallet.