usecrate::types::Address;/// Holds the data for a MultiversX standard digital token transaction
#[derive(Clone, Default, Debug)]pubstructEsdtInstanceMetadata{pubname:Vec<u8>,
pubcreator:Option<Address>,
pubroyalties:u64,
pubhash:Option<Vec<u8>>,
puburi:Vec<Vec<u8>>,
pubattributes:Vec<u8>,
}