spl: import deref (#2122)

This commit is contained in:
Armani Ferrante 2022-08-13 14:59:49 -04:00 committed by GitHub
parent d3ee9b529a
commit e134cce3f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ use mpl_token_metadata::state::{CollectionDetails, DataV2};
use mpl_token_metadata::ID;
use solana_program::account_info::AccountInfo;
use solana_program::pubkey::Pubkey;
use std::ops::Deref;
#[derive(Clone)]
pub struct Metadata;