TTSeaClient class

SEA-aware TT client that wires signature and storage middleware on demand.

Inheritance

Constructors

TTSeaClient({TTLink? linkClass, TTOptions? options, bool registerStorage = false})

Properties

graph TTGraph
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
linkClass TTLink?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String soul, [TTMsgCb? cb]) TTLink
Traverse a location in the graph
inherited
getValue(String soul, [TTMsgCb? cb]) Future
Traverse a location in the graph and Return the data
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
opt(TTOptions options) TTClient
Configure the TT client
inherited
registerSearMiddleware() → void
registerStorageMiddleware() → void
toString() String
A string representation of this object.
inherited
user() TTUserApi

Operators

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