Skip to content

Commit

Permalink
WIP transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm committed Feb 17, 2024
1 parent 3539a25 commit 49c2748
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions programs/mpl-asset/src/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ pub enum MplAssetInstruction {
#[account(4, optional, name="log_wrapper", desc = "The SPL Noop Program")]
Burn(BurnArgs),

//TODO: Implement this instruction
/// Transfer an mpl-asset.
// danenbm working on
#[account(0, writable, name="asset_address", desc = "The address of the asset")]
#[account(1, optional, name="collection", desc = "The collection to which the asset belongs")]
#[account(2, signer, name="authority", desc = "The owner or delegate of the asset")]
Expand Down

0 comments on commit 49c2748

Please sign in to comment.