UNPKG

@faast/tron-payments

Version:

Library to assist in processing tron payments, such as deriving addresses and sweeping funds

10 lines (9 loc) 447 B
import { FeeLevel } from '@faast/payments-common'; export declare const PACKAGE_NAME = "tron-payments"; export declare const MIN_BALANCE_SUN = 100000; export declare const MIN_BALANCE_TRX: number; export declare const DECIMAL_PLACES = 6; export declare const DEFAULT_FULL_NODE: string; export declare const DEFAULT_SOLIDITY_NODE: string; export declare const DEFAULT_EVENT_SERVER: string; export declare const DEFAULT_FEE_LEVEL = FeeLevel.Medium;