Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 967 Bytes

Asset.md

File metadata and controls

23 lines (18 loc) · 967 Bytes

blockfrost.model.Asset

Load the model package

import 'package:blockfrost/api.dart';

Properties

Name Type Description Notes
asset String Hex-encoded asset full name
policyId String Policy ID of the asset
assetName String Hex-encoded asset name of the asset
fingerprint String CIP14 based user-facing fingerprint
quantity String Current asset quantity
initialMintTxHash String ID of the initial minting transaction
mintOrBurnCount int Count of mint and burn transactions
onchainMetadata AssetOnchainMetadata
metadata AssetMetadata

[Back to Model list] [Back to API list] [Back to README]