AtomicSwap class

Constructors

AtomicSwap({int? blockTimestamp, int? closedTime, int? crossChain, String? expectedIncome, int? expireHeight, String? fromAddr, String? inAmount, String? outAmount, String? randomNumber, String? randomNumberHash, String? recipientOtherChain, int? status, String? swapId, String? timestamp, String? toAddr})
AtomicSwap.fromJson(Map<String, dynamic> json)

Properties

blockTimestamp int?
getter/setter pair
closedTime int?
getter/setter pair
crossChain int?
getter/setter pair
expectedIncome String?
getter/setter pair
expireHeight int?
getter/setter pair
fromAddr String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inAmount String?
getter/setter pair
outAmount String?
getter/setter pair
randomNumber String?
getter/setter pair
randomNumberHash String?
getter/setter pair
recipientOtherChain String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
getter/setter pair
swapId String?
getter/setter pair
timestamp String?
getter/setter pair
toAddr String?
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