UNPKG

@brynjarrr/xchain-doge

Version:

Custom Doge client and utilities used by XChain clients

8 lines (7 loc) 259 B
/** * Minimum transaction fee * 100000 satoshi/kB (similar to current `minrelaytxfee`) * @see https://github.com/dogecoin/dogecoin/blob/master/src/validation.h#L58 */ export declare const MIN_TX_FEE = 100000; export declare const DOGE_DECIMAL = 8;