Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestMint ¶
type RequestMint struct { Address string `json:"address"` PaymentID string `json:"payment_id"` EthAddress string `json:"eth_address"` // the address to send the minted wXMR to }
RequestMint is used to request a minting of wXMR
type RequestReserveProof ¶
type RequestReserveProof struct {
Message string `json:"message"` // the message to sign
}
RequestReserveProof is used to request a proof that all of the wallets balance is disposable
type ResponseGetDepositAddress ¶
type ResponseGetDepositAddress struct { Address string `json:"address"` PaymentID string `json:"payment_id"` }
ResponseGetDepositAddress returns an address to use to deposit monero into
type ResponseReserveProof ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) WaitClosed ¶
func (s *Service) WaitClosed()
Click to show internal directories.
Click to hide internal directories.