FeeOverrideV2InstructionAccounts: {
    authority?: Signer;
    baseMint: PublicKey | Pda;
    bucket: PublicKey | Pda;
    genesisAccount: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    The global Metaplex authority overriding the default fees

  • baseMint: PublicKey | Pda

    The address of the base token mint account

  • bucket: PublicKey | Pda

    The address of the launchpool bucket

  • genesisAccount: PublicKey | Pda

    The address of the genesis account

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc