ApiService class Null safety
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
fetchBalance(
String address, String endpoint) → Future< BalanceResponse> -
getNodeList(
String endpoint) → Future< NodesResponse> -
getStorageNoncePublicKey(
String endpoint) → Future< String> -
getTransactionContent(
String address, String endpoint) → Future< String> -
getTransactionIndex(
String address, String endpoint) → Future< int> -
getTransactions(
String address, int page, String endpoint) → Future< TransactionsResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
sendTx(
dynamic tx, String endpoint) → dynamic -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited