Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Delegation

Fully qualified path: openzeppelin_governance::votes::delegation::Delegation

[derive(Copy, Drop, Hash)]
pub struct Delegation {
    pub verifying_contract: ContractAddress,
    pub delegatee: ContractAddress,
    pub nonce: felt252,
    pub expiry: u64,
}

Members

verifying_contract

Fully qualified path: openzeppelin_governance::votes::delegation::Delegation::verifying_contract

pub verifying_contract: ContractAddress

delegatee

Fully qualified path: openzeppelin_governance::votes::delegation::Delegation::delegatee

pub delegatee: ContractAddress

nonce

Fully qualified path: openzeppelin_governance::votes::delegation::Delegation::nonce

pub nonce: felt252

expiry

Fully qualified path: openzeppelin_governance::votes::delegation::Delegation::expiry

pub expiry: u64