ContractService class abstract

Implementers

Constructors

ContractService.new()

Properties

contractSourceUsecase ContractSourceUsecase
Path to deliver information from polygonAPI
final
contractStatusUsecase ContractStatusUsecase
Path to deliver information from web3
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getContractSource() Future<Either<Failure, ContractEntity>>
Get contract ABI functions
getContractStatus() Future<Either<Failure, bool>>
Get information about contract status
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