Gets the prior number of votes for an account at a specific block number. The block number passed must be a finalized block or the function will revert.
STRK
1
function getPriorVotes(address account, uint blockNumber) returns (uint96)
Copied!
account: Address of the account in which to retrieve the prior number of votes.
blockNumber: The block number at which to retrieve the prior number of votes.