pub struct Create {
pub asset: Pubkey,
pub authority: Pubkey,
pub holder: Pubkey,
pub group: Option<Pubkey>,
pub payer: Option<Pubkey>,
pub system_program: Option<Pubkey>,
}Expand description
Accounts.
Fields§
§asset: PubkeyAsset account
The authority of the asset
holder: PubkeyThe holder of the asset
group: Option<Pubkey>Asset account of the group
payer: Option<Pubkey>The account paying for the storage fees
system_program: Option<Pubkey>The system program
Implementations§
source§impl Create
impl Create
pub fn instruction(&self, args: CreateInstructionArgs) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: CreateInstructionArgs, remaining_accounts: &[AccountMeta] ) -> Instruction
Auto Trait Implementations§
impl RefUnwindSafe for Create
impl Send for Create
impl Sync for Create
impl Unpin for Create
impl UnwindSafe for Create
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more