Notification 类
表示合约执行发送的通知。
命名空间:Neo.SmartContract.Framework.Services
程序集:Neo.SmartContract.Framework
#
语法public class Notification : IApiInterface
#
属性名称 | 说明 |
---|---|
ScriptHash | 通知发送者Sender的脚本哈希 |
EventName | 通知的事件名 |
State | 代表通知内容的对象,可为任意类型(数值、字符串、数组) |
#
构造方法通过 Runtime.GetNotifications(UInt160 hash = null) 来获得 Notification 对象。