ExtrinsicMetadata class

Metadata of the extrinsic used by the runtime.

Implementers

Constructors

ExtrinsicMetadata({required int version, required int addressType, required int callType, required int signatureType, required int extraType, required List<SignedExtensionMetadata> signedExtensions})
const

Properties

addressType int
The type of the address.
final
callType int
The type of the call.
final
extraType int
The type of the extra.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureType int
The type of the signature.
final
signedExtensions List<SignedExtensionMetadata>
The signed extensions in the order they appear in the extrinsic.
final
version int
Extrinsic version.
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