UNPKG

@orbs-network/contracts-js

Version:

Provides easy to use JS (TS) interfaces to interact with the Orbs Ethereum contracts

3 lines (2 loc) 147 B
export declare function fullOrbsFromWeiOrbs(weiOrbsString: string): number; export declare function weiOrbsFromFullOrbs(fullOrbs: number): bigint;