Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/bip174/src/lib/converter/input/partialSig.d.ts

import { KeyValue, PartialSig } from '../../interfaces';
export declare function decode(keyVal: KeyValue): PartialSig;
export declare function encode(pSig: PartialSig): KeyValue;
export declare const expected = "{ pubkey: Buffer; signature: Buffer; }";
export declare function check(data: any): data is PartialSig;
export declare function canAddToArray(array: PartialSig[], item: PartialSig, dupeSet: Set<string>): boolean;
Back to Directory File Manager