Function subxt_core::runtime_api::decode_value
source ยท pub fn decode_value<P: Payload>(
bytes: &mut &[u8],
payload: &P,
metadata: &Metadata
) -> Result<P::ReturnType, Error>
Expand description
Decode the value bytes at the location given by the provided runtime API payload.