UNPKG

@towns-protocol/sdk

Version:

For more details, visit the following resources:

6 lines 277 B
import { Snapshot } from '@towns-protocol/proto'; /** * Zero out the tips sent and received since we're adding counts and we want them to match */ export declare function snapshotMigration0003(snapshot: Snapshot): Snapshot; //# sourceMappingURL=snapshotMigration0003.d.ts.map