Skip to content

Commit

Permalink
Merge pull request #88 from ElrondNetwork/historical-balances-older-e…
Browse files Browse the repository at this point in the history
…pochs

Historical balances lookup: add hint for older epochs
  • Loading branch information
andreibancioiu authored Aug 22, 2022
2 parents 093839d + 375b415 commit af2b26d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/api/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ type AccountQueryOptions struct {
BlockNonce core.OptionalUint64
BlockHash []byte
BlockRootHash []byte
HintEpoch core.OptionalUint32
}

// BlockQueryOptions holds options for block queries
Expand Down

0 comments on commit af2b26d

Please sign in to comment.