UNPKG

@dojima-wallet/connection

Version:

Initialise and connection for layer 1&2 blockchain

5 lines (4 loc) 273 B
import { FeeBounds, FeeRate, FeeRates } from "./types"; export declare function singleFeeRate(rate: FeeRate): FeeRates; export declare function standardFeeRates(rate: FeeRate): FeeRates; export declare function checkFeeBounds(feeBounds: FeeBounds, feeRate: FeeRate): void;