Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/bip174/src/lib/parser/index.d.ts

import { PsbtGlobal, PsbtInput, PsbtOutput } from '../interfaces';
export * from './fromBuffer';
export * from './toBuffer';
export interface PsbtAttributes {
    globalMap: PsbtGlobal;
    inputs: PsbtInput[];
    outputs: PsbtOutput[];
}
Back to Directory File Manager