Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateQRCodePNG ¶
func HttpStatusForError ¶
Types ¶
type DecodeTxnRequest ¶
type DecodeTxnRequest struct {
Hex string `json:"hex"`
}
type ListInvoicesPublicResponse ¶
type ListInvoicesPublicResponse struct { Items []giga.PublicInvoice `json:"items"` Cursor int `json:"cursor"` }
type PayToAddressRequest ¶
type PayToAddressRequest struct { Amount giga.CoinAmount `json:"amount"` PayTo giga.Address `json:"to"` ExplicitFee giga.CoinAmount `json:"explicit_fee"` // optional fee override (missing or zero: calculate the fee) MaxFee giga.CoinAmount `json:"max_fee"` // optional maximum fee (missing or zero: maximum is 1 DOGE) Pay []giga.PayTo `json:"pay"` // either Pay, or Amount and PayTo. }
type PayToAddressResponse ¶
type PayToAddressResponse = giga.SendFundsResult
Click to show internal directories.
Click to hide internal directories.