Coda by Ian Macalinao
    Preparing search index...
    interface DecreaseLiquidityV2InstructionData {
        discriminator: ReadonlyUint8Array;
        liquidityAmount: bigint;
        remainingAccountsInfo: Option<RemainingAccountsInfo>;
        tokenMinA: bigint;
        tokenMinB: bigint;
    }
    Index

    Properties

    discriminator: ReadonlyUint8Array
    liquidityAmount: bigint
    remainingAccountsInfo: Option<RemainingAccountsInfo>
    tokenMinA: bigint
    tokenMinB: bigint