Uses of Record Class
com.wualabs.qtsurfer.engine.indicators.onchain.model.SpentOutput
Packages that use SpentOutput
Package
Description
-
Uses of SpentOutput in com.wualabs.qtsurfer.engine.indicators.onchain
Method parameters in com.wualabs.qtsurfer.engine.indicators.onchain with type arguments of type SpentOutputModifier and TypeMethodDescriptionprotected doubleSOPRIndicator.calculate(List<SpentOutput> outputs) -
Uses of SpentOutput in com.wualabs.qtsurfer.engine.indicators.onchain.model
Methods in com.wualabs.qtsurfer.engine.indicators.onchain.model that return types with arguments of type SpentOutputModifier and TypeMethodDescriptionOnChainSnapshot.spentOutputs()Returns the value of thespentOutputsrecord component.Constructor parameters in com.wualabs.qtsurfer.engine.indicators.onchain.model with type arguments of type SpentOutputModifierConstructorDescriptionOnChainSnapshot(Instant timestamp, List<SpentOutput> spentOutputs, double marketCap, double realizedCap, double transactionVolume) Creates an instance of aOnChainSnapshotrecord class.