beem.asset¶
-
class
beem.asset.
Asset
(asset, lazy=False, full=False, blockchain_instance=None, **kwargs)¶ Bases:
beem.blockchainobject.BlockchainObject
Deals with Assets of the network.
Parameters: - Asset (str) – Symbol name or object id of an asset
- lazy (bool) – Lazy loading
- full (bool) – Also obtain bitasset-data and dynamic asset dat
- steem_instance (Steem) – Steem instance
Returns: All data of an asset
Note
This class comes with its own caching function to reduce the load on the API server. Instances of this class can be refreshed with
Asset.refresh()
.-
asset
¶
-
precision
¶
-
refresh
()¶ Refresh the data from the API server
-
symbol
¶
-
type_id
= 3¶