UNPKG

@metaplex-foundation/solita

Version:

Generates SDK API from solana contract IDL.

3 lines (2 loc) 109 B
import { IdlError } from './types'; export declare function renderErrors(errors: IdlError[]): string | null;