UNPKG

@marinade.finance/kamino-sdk

Version:
5 lines (4 loc) 284 B
import * as anchor from './anchor'; import * as custom from './custom'; export declare function fromCode(code: number, logs?: string[]): custom.CustomError | anchor.AnchorError | null; export declare function fromTxError(err: unknown): custom.CustomError | anchor.AnchorError | null;