Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloseRequest ¶
type CloseResponse ¶
type CloseResponse struct {
CloseTx []byte `json:"closeTx"`
}
type CreateRequest ¶
type CreateResponse ¶
type CreateResponse struct { Version int `json:"version"` Net string `json:"net"` Timeout int64 `json:"timeout"` Fee int64 `json:"fee"` ReceiverPubKey []byte `json:"receiverPubKey"` ReceiverOutput string `json:"receiverOutput"` FundingAddress string `json:"fundingAddress"` ReceiverData []byte `json:"receiverData"` }
type OpenRequest ¶
type OpenRequest struct { TxID string `json:"txid"` Vout uint32 `json:"vout"` ReceiverData []byte `json:"receiverData"` Version int `json:"version"` Net string `json:"net"` Timeout int64 `json:"timeout"` Fee int64 `json:"fee"` SenderPubKey []byte `json:"senderPubKey"` SenderOutput string `json:"senderOutput"` ReceiverPubKey []byte `json:"receiverPubKey"` ReceiverOutput string `json:"receiverOutput"` SenderSig []byte `json:"senderSig"` }
type OpenResponse ¶
type OpenResponse struct {
AuthToken string `json:"authToken"`
}
type SendRequest ¶
type SendResponse ¶
type SendResponse struct { }
type StatusRequest ¶
type StatusResponse ¶
type ValidateRequest ¶
type ValidateResponse ¶
type ValidateResponse struct {
Valid bool `json:"valid"`
}
Click to show internal directories.
Click to hide internal directories.