UNPKG

lisk-framework

Version:

Lisk blockchain application platform

3 lines (2 loc) 159 B
import { LastCertificate, LastCertificateJSON } from './types'; export declare const certificateToJSON: (certificate: LastCertificate) => LastCertificateJSON;