Type alias UpdateRaydiumClmmBucketV2PostFinalizeInstructionAccounts

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

Type declaration

  • Optional authority?: Signer

    The authority of the genesis account

  • bucket: PublicKey | Pda

    The Raydium CLMM bucket being amended

  • genesisAccount: PublicKey | Pda

    The address of the genesis account

Generated using TypeDoc