MCPcopy Create free account
hub / github.com/NoteProtocol/NoteWallet / ToSignInput

Interface ToSignInput

src/btc/btc-sign.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import {signPsbtInput} from "./btc-psbt";
7
8export interface ToSignInput {
9 index: number;
10 publicKey: string;
11 sighashTypes?: number[];
12}
13
14interface BaseUserToSignInput {
15 index: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected