Class Asset


  • public class Asset
    extends PathResponse
    Specifies both the unique identifier and the parameters for an asset
    • Field Detail

      • createdAtRound

        public BigInteger createdAtRound
        Round during which this asset was created.
      • deleted

        public Boolean deleted
        Whether or not this asset is currently deleted.
      • destroyedAtRound

        public BigInteger destroyedAtRound
        Round during which this asset was destroyed.
      • index

        public Long index
        unique asset identifier
      • params

        public AssetParams params
        AssetParams specifies the parameters for an asset. (apar) when part of an AssetConfig transaction. Definition: data/transactions/asset.go : AssetParams
    • Constructor Detail

      • Asset

        public Asset()