TikiChainService class

Constructors

TikiChainService(TikiKeysModel _keys)

Properties

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

Methods

build() Future<void>
drop() Future<void>
mint(Map<String, Uint8List> reqs) Future<Map<String, TikiChainBlock>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open({required Database database, Httpp? httpp, TikiKv? kv, String? accessToken()?, Future<void> refresh(void onSuccess(String?)?)?, dynamic amplitude}) Future<TikiChainService>
read(List<Uint8List> hash) Future<List<TikiChainBlock>>
toString() String
A string representation of this object.
inherited
write(Map<String, BlockContents> reqs) Future<Map<String, TikiChainBlock>>

Operators

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