Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/proto/cosmos/base/store/v1beta1/snapshot

Index

Type aliases

DeepPartial

DeepPartial<T>: T extends Builtin ? T : T extends infer U[] ? DeepPartial<U>[] : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {[ K in keyof T]: DeepPartial<T[K]> } : Partial<T>

Type parameters

  • T

Variables

SnapshotIAVLItem

SnapshotIAVLItem: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

SnapshotItem

SnapshotItem: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

SnapshotStoreItem

SnapshotStoreItem: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

Const protobufPackage

protobufPackage: "cosmos.base.store.v1beta1" = 'cosmos.base.store.v1beta1'

Generated using TypeDoc