pub async fn decode_params(envelope: &Envelope) -> Result<Value>Expand description
Decode params from an envelope to JSON
For inline params, decodes the base64 and parses as JSON. For storage params, fetches from storage using the presigned request.