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

invoke

Fully qualified path: sncast_std::invoke

pub fn invoke(
    contract_address: ContractAddress,
    entry_point_selector: felt252,
    calldata: Array<felt252>,
    fee_settings: FeeSettings,
    nonce: Option<felt252>,
) -> Result<InvokeResult, ScriptCommandError>