Type alias SetRaydiumClmmBucketV2BehaviorsInstructionAccounts

SetRaydiumClmmBucketV2BehaviorsInstructionAccounts: {
    authority?: Signer;
    bucket: PublicKey | Pda;
    genesisAccount: PublicKey | Pda;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • Optional authority?: Signer

    The authority of the genesis account

  • bucket: PublicKey | Pda

    The Raydium CLMM bucket

  • genesisAccount: PublicKey | Pda

    The genesis account

  • Optional payer?: Signer

    The payer for potential reallocation

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc