Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Destination ¶
Destination is a payment output with locking script.
type DestinationResponse ¶
type DestinationResponse struct {
AncestryRequired bool `json:"ancestryRequired"`
Network string `json:"network"`
Outputs []Destination `json:"outputs"`
Fees *bt.FeeQuote `json:"fees"`
CreatedAt time.Time `json:"createdAt"`
ExpiresAt time.Time `json:"expiresAt"`
}
DestinationResponse is the response for the destinations api.
type PayDPaymentRequest ¶
type PayDPaymentRequest struct {
Ancestry *string `json:"ancestry"`
RawTx *string `json:"rawTx"`
ProofCallbacks map[string]dpp.ProofCallback `json:"proofCallbacks"`
}
PayDPaymentRequest is used to send a payment to PayD for valdiation and storage.
Click to show internal directories.
Click to hide internal directories.