Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

ContractState

Fully qualified path: openzeppelin_presets::vesting::VestingWallet::ContractState

pub struct ContractState {
    pub ownable: ComponentState<ContractState>,
    pub vesting: ComponentState<ContractState>,
}

Members

ownable

Fully qualified path: openzeppelin_presets::vesting::VestingWallet::ContractState::ownable

pub ownable: ComponentState<ContractState>

vesting

Fully qualified path: openzeppelin_presets::vesting::VestingWallet::ContractState::vesting

pub vesting: ComponentState<ContractState>