UNPKG

hapi-ton-sdk

Version:

SDK for managing HAPI attestations on TON network

7 lines (5 loc) 262 B
declare const delay: (time?: number) => Promise<void>; declare const TON_DEFAULT_GAS: bigint; declare const TON_MIN_COMMISSION: bigint; declare const TON_MIN_JETTON_STORAGE: bigint; export { TON_DEFAULT_GAS, TON_MIN_COMMISSION, TON_MIN_JETTON_STORAGE, delay };