ExtrinsicStatus class

Constructors

ExtrinsicStatus({required String type, required dynamic value})
const
ExtrinsicStatus.fromJson(dynamic json)
factory

Properties

blockHash String?
Returns the block hash if the transaction is in a block or finalized.
no setter
error String?
Returns the error message if the status represents an error state.
no setter
hashCode int
The hash code for this object.
no setterinherited
isBroadcast bool
Returns true if the transaction has been broadcast to network peers.
no setter
isDropped bool
Returns true if the transaction was dropped from the transaction pool.
no setter
isError bool
Returns true if the status represents any error state.
no setter
isFinalized bool
Returns true if the transaction is included in a finalized block.
no setter
isFuture bool
Returns true if the transaction is a future transaction.
no setter
isInBlock bool
Returns true if the transaction is included in a block (but not yet finalized).
no setter
isInvalid bool
Returns true if the transaction is invalid.
no setter
isReady bool
Returns true if the transaction is validated and ready in the transaction pool.
no setter
isRetracted bool
Returns true if the transaction was retracted from a block.
no setter
isUsurped bool
Returns true if the transaction was usurped by another transaction.
no setter
props List
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
type String
final
value → dynamic
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a user-friendly string representation of the extrinsic status.

Operators

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