SubstrateMetadata<T> class abstract

Abstract class representing metadata in the Substrate blockchain framework.

This class extends SubstrateSerialization and requires a version property.

Inheritance
Implementers

Constructors

SubstrateMetadata.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
The version of the metadata.
final

Methods

layout({String? property}) → Layout<T>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scaleJsonSerialize({String? property}) → T
inherited
serialize({String? property}) List<int>
inherited
toHex({String? prefix, bool lowerCase = true}) String
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited