pub async fn decode_params_bytes(envelope: &Envelope) -> Result<Vec<u8>>
Decode params from an envelope to raw bytes
For inline params, decodes the base64. For storage params, fetches from storage using the presigned request.