Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Event

Fully qualified path: starkware_utils::components::deposit::deposit::Deposit::Event

pub enum Event {
    AssetRegistered: AssetRegistered,
    Deposit: Deposit,
    DepositCanceled: DepositCanceled,
    DepositProcessed: DepositProcessed,
}

Variants

AssetRegistered

Fully qualified path: starkware_utils::components::deposit::deposit::Deposit::Event::AssetRegistered

AssetRegistered: AssetRegistered

Deposit

Fully qualified path: starkware_utils::components::deposit::deposit::Deposit::Event::Deposit

Deposit: Deposit

DepositCanceled

Fully qualified path: starkware_utils::components::deposit::deposit::Deposit::Event::DepositCanceled

DepositCanceled: DepositCanceled

DepositProcessed

Fully qualified path: starkware_utils::components::deposit::deposit::Deposit::Event::DepositProcessed

DepositProcessed: DepositProcessed