We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9d511 commit df8379cCopy full SHA for df8379c
wallet/wallet.go
@@ -59,8 +59,8 @@ type (
59
// Tip returns the consensus change ID and block height of
60
// the last wallet change.
61
Tip() (types.ChainIndex, error)
62
- // UnspentSiacoinElements returns a list of all unspent siacoin outputs
63
- // including immature outputs. It also returns the tip of the chain.
+ // UnspentSiacoinElements returns the current chain tip along with a
+ // list of all unspent siacoin outputs, including immature ones.
64
UnspentSiacoinElements() (types.ChainIndex, []types.SiacoinElement, error)
65
// WalletEvents returns a paginated list of transactions ordered by
66
// maturity height, descending. If no more transactions are available,
0 commit comments