SignedExtensionMetadata class

Metadata of an extrinsic signed extension.

Constructors

SignedExtensionMetadata({required String identifier, required TypeId type, required TypeId additionalSigned})
SignedExtensionMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

additionalSigned TypeId
The type of the additional signed data, with the data to be included in the signed payload
final
hashCode int
The hash code for this object.
no setterinherited
identifier String
The unique signed extension identifier, which may be different from the type name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TypeId
The type of the signed extension, with the data to be included in the extrinsic.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

codec → const $SignedExtensionMetadataCodec