Synclets logoSynclets

DataConnectorOptimizations

The DataConnectorOptimizations type.

{
  readAtoms?: (address: AtomsAddress<Depth>) => Promise<Atoms>;
  getData?: () => Promise<Data>;
}
TypeDescription
readAtoms?(address: AtomsAddress<Depth>) => Promise<Atoms>
getData?() => Promise<Data>

Since

v0.0.0