Documentation
¶
Index ¶
- func GetActiveKeysets(mintURL string) (*nut01.GetKeysResponse, error)
- func GetAllKeysets(mintURL string) (*nut02.GetKeysetsResponse, error)
- func GetKeysetById(mintURL, id string) (*nut01.GetKeysResponse, error)
- func GetMeltQuoteState(mintURL, quoteId string) (*nut05.PostMeltQuoteBolt11Response, error)
- func GetMintInfo(mintURL string) (*nut06.MintInfo, error)
- func GetMintQuoteState(mintURL, quoteId string) (*nut04.PostMintQuoteBolt11Response, error)
- func PostCheckProofState(mintURL string, stateRequest nut07.PostCheckStateRequest) (*nut07.PostCheckStateResponse, error)
- func PostMeltBolt11(mintURL string, meltRequest nut05.PostMeltBolt11Request) (*nut05.PostMeltQuoteBolt11Response, error)
- func PostMeltQuoteBolt11(mintURL string, meltQuoteRequest nut05.PostMeltQuoteBolt11Request) (*nut05.PostMeltQuoteBolt11Response, error)
- func PostMintBolt11(mintURL string, mintRequest nut04.PostMintBolt11Request) (*nut04.PostMintBolt11Response, error)
- func PostMintQuoteBolt11(mintURL string, mintQuoteRequest nut04.PostMintQuoteBolt11Request) (*nut04.PostMintQuoteBolt11Response, error)
- func PostRestore(mintURL string, restoreRequest nut09.PostRestoreRequest) (*nut09.PostRestoreResponse, error)
- func PostSwap(mintURL string, swapRequest nut03.PostSwapRequest) (*nut03.PostSwapResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetActiveKeysets ¶
func GetActiveKeysets(mintURL string) (*nut01.GetKeysResponse, error)
func GetAllKeysets ¶
func GetAllKeysets(mintURL string) (*nut02.GetKeysetsResponse, error)
func GetKeysetById ¶
func GetKeysetById(mintURL, id string) (*nut01.GetKeysResponse, error)
func GetMeltQuoteState ¶
func GetMeltQuoteState(mintURL, quoteId string) (*nut05.PostMeltQuoteBolt11Response, error)
func GetMintQuoteState ¶
func GetMintQuoteState(mintURL, quoteId string) (*nut04.PostMintQuoteBolt11Response, error)
func PostCheckProofState ¶
func PostCheckProofState(mintURL string, stateRequest nut07.PostCheckStateRequest) ( *nut07.PostCheckStateResponse, error)
func PostMeltBolt11 ¶
func PostMeltBolt11(mintURL string, meltRequest nut05.PostMeltBolt11Request) ( *nut05.PostMeltQuoteBolt11Response, error)
func PostMeltQuoteBolt11 ¶
func PostMeltQuoteBolt11(mintURL string, meltQuoteRequest nut05.PostMeltQuoteBolt11Request) ( *nut05.PostMeltQuoteBolt11Response, error)
func PostMintBolt11 ¶
func PostMintBolt11(mintURL string, mintRequest nut04.PostMintBolt11Request) ( *nut04.PostMintBolt11Response, error)
func PostMintQuoteBolt11 ¶
func PostMintQuoteBolt11(mintURL string, mintQuoteRequest nut04.PostMintQuoteBolt11Request) ( *nut04.PostMintQuoteBolt11Response, error)
func PostRestore ¶
func PostRestore(mintURL string, restoreRequest nut09.PostRestoreRequest) ( *nut09.PostRestoreResponse, error)
func PostSwap ¶
func PostSwap(mintURL string, swapRequest nut03.PostSwapRequest) (*nut03.PostSwapResponse, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.