UNPKG

@harmoniclabs/plu-ts-onchain

Version:

An embedded DSL for Cardano smart contracts creation coupled with a library for Cardano transactions, all in Typescript

6 lines (5 loc) 208 B
/** * writes the number in a new `Uint8Array` Big Endian */ export declare function positiveIntAsBytes(n: number | bigint): Uint8Array; export declare function positiveBigIntAsBytes(n: bigint): Uint8Array;