Skip to main content

Payment

type Payment

A single payment: a recipient address paired with the amount to send.

type Payment struct {
// The recipient address.
Recipient *Address
// The amount to send, in the coin's smallest unit.
Amount *PtbArgument
}

func (*Payment) Destroy

func (r *Payment) Destroy()