Skip to content

Commit

Permalink
wallet: add doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Feb 21, 2024
1 parent 3a7e79f commit ddc1896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wallet/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type (
Balance
}

// An UpdateTx atomically updates the state of a store.
UpdateTx interface {
SiacoinStateElements() ([]types.StateElement, error)
UpdateSiacoinStateElements([]types.StateElement) error
Expand Down

0 comments on commit ddc1896

Please sign in to comment.