UNPKG

ecash-lib

Version:

Library for eCash transaction building

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