Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/bip174/src/lib/parser/toBuffer.d.ts
/// <reference types="node" />
import { KeyValue } from '../interfaces';
import { PsbtAttributes } from './index';
export declare function psbtToBuffer({ globalMap, inputs, outputs, }: PsbtAttributes): Buffer;
export declare function psbtToKeyVals({ globalMap, inputs, outputs, }: PsbtAttributes): {
globalKeyVals: KeyValue[];
inputKeyVals: KeyValue[][];
outputKeyVals: KeyValue[][];
};
Back to Directory
File Manager