AuthorApi<P extends Provider> class
Substrate state API
Constructors
- AuthorApi(P _provider)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
submitAndWatchExtrinsic(
Uint8List extrinsic, dynamic onData(ExtrinsicStatus)) → Future< StreamSubscription< ExtrinsicStatus> > - Submits and subscribe to watch an extrinsic until unsubscribed.
-
submitExtrinsic(
Uint8List extrinsic) → Future< Uint8List> - Submit a fully formatted extrinsic for block inclusion. The type will be changed to Extrinsic later
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited