UNPKG

rubic-sdk-next

Version:
9 lines (8 loc) 236 B
import { RubicSdkError } from '..'; /** * Thrown, when method is not whitelisted on proxy contract. */ export declare class UnapprovedMethodError extends RubicSdkError { readonly method: string; constructor(method: string); }