substrate_metadata 1.5.0 copy "substrate_metadata: ^1.5.0" to clipboard
substrate_metadata: ^1.5.0 copied to clipboard

A package able to provide metadata types, encode and decode storage entries, extrinsics, events, and constants for Substrate runtimes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add substrate_metadata

With Flutter:

 $ flutter pub add substrate_metadata

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  substrate_metadata: ^1.5.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:substrate_metadata/substrate_metadata.dart';
2
likes
120
points
1.06k
downloads

Publisher

verified publisherpolkadart.dev

Weekly Downloads

A package able to provide metadata types, encode and decode storage entries, extrinsics, events, and constants for Substrate runtimes.

Homepage
Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

convert, cross_file, equatable, json_schema, pointycastle, polkadart, polkadart_scale_codec, utility

More

Packages that depend on substrate_metadata