Interface StoredValue<T>
-
- All Known Implementing Classes:
StoredValueAccount
,StoredValueBid
,StoredValueCLValue
,StoredValueContract
,StoredValueContractPackage
,StoredValueDeployInfo
,StoredValueEraInfo
,StoredValueTransfer
,StoredValueWithdraw
public interface StoredValue<T>
Stored Value interface and jackson resolver for subtypes- Since:
- 0.0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getValue()
-
-
-
Method Detail
-
getValue
T getValue()
-
-