pub fn decode_call<C: Context>(
    ctx: &C,
    call: Call,
    index: usize
) -> Result<Option<(Call, Metadata)>, Error>
Expand description

Decode call arguments.

Returns Some((Call, Metadata)) when processing should proceed and None in case further execution needs to be deferred (e.g., because key manager access is required).