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

Interface PublicKeyUserToSignInput

src/btc/btc-sign.ts:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24export interface PublicKeyUserToSignInput extends BaseUserToSignInput {
25 publicKey: string;
26}
27
28export type UserToSignInput = AddressUserToSignInput | PublicKeyUserToSignInput;
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected