Skip to content

Please export PsbtInputExtended and PsbtOutputExtended #2199

@koa202405

Description

@koa202405

So that I can remove following code in my project

// Following types are not exported by BitcoinJS, so they need to be manually extracted
export type PsbtInputExtended = Parameters<
  typeof bitcoin.Psbt.prototype.addInput
>[0];

export type PsbtOutputExtended = Parameters<
  typeof bitcoin.Psbt.prototype.addOutput
>[0];

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions