GetEventNotifyByHeight from ledger
(height uint32)
| 103 | |
| 104 | //GetEventNotifyByHeight from ledger |
| 105 | func GetEventNotifyByHeight(height uint32) ([]*event.ExecuteNotify, error) { |
| 106 | return ledger.DefLedger.GetEventNotifyByBlock(height) |
| 107 | } |
| 108 | |
| 109 | //GetMerkleProof from ledger |
| 110 | func GetMerkleProof(proofHeight uint32, rootHeight uint32) ([]common.Uint256, error) { |
nothing calls this directly
no test coverage detected