Synclets logoSynclets

MetaConnectorOptimizations

The MetaConnectorOptimizations type.

{
  readTimestamps?: (address: TimestampsAddress<Depth>) => Promise<Timestamps>;
  getMeta?: () => Promise<Meta>;
}
TypeDescription
readTimestamps?(address: TimestampsAddress<Depth>) => Promise<Timestamps>
getMeta?() => Promise<Meta>

Since

v0.0.0