UNPKG
@tendermint/types
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
TypeScript definitions for Cosmos and Tendermint
github.com/cosmos/types
cosmos/types
@tendermint/types
/
types
/
common
/
bytes.d.ts
10 lines
(8 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * A `Uint8Array` of binary data */
export
type
Bytes
=
Uint8Array
;
/** * A `Uint8Array` of JSON data */
export
type
JSON
Bytes =
Bytes
;