RuntimeCall class

Represents a runtime call within an extrinsic

Constructors

RuntimeCall({required String palletName, required int palletIndex, required String callName, required int callIndex, required Map<String, dynamic> args})
const

Properties

args Map<String, dynamic>
Arguments passed to the call
final
callIndex int
Index of the call within the pallet
final
callName String
Name of the call
final
hashCode int
The hash code for this object.
no setterinherited
palletIndex int
Index of the pallet
final
palletName String
Name of the pallet
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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