InitializeTokenMetadataInstructionDataArgs
type InitializeTokenMetadataInstructionDataArgs = {
name: string;
symbol: string;
uri: string;
};Properties
name
name: string;Longer name of the token.
symbol
symbol: string;Shortened symbol of the token.
uri
uri: string;URI pointing to more metadata (image, video, etc.).