@ocap/types
Version:
Typescript definitions generated from protobuf
31 lines (28 loc) • 737 B
TypeScript
// Protobuf generated types
export * from './lib/enum_pb';
export * from './lib/rpc_pb';
export * from './lib/service_pb';
export * from './lib/state_pb';
export * from './lib/trace-type_pb';
export * from './lib/tx_pb';
export * from './lib/type_pb';
// vendor_pb types - explicit exports to avoid conflicts with type_pb
// (TConsensusParams, TValidator, TEvidence are defined in both files)
export type {
TKVPair,
TBlockParams,
TEvidenceParams,
TValidatorParams,
TLastCommitInfo,
TVersion,
TBlockID,
TPartSetHeader,
TValidatorUpdate,
TVoteInfo,
TPubKey,
THeader,
TRequestBeginBlock,
TRequestEndBlock,
} from './lib/vendor_pb';
// Interface types (I* that extend proto types)
export * from './interfaces';