UncheckedExtrinsic class
Represents an unchecked extrinsic (transaction) in the runtime
Constructors
- UncheckedExtrinsic({required int version, ExtrinsicSignature? signature, required RuntimeCall call})
-
const
Properties
- call → RuntimeCall
-
The actual call being made
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSigned → bool
-
Whether this is a signed extrinsic
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signature → ExtrinsicSignature?
-
Optional signature (present for signed extrinsics)
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