Interface IGetFeeEstimateResponse

Return interface for the RpcClient.getFeeEstimate RPC method.

interface IGetFeeEstimateResponse {
    estimate: IFeeEstimate;
}

Properties

Properties

estimate: IFeeEstimate

Generated using TypeDoc