UNPKG

rubic-sdk-next

Version:
8 lines (7 loc) 235 B
import { RubicSdkError } from '../rubic-sdk.error'; /** * Thrown, if transaction was reverted because of insufficient native balance. */ export declare class TronInsufficientNativeBalance extends RubicSdkError { constructor(); }