FeeOverrideV1InstructionAccounts: {
    authority?: Signer;
    bucket: PublicKey | Pda;
    genesisAccount?: PublicKey | Pda;
    mint: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    The global Metaplex authority overriding the default fees

  • bucket: PublicKey | Pda

    The address of the launchpool bucket

  • Optional genesisAccount?: PublicKey | Pda

    The address of the genesis account

  • mint: PublicKey | Pda

    The address of the mint account

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc