Client class

Annotations
  • @JS()

Constructors

Client(String server, [ClientOptions clientOptions])

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

autofill(dynamic transactionOptions) → dynamic
connect() → dynamic
disconnect() → dynamic
fundWallet(Wallet? wallet, FundWalletOptions? options) → dynamic
getXrpBalance(String address) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request(dynamic request) → dynamic
submitAndWait(dynamic transaction, SignTransactionOptions options) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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