UNPKG

@ton3/liteclient

Version:
4 lines (3 loc) 169 B
declare const uintToBytes: (value: number, length: number) => Uint8Array; declare const bytesToUint: (value: Uint8Array) => number; export { uintToBytes, bytesToUint };