matchstick-as
Advanced tools
Comparing version 0.3.0 to 0.4.0
import { Address, BigInt, Bytes, ethereum } from "@graphprotocol/graph-ts"; | ||
import { countEntities } from "./store"; | ||
// Host exports for assertion. | ||
@@ -72,2 +72,6 @@ declare namespace _assert { | ||
} | ||
export function entityCount(entityType: string, expectedCount: i32): void { | ||
i32Equals(expectedCount, countEntities(entityType)); | ||
} | ||
} |
import { Address, ethereum } from "@graphprotocol/graph-ts"; | ||
import { log } from "./log"; | ||
export { clearStore, logStore } from "./store"; | ||
export { clearStore, logStore, countEntities } from "./store"; | ||
export { dataSourceMock } from "./data_source_mock"; | ||
@@ -6,0 +6,0 @@ export { newMockEvent, newMockCall } from "./defaults"; |
@@ -6,1 +6,3 @@ // Host export for clearing the store. | ||
export declare function logStore(): void; | ||
export declare function countEntities(entityType: string): i32; |
{ | ||
"name": "matchstick-as", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"author": "LimeChain", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10912
268