Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Reward

Fully qualified path: opus::types::Reward

#[derive(Copy, Drop, Serde)]
pub struct Reward {
    pub asset: ContractAddress,
    pub blesser: IBlesserDispatcher,
    pub is_active: bool,
}

Members

asset

Fully qualified path: opus::types::Reward::asset

pub asset: ContractAddress

blesser

Fully qualified path: opus::types::Reward::blesser

pub blesser: IBlesserDispatcher

is_active

Fully qualified path: opus::types::Reward::is_active

pub is_active: bool