Documentation
¶
Index ¶
- type Pay
- func (p *Pay) Address() string
- func (p *Pay) BeneficiaryBreakdown(beneficiary string) map[string]*big.Int
- func (p *Pay) BeneficiaryTotal(beneficiary string) *big.Int
- func (p *Pay) Close() error
- func (p *Pay) HymxDepositHandler(res vmmSchema.VmmResult)
- func (p *Pay) HymxFeeHandler(itemMeta nodeSchema.ItemMeta) (err error)
- func (p *Pay) Info() schema.Config
- func (p *Pay) LoadCheckpoint() error
- func (p *Pay) Run()
- func (p *Pay) SaveCheckpoint() error
- func (p *Pay) SponsorBreakdown(sponsor string) map[string]*big.Int
- func (p *Pay) SponsorTotal(sponsor string) *big.Int
- func (p *Pay) TotalPending(beneficiary string) *big.Int
- func (p *Pay) X402(url string) *schema.X402Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pay ¶
type Pay struct {
// contains filtered or unexported fields
}
func (*Pay) BeneficiaryBreakdown ¶
func (*Pay) HymxDepositHandler ¶
hmxy Deposit
func (*Pay) HymxFeeHandler ¶
func (p *Pay) HymxFeeHandler(itemMeta nodeSchema.ItemMeta) (err error)
hymx fee
func (*Pay) LoadCheckpoint ¶
func (*Pay) SaveCheckpoint ¶
Click to show internal directories.
Click to hide internal directories.