Skip to main content

decode_params_bytes

Function decode_params_bytes 

Source
pub async fn decode_params_bytes(envelope: &Envelope) -> Result<Vec<u8>>
Expand description

Decode params from an envelope to raw bytes

For inline params, decodes the base64. For storage params, fetches from storage using the presigned request.