UNPKG

@x5e/gink

Version:

an eventually consistent database

10 lines (9 loc) 259 B
import { Muid } from "./typedefs"; export declare class Addressable { readonly address: Muid; protected constructor(address: Muid); equals(other: any): boolean; get timestamp(): number; get medallion(): number; get offset(): number; }