Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Storage

Fully qualified path: openzeppelin_governance::votes::votes::VotesComponent::Storage

[storage]
pub struct Storage {
    pub Votes_delegatee: Map<ContractAddress, ContractAddress>,
    pub Votes_delegate_checkpoints: Map<ContractAddress, Trace>,
    pub Votes_total_checkpoints: Trace,
}

Members

Votes_delegatee

Fully qualified path: openzeppelin_governance::votes::votes::VotesComponent::Storage::Votes_delegatee

pub Votes_delegatee: Map<ContractAddress, ContractAddress>

Votes_delegate_checkpoints

Fully qualified path: openzeppelin_governance::votes::votes::VotesComponent::Storage::Votes_delegate_checkpoints

pub Votes_delegate_checkpoints: Map<ContractAddress, Trace>

Votes_total_checkpoints

Fully qualified path: openzeppelin_governance::votes::votes::VotesComponent::Storage::Votes_total_checkpoints

pub Votes_total_checkpoints: Trace