Constant kilt_asset_dids::v1::MINIMUM_ASSET_DID_LENGTH
source · pub const MINIMUM_ASSET_DID_LENGTH: usize = _; // 21usize
Expand description
The minimum length, including separator symbols, an asset DID can have according to the Asset DID specification. The minimum length is given by the length of the “did:asset:” prefix, plus the minimum length of a valid CAIP-2 chain ID, the minimum length of a valid CAIP-19 asset ID, and the separator symbol between the two.