UNPKG

197 BTypeScriptView Raw
1import BN from 'bn.js';
2import { BigUInt } from './proto/loom_pb';
3export declare function unmarshalBigUIntPB(value: BigUInt): BN;
4export declare function marshalBigUIntPB(value: BN): BigUInt;