UNPKG

@ecash/lib

Version:

Library for eCash transaction building

5 lines 227 B
/** Default dust limit on the eCash network. */ export declare const DEFAULT_DUST_LIMIT = 546; /** Default fee per kB on the eCash network. */ export declare const DEFAULT_FEE_PER_KB = 1000; //# sourceMappingURL=consts.d.ts.map