Add Noficiations.from()
builtin and API
#2494
Labels
area/compiler
Categorize issue or PR as compiler (@neo-one/smart-contract-compiler) related
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed.
We should probably add a way to get arbitrary notifications from any contract with something like
Notifications.from(Address.from(<address-string>))
which will return an array of builtinNotification
s for the smart contract to parse for whatever logic. This is somewhat difficult and complex.The text was updated successfully, but these errors were encountered: