SubstrateMetadata<T> class
abstract
Abstract class representing metadata in the Substrate blockchain framework.
This class extends SubstrateSerialization
and requires a version property.
- Inheritance
-
- Object
- SubstrateSerialization<
T> - SubstrateMetadata
- Implementers
Constructors
Properties
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