PostTransactionPending class

This response means that the issuer could not determine whether to approve the transaction at the time of receiving it. Wallet can re-submit the same transaction at a later point in time.

Inheritance

Constructors

PostTransactionPending({int? timeout, String? message})

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
(optional) A human readable string containing information to pass on to the user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
Number of milliseconds to wait before submitting the same transaction again.
getter/setter pair

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