MigrateNftV1InstructionAccounts: {
    asset: PublicKey | Pda;
    authority?: Signer;
    collection: PublicKey | Pda;
    escrowNew: PublicKey | Pda;
    escrowOld: PublicKey | Pda;
    mplCore: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
}

Type declaration

Generated using TypeDoc