UNPKG

@tendermint/types

Version:

TypeScript definitions for Cosmos and Tendermint

10 lines (8 loc) 144 B
/** * A `Uint8Array` of binary data */ export type Bytes = Uint8Array; /** * A `Uint8Array` of JSON data */ export type JSONBytes = Bytes;