ExtrinsicSignature class

Signature information for a signed extrinsic

Constructors

ExtrinsicSignature({required dynamic address, required dynamic signature, required Map<String, dynamic> extra})
const

Properties

address → dynamic
The address of the signer
final
extra Map<String, dynamic>
Extra data (signed extensions like nonce, tip, etc.)
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature → dynamic
The signature
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