Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
export
interface
NotePayload {
2
data0: string;
3
data1: string;
4
data2: string;
5
data3: string;
6
data4: string;
7
}
8
9
export
type
AddressType =
10
|
"P2PKH"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected