Wrapper for Biometric data block (BDB) decoder

interface BDBDecoder {
    load(firstBlock: TLV): any;
}

Methods

Methods