ArchethicOracle class

Constructors

ArchethicOracle({required String phoenixHttpEndpoint, required String websocketEndpoint})

Properties

hashCode int
The hash code for this object.
no setterinherited
phoenixHttpEndpoint String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
websocketEndpoint String
final

Methods

close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subscribeToOracleUpdates({dynamic onUpdate(OracleUcoPrice?)?}) Future<void>
Subscribe to oracle updates
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited