stellar_flutter_sdk
stellar_flutter_sdk
Server
Server constructor
Server
stellar_flutter_sdk
stellar_flutter_sdk
Server
Server constructor
Server class
Constructors
Server
Properties
accounts
assets
effects
hashCode
httpClient
ledgers
offers
operationFeeStats
operations
orderBook
paths
payments
runtimeType
trades
transactions
Methods
noSuchMethod
root
submitTransaction
toString
tradeAggregations
Operators
operator ==
Server
constructor
Server
(
String
url
)
Implementation
Server(String url) { _serverURI = Uri.parse(url); _httpClient = new http.Client(); }