UNPKG

@mysten/sui

Version:

Sui TypeScript API(Work in Progress)

3 lines (2 loc) 170 B
export declare function toPaddedBigEndianBytes(num: bigint, width: number): Uint8Array; export declare function toBigEndianBytes(num: bigint, width: number): Uint8Array;