SignatureStatus class
Signature status
Constructors
- SignatureStatus({required int slot, required int? confirmations, required dynamic err, required TransactionConfirmationStatus? confirmationStatus})
-
const
-
SignatureStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- confirmations → int?
-
the number of blocks that have been confirmed and voted on in the fork containing
slot
final - confirmationStatus → TransactionConfirmationStatus?
-
cluster confirmation status, if data available. Possible responses:
TransactionConfirmationStatus.confirmed, TransactionConfirmationStatus.finalized, TransactionConfirmationStatus.processed
final
- err → dynamic
-
transaction error, if any
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slot → int
-
when the transaction was processed
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited