AlgorandOptions class

Constructors

AlgorandOptions({AlgodClient? algodClient, IndexerClient? indexerClient, bool mainnet = false, Duration connectTimeout = const Duration(seconds: 30), Duration receiveTimeout = const Duration(seconds: 30), Duration sendTimeout = const Duration(seconds: 30), int timeout = 5, bool debug = false, bool enableGzip = true, Interceptor? logInterceptor, Transformer? transformer})
factory

Properties

algodClient AlgodClient
final
debug bool
The timeout parameter indicates how many rounds you wish to check pending transactions for. Defaults to 5.
final
hashCode int
The hash code for this object.
no setterinherited
indexerClient IndexerClient
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
The timeout parameter indicates how many rounds you wish to check pending transactions for. Defaults to 5.
final

Methods

copyWith({AlgodClient algodClient()?, IndexerClient indexerClient()?, int timeout()?, bool debug()?}) AlgorandOptions
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