OPNet
    Preparing search index...

    Type Alias WithdrawAndHarvest

    WithdrawAndHarvest: CallResult<
        {},
        OPNetEvent<PoolUpdatedEvent | WithdrawnEvent | HarvestedEvent>[],
    >

    Represents the result of the withdrawAndHarvest function call.