UNPKG

@avalabs/avalanchejs

Version:
4 lines (2 loc) 138 B
import { Int } from '../../serializable/primitives/int'; export const bytesForInt = (num: number): Uint8Array => new Int(num).toBytes();