UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

6 lines (5 loc) 314 B
import { JsonRpcResponse, UtxoBasedRpcInterfaceEstimateFee } from '../../../dto'; import { AbstractUtxoRpc } from './AbstractUtxoRpc'; export declare abstract class AbstractUtxoRpcEstimateFee extends AbstractUtxoRpc implements UtxoBasedRpcInterfaceEstimateFee { estimateFee(): Promise<JsonRpcResponse<any>>; }