Skip to main content

canonical_json

Function canonical_json 

Source
pub fn canonical_json(value: &impl Serialize) -> Result<Vec<u8>>
Expand description

Serialize a protocol object using the JSON Canonicalization Scheme.

Action digests are computed from these bytes, so callers must not use serde’s struct field order as part of the wire contract.