arg_data

Function arg_data 

Source
pub fn arg_data<R: for<'a> ArgumentDecoder<'a>>(
    arg_config: ArgDecoderConfig,
) -> R
👎Deprecated since 0.18.0: Please use ic_cdk::call::msg_arg_data instead.
Expand description

Returns the argument data in the current call. Traps if the data cannot be decoded.