Type alias AddConstantProductBondingCurveBucketV1InstructionAccounts

AddConstantProductBondingCurveBucketV1InstructionAccounts: {
    actionsAuthority?: PublicKey | Pda;
    associatedTokenProgram?: PublicKey | Pda;
    authority?: Signer;
    backendSigner?: PublicKey | Pda;
    bucket?: PublicKey | Pda;
    bucketTokenAccount?: PublicKey | Pda;
    feeWallet?: PublicKey | Pda;
    genesisAccount?: PublicKey | Pda;
    mint: PublicKey | Pda;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
    tokenProgram?: PublicKey | Pda;
}

Type declaration

  • Optional actionsAuthority?: PublicKey | Pda

    The authority of the bonding curve bucket actions

  • Optional associatedTokenProgram?: PublicKey | Pda

    The Associated Token program

  • Optional authority?: Signer

    The authority of the mint

  • Optional backendSigner?: PublicKey | Pda

    Backend authorisation signer

  • Optional bucket?: PublicKey | Pda

    The address of the bucket account

  • Optional bucketTokenAccount?: PublicKey | Pda

    The token account owned by the bucket

  • Optional feeWallet?: PublicKey | Pda

    The wallet where fees are sent

  • Optional genesisAccount?: PublicKey | Pda

    The address of the genesis account

  • mint: PublicKey | Pda

    The address of the mint account

  • Optional payer?: Signer

    The account paying for the storage fees

  • Optional systemProgram?: PublicKey | Pda

    The system program

  • Optional tokenProgram?: PublicKey | Pda

    The SPL Token program

Generated using TypeDoc