Class OmniwalletPropertyInfo
java.lang.Object
foundation.omni.netapi.omniwallet.json.OmniwalletPropertyInfo
Java POJO for per-property record in /v1/properties/list response
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionOmniwalletPropertyInfo
(long blocktime, String category, org.bitcoinj.base.Sha256Hash creationTxId, String data, boolean divisible, boolean fixedIssuance, boolean freezingEnabled, String issuerString, List<OmniwalletPropertyInfo.Issuance> issuances, boolean managedIssuance, String name, CurrencyID propertyid, String subcategory, String totalTokensString, String url) -
Method Summary
-
Constructor Details
-
OmniwalletPropertyInfo
public OmniwalletPropertyInfo(long blocktime, String category, org.bitcoinj.base.Sha256Hash creationTxId, String data, boolean divisible, boolean fixedIssuance, boolean freezingEnabled, String issuerString, List<OmniwalletPropertyInfo.Issuance> issuances, boolean managedIssuance, String name, CurrencyID propertyid, String subcategory, String totalTokensString, String url)
-
-
Method Details
-
getBlocktime
public long getBlocktime() -
getCategory
-
getCreationTxId
public org.bitcoinj.base.Sha256Hash getCreationTxId() -
getData
-
isDivisible
public boolean isDivisible() -
isFixedIssuance
public boolean isFixedIssuance() -
isFreezingEnabled
public boolean isFreezingEnabled() -
getIssuer
public org.bitcoinj.base.Address getIssuer() -
getIssuances
-
isManagedIssuance
public boolean isManagedIssuance() -
getName
-
getPropertyid
-
getSubcategory
-
getTotalTokens
-
getUrl
-