MCPcopy Index your code
hub / github.com/NoteProtocol/NoteWallet / IAddressObject

Interface IAddressObject

src/types.ts:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 | "P2TR-COMMIT-NOTE";
22
23export interface IAddressObject {
24 address?: string;
25 script?: string;
26 scriptHash: string;
27 type: AddressType;
28}
29
30export interface IWalletAccount {
31 target: number; // Purpose, 0: general address, 1: change, 2...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected