Const
The basic metadata of a UDT token.
const metadataMolecule = UdtMetadata.encode({ name: "My UDT", symbol: "MYUDT", decimals: 8, icon: "https://example.com/icon.png",}); Copy
const metadataMolecule = UdtMetadata.encode({ name: "My UDT", symbol: "MYUDT", decimals: 8, icon: "https://example.com/icon.png",});
The basic metadata of a UDT token.