pub fn create_metadata_accounts(
    program_id: Pubkey,
    metadata_account: Pubkey,
    mint: Pubkey,
    mint_authority: Pubkey,
    payer: Pubkey,
    update_authority: Pubkey,
    name: String,
    symbol: String,
    uri: String,
    creators: Option<Vec<Creator>>,
    seller_fee_basis_points: u16,
    update_authority_is_signer: bool,
    is_mutable: bool
) -> Instruction
Expand description

Creates an CreateMetadataAccounts instruction #[deprecated(since=“1.1.0”, note=“please use create_metadata_accounts_v3 instead”)]