api library Null safety
Functions
-
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> -
sendTx(
dynamic tx, String endpoint) → dynamic