Type alias UpdateRaydiumClmmBucketV2InstructionAccounts

UpdateRaydiumClmmBucketV2InstructionAccounts: {
    ammConfig?: PublicKey | Pda;
    authority?: Signer;
    bucket: PublicKey | Pda;
    genesisAccount: PublicKey | Pda;
}

Type declaration

  • Optional ammConfig?: PublicKey | Pda

    Raydium CLMM AmmConfig (required when changing config; tick spacing is read on-chain)

  • Optional authority?: Signer

    The authority of the genesis account

  • bucket: PublicKey | Pda

    The address of the bucket

  • genesisAccount: PublicKey | Pda

    The address of the genesis account

Generated using TypeDoc