Appearance
Fetch all pinned nodes.
function getPinnedNodes(): Promise<{ type: "Note" | "Script"; id: string; }[]>;
const nodes = await zeta.v1.query.getPinnedNodes(noteId);