Type alias SetLaunchTypeV2InstructionAccounts

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

Type declaration

  • Optional authority?: Signer

    The backend signer setting the launch type

  • baseMint: PublicKey | Pda

    The address of the base token mint account

  • genesisAccount: PublicKey | Pda

    The address of the genesis account

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc