pub const MAXIMUM_ASSET_DID_LENGTH: usize = _; // 268usize
Expand description

The maximum length, including separator symbols, an asset DID can have according to the Asset DID specification. The maximum length is given by the length of the “did:asset:” prefix, plus the maximum length of a valid CAIP-2 chain ID, the maximum length of a valid CAIP-19 asset ID, and the separator symbol between the two.