AlgodClient class

An application connects to the Algorand blockchain through an algod client. The algod client requires a valid algod REST endpoint IP address and algod token from an Algorand node that is connected to the network you plan to interact with.

Inheritance

Constructors

AlgodClient({required String apiUrl, String apiKey = '', String tokenKey = ALGOD_API_TOKEN, bool debug = false})

Properties

client ↔ Dio
The http client
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
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

Constants

ALGOD_API_TOKEN → const String