public class EventStore extends Object
| 构造器和说明 |
|---|
EventStore(org.iq80.leveldb.DB db) |
| 限定符和类型 | 方法和说明 |
|---|---|
ExecuteNotify[] |
GetEventNotifyByBlock(int height) |
ExecuteNotify |
GetEventNotifyByTx(UInt256 txhash) |
void |
SaveEventNotifyByBlock(int height,
UInt256[] txhashes) |
void |
SaveEventNotifyByTx(UInt256 txhash,
ExecuteNotify notify) |
public void SaveEventNotifyByTx(UInt256 txhash, ExecuteNotify notify)
public void SaveEventNotifyByBlock(int height,
UInt256[] txhashes)
public ExecuteNotify GetEventNotifyByTx(UInt256 txhash)
public ExecuteNotify[] GetEventNotifyByBlock(int height)
Copyright © 2022. All rights reserved.