EsploraConfig class

Configuration for an EsploraBlockchain

Constructors

EsploraConfig({required String baseUrl, String? proxy, int? concurrency, required int stopGap, int? timeout})
const

Properties

baseUrl String
Base URL of the esplora service eg. https://blockstream.info/api/
final
concurrency int?
Number of parallel requests sent to the esplora service (default: 4)
final
hashCode int
The hash code for this object.
no setterinherited
proxy String?
Optional URL of the proxy to use to make requests to the Esplora server The string should be formatted as:
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stopGap int
Stop searching addresses for transactions after finding an unused gap of this length.
final
timeout int?
Socket timeout.
final

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