smart_contract library
Classes
Constants
- DEFAULT_CHAIN_ID → const int
Properties
-
contractConfig
→ Map<
String, Map< String, String> > -
final
-
existingContractsMap
→ Map<
String, DeployedContract> -
final
- logger ↔ ReclaimLogger
-
getter/setter pair
Functions
-
fetchEpochData(
DeployedContract contract, Web3Client client, [int epochId = 0]) → Future< BeaconState> -
getContract(
int chainId) → DeployedContract? -
makeBeacon(
{int? chainId}) → Future< Beacon?> -
makeBeaconCacheable(
Beacon beacon) → Beacon