Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 692 Bytes

NutlinkAddress.md

File metadata and controls

18 lines (13 loc) · 692 Bytes

blockfrost.model.NutlinkAddress

Load the model package

import 'package:blockfrost/api.dart';

Properties

Name Type Description Notes
address String Bech32 encoded address
metadataUrl String URL of the specific metadata file
metadataHash String Hash of the metadata file
metadata BuiltMap<String, JsonObject> The cached metadata of the metadata_url file.

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