Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ContractExecutionErrorInner

Fully qualified path: sncast_std::ContractExecutionErrorInner

[derive(Drop, Serde, Debug)]
pub struct ContractExecutionErrorInner {
    contract_address: ContractAddress,
    class_hash: felt252,
    selector: felt252,
    error: ContractExecutionError,
}