Interface IGetFeeEstimateExperimentalResponse

Return interface for the RpcClient.getFeeEstimateExperimental RPC method.

interface IGetFeeEstimateExperimentalResponse {
    estimate: IFeeEstimate;
    verbose?: IFeeEstimateVerboseExperimentalData;
}

Properties

Properties

estimate: IFeeEstimate

Generated using TypeDoc