signify-ts

    Interface CounterArgs

    interface CounterArgs {
        code?: string;
        count?: number;
        countB64?: string;
        qb2?: Uint8Array<ArrayBufferLike>;
        qb64?: string;
        qb64b?: Uint8Array<ArrayBufferLike>;
        strip?: boolean;
    }
    Index

    Properties

    code?: string
    count?: number
    countB64?: string
    qb2?: Uint8Array<ArrayBufferLike>
    qb64?: string
    qb64b?: Uint8Array<ArrayBufferLike>
    strip?: boolean
    MMNEPVFCICPMFPCPTTAAATR