Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Deposit

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

[derive(Debug, Drop, PartialEq, starknet::Event)]
pub struct Deposit {
    pub beneficiary: u32,
    pub depositing_address: ContractAddress,
    pub asset_id: felt252,
    pub quantized_amount: u128,
    pub unquantized_amount: u128,
    pub deposit_request_hash: felt252,
}

Members

beneficiary

Fully qualified path: starkware_utils::components::deposit::events::Deposit::beneficiary

pub beneficiary: u32

depositing_address

Fully qualified path: starkware_utils::components::deposit::events::Deposit::depositing_address

pub depositing_address: ContractAddress

asset_id

Fully qualified path: starkware_utils::components::deposit::events::Deposit::asset_id

pub asset_id: felt252

quantized_amount

Fully qualified path: starkware_utils::components::deposit::events::Deposit::quantized_amount

pub quantized_amount: u128

unquantized_amount

Fully qualified path: starkware_utils::components::deposit::events::Deposit::unquantized_amount

pub unquantized_amount: u128

deposit_request_hash

Fully qualified path: starkware_utils::components::deposit::events::Deposit::deposit_request_hash

pub deposit_request_hash: felt252