ExecuteV1InstructionAccounts: {
    asset: PublicKey | Pda;
    assetSigner?: PublicKey | Pda;
    authority?: Signer;
    collection?: PublicKey | Pda;
    payer?: Signer;
    programId?: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • asset: PublicKey | Pda

    The address of the asset

  • Optional assetSigner?: PublicKey | Pda

    The signing PDA for the asset

  • Optional authority?: Signer

    The owner or delegate of the asset

  • Optional collection?: PublicKey | Pda

    The collection to which the asset belongs

  • Optional payer?: Signer

    The account paying for the storage fees

  • Optional programId?: PublicKey | Pda

    The program id of the instruction

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc