Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Corelib
ExecutionInfo
TxInfo
v2::TxInfo
#[derive(Copy, Drop, Debug)] pub struct ExecutionInfo { pub block_info: Box, pub tx_info: Box, pub caller_address: ContractAddress, pub contract_address: ContractAddress, pub entry_point_selector: felt252, }
pub block_info: Box
pub tx_info: Box
pub caller_address: ContractAddress
pub contract_address: ContractAddress
pub entry_point_selector: felt252
Was this page helpful?