• Registers a CBOR encoder for the TokenMetadataUrl type with the cbor2 library. This allows TokenMetadataUrl instances to be automatically encoded when used with the cbor2 library's encode function.

    Returns

    Example

    // Register the encoder
    registerCBOREncoder();
    // Now TokenMetadataUrl instances can be encoded directly
    const encoded = encode(myTokenMetadataUrl);

    Returns void

Generated using TypeDoc