Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputGetter ¶
type InputGetter struct { Address wallet.Addr UTXOs []memo.UTXO Client *lib.Client // contains filtered or unexported fields }
func NewInputGetter ¶
func NewInputGetter(address wallet.Addr, client *lib.Client) *InputGetter
func (*InputGetter) AddChangeUTXO ¶
func (g *InputGetter) AddChangeUTXO(utxo memo.UTXO)
func (*InputGetter) GetUTXOs ¶
func (g *InputGetter) GetUTXOs(*memo.UTXORequest) ([]memo.UTXO, error)
func (*InputGetter) MarkUTXOsUsed ¶
func (g *InputGetter) MarkUTXOsUsed(used []memo.UTXO)
func (*InputGetter) NewTx ¶
func (g *InputGetter) NewTx()
func (*InputGetter) SetPkHashesToUse ¶
func (g *InputGetter) SetPkHashesToUse([][]byte)
Click to show internal directories.
Click to hide internal directories.