Rename TokenMetadataInitialize
field token_program_id
to program_id
#3073
Labels
TokenMetadataInitialize
field token_program_id
to program_id
#3073
This better matches the spl_token_metadata_interface::instruction::initialize function.
The Token Metadata Interface (sRFC 17) is designed to work with external metadata programs, not just Token2022. These external programs might not be token programs, just metadata implementations.
In this example, I pass set an external metadata program as the
token_program_id
field which works but is confusing.The text was updated successfully, but these errors were encountered: