[][src]Function casperlabs_contract_ffi::contract_api::get_arg

pub fn get_arg<T: FromBytes>(i: u32) -> T

Return the i-th argument passed to the host for the current module invokation. Note that this is only relevent to contracts stored on-chain since a contract deployed directly is not invoked with any arguments.