Export

GetMyFeesEstimateResponse

interface GetMyFeesEstimateResponse {
    errors?: Error[];
    payload?: GetMyFeesEstimateResult;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetMyFeesEstimateResponse

Memberof

GetMyFeesEstimateResponse