Type alias RemoveRaydiumClmmBucketV2ExtensionsInstructionAccounts

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

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 account paying for the transaction fees

Generated using TypeDoc