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

Interface NotePayload

src/types.ts:1–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface NotePayload {
2 data0: string;
3 data1: string;
4 data2: string;
5 data3: string;
6 data4: string;
7}
8
9export type AddressType =
10 | "P2PKH"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected