UNPKG

rubic-sdk-next

Version:
9 lines (8 loc) 261 B
import { RubicSdkError } from '../rubic-sdk.error'; /** * Thrown, when current gas price is higher, than max gas price on cross-chain contract * in target network. */ export declare class MaxGasPriceOverflowError extends RubicSdkError { constructor(); }