UNPKG

rubic-sdk

Version:
8 lines (7 loc) 202 B
import { RubicSdkError } from "../rubic-sdk.error"; /** * Thrown, if transaction signing in wallet expired. */ export declare class TronTransactionExpired extends RubicSdkError { constructor(); }