package
Version:
v1.2.1
Opens a new window with list of versions in this module.
Published: Dec 19, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
Addr string `json:"addr"`
Owner string `json:"owner"`
Refundable bool `json:"refundable"`
}
type PaymentResult struct {
PaymentAccount Account `json:"payment_account"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.