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

deploy

Fully qualified path: sncast_std::deploy

pub fn deploy(
    class_hash: ClassHash,
    constructor_calldata: Array<felt252>,
    salt: Option<felt252>,
    unique: bool,
    fee_settings: FeeSettings,
    nonce: Option<felt252>,
) -> Result<DeployResult, ScriptCommandError>