UNPKG

near-sdk-js

Version:

High Level JavaScript SDK for building smart contracts on NEAR

9 lines (8 loc) 173 B
/** * The Gas amount specified in yoctoNEAR. */ export declare type Gas = bigint; /** * One TGas - Tera Gas. 10^12 yoctoNEAR. */ export declare const ONE_TERA_GAS: Gas;