Marin Petrunić cc96cf5e37 remove bn.js
# Conflicts:
#	src/@types/basic.ts
#	src/handshakes/ik.ts
#	src/handshakes/xx.ts
2020-04-22 18:59:38 +02:00

9 lines
179 B
TypeScript

import {Buffer} from 'buffer';
export type bytes = Buffer;
export type bytes32 = Buffer;
export type bytes16 = Buffer;
export type uint32 = number;
export type uint64 = number;