signEvent
async function signEvent(event: UnsignedEvent) : Event;const event = {
created_at: 1673347337,
kind: 1,
content: "Alby π",
tags: [],
};
const signedEvent = await window.nostr.signEvent(event);Last updated
Was this helpful?
async function signEvent(event: UnsignedEvent) : Event;const event = {
created_at: 1673347337,
kind: 1,
content: "Alby π",
tags: [],
};
const signedEvent = await window.nostr.signEvent(event);Last updated
Was this helpful?
Was this helpful?