@cryptoeconomicslab/ovm
Advanced tools
Comparing version 0.3.0 to 0.3.3
@@ -1,3 +0,3 @@ | ||
import PropertyFilter from './PropertyFilter'; | ||
import PropertyFilter, { IPropertyFilter } from './PropertyFilter'; | ||
import PropertyFilterBuilder from './PropertyFilterBuilder'; | ||
export { PropertyFilter, PropertyFilterBuilder }; | ||
export { IPropertyFilter, PropertyFilter, PropertyFilterBuilder }; |
import { Address, Bytes } from '@cryptoeconomicslab/primitives'; | ||
import { Property } from '../types'; | ||
export interface IPropertyFilter { | ||
match: (property: Property) => boolean; | ||
} | ||
export default class PropertyFilter { | ||
@@ -4,0 +7,0 @@ readonly address: Address; |
{ | ||
"name": "@cryptoeconomicslab/ovm", | ||
"version": "0.3.0", | ||
"version": "0.3.3", | ||
"description": "ovm", | ||
@@ -42,3 +42,3 @@ "author": { | ||
}, | ||
"gitHead": "f48e8a87baaa0b315db339f0809e6266f570be55", | ||
"gitHead": "f7004b492dd7393ffb5b6536c3451e3c1f58e550", | ||
"devDependencies": { | ||
@@ -45,0 +45,0 @@ "@cryptoeconomicslab/coder": "^0.0.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
110244
84
1550