StellarConfiguration class
Configuration for all Stellar-related activity.
Constructors
- StellarConfiguration.new(Network network, String horizonUrl, {int baseFee = flutter_sdk.AbstractTransaction.MIN_BASE_FEE, Duration defaultTimeout = const Duration(minutes: 3)})
Properties
- baseFee ↔ int
-
default base fee
to be used
getter/setter pair
- defaultTimeout ↔ Duration
-
default transaction timeout
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizonUrl ↔ String
-
URL of the Horizons server.
getter/setter pair
- network ↔ Network
-
network to be used.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Properties
- futureNet → StellarConfiguration
-
final
- publicNet → StellarConfiguration
-
final
- testNet → StellarConfiguration
-
final