-
Notifications
You must be signed in to change notification settings - Fork 87
[nodes] Describe instruction events #77
Copy link
Copy link
Open
Labels
anchorImproves conversion from Anchor IDLImproves conversion from Anchor IDLproposalSuggesting a change / new featureSuggesting a change / new featurev2Something to look into when updating the Codama standard to v2Something to look into when updating the Codama standard to v2
Description
Activity
Metadata
Metadata
Assignees
Labels
anchorImproves conversion from Anchor IDLImproves conversion from Anchor IDLproposalSuggesting a change / new featureSuggesting a change / new featurev2Something to look into when updating the Codama standard to v2Something to look into when updating the Codama standard to v2
Since instructions can "emit events" by writing logs to the ledger — e.g. Anchor events, Account compression, etc. — it would be useful to describe these "events" in an framework agnostic way. Perhaps a simple
InstructionEventNodearray on theInstructionNodewith simplenameanddocsattributes could be enough as a first step?