Function anchor_spl::metadata::bubblegum_set_collection_size

source ·
pub fn bubblegum_set_collection_size<'info>(
    ctx: CpiContext<'_, '_, '_, 'info, BubblegumSetCollectionSize<'info>>,
    collection_authority_record: Option<Pubkey>,
    size: u64
) -> Result<()>
Available on crate feature metadata only.