UNPKG

signify-ts

Version:

Signing at the edge for KERI, ACDC, and KERIA

8 lines (7 loc) 277 B
import { Matter, MatterArgs } from './matter.ts'; export declare class CesrNumber extends Matter { constructor({ raw, code, qb64b, qb64, qb2 }: MatterArgs, num?: number | string, numh?: string); get num(): number; get numh(): string; get positive(): boolean; }