ReverseSwapInfo class
Simplified version of FullReverseSwapInfo
, containing only the user-relevant fields
Constructors
- ReverseSwapInfo.new({required String id, required String claimPubkey, String? lockupTxid, String? claimTxid, required int onchainAmountSat, required ReverseSwapStatus status})
-
const
Properties
- claimPubkey → String
-
final
- claimTxid → String?
-
The claim tx id, available from the moment the claim tx is broadcast by the SDK
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- lockupTxid → String?
-
The lockup tx id, available from the moment the lockup tx is seen in the mempool by the SDK
final
- onchainAmountSat → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ReverseSwapStatus
-
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