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

Interface AddressUserToSignInput

src/btc/btc-sign.ts:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface AddressUserToSignInput extends BaseUserToSignInput {
21 address: string;
22}
23
24export interface PublicKeyUserToSignInput extends BaseUserToSignInput {
25 publicKey: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected