@flowtyio/flow-contracts 0.1.0-beta.10 → 0.1.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -57,6 +57,10 @@ access(all) contract ScopedFTProviders {
57
57
  self.expiration = expiration
58
58
  }
59
59
 
60
+ access(all) fun getProviderType(): Type {
61
+ return self.provider.borrow()!.getType()
62
+ }
63
+
60
64
  access(all) fun check(): Bool {
61
65
  return self.provider.check()
62
66
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowtyio/flow-contracts",
3
- "version": "0.1.0-beta.10",
3
+ "version": "0.1.0-beta.11",
4
4
  "main": "index.json",
5
5
  "description": "An NPM package for common flow contracts",
6
6
  "author": "flowtyio",