PKI-Lite - v1.0.5
    Preparing search index...
    interface PrimitiveParams {
        blockLength?: number;
        error?: string;
        idBlock?: Partial<ILocalIdentificationBlock> & Partial<IHexBlock>;
        isHexOnly?: boolean;
        lenBlock?: Partial<ILocalLengthBlock>;
        name?: string;
        optional?: boolean;
        primitiveSchema?: BaseBlock<ValueBlock, LocalBaseBlockJson>;
        valueBeforeDecode?: BufferSource;
        valueHex?: BufferSource;
        warnings?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    blockLength?: number
    error?: string
    idBlock?: Partial<ILocalIdentificationBlock> & Partial<IHexBlock>
    isHexOnly?: boolean
    lenBlock?: Partial<ILocalLengthBlock>
    name?: string
    optional?: boolean
    primitiveSchema?: BaseBlock<ValueBlock, LocalBaseBlockJson>
    valueBeforeDecode?: BufferSource
    valueHex?: BufferSource
    warnings?: string[]