XRPRpcClient class
Constructors
- XRPRpcClient({required XRPNetworkClient networkClient})
- XRPRpcClient.defaultInstance()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- networkClient → XRPNetworkClient
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAccountBalance(
String adress) → Future< String> -
getAccountInfo(
String adress) → Future< Map< String, dynamic> > -
getTransactionInfo(
String adress) → Future< XRPTransactionInfo> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendTransaction(
String txhex) → Future< BlockchainResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited