Function create_contract

Source
pub fn create_contract(
    name: &str,
    code: &[u8],
    constructor_arguments: Vec<Value>,
    private_key: &[u8],
)