1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Delete AccessStatus.ts

This commit is contained in:
Alex Coseru 2020-05-26 11:39:55 +03:00 committed by GitHub
parent 725b60db52
commit a531c0040f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +0,0 @@
enum AccessStatus {
Requested,
Committed,
Delivered,
Verified,
Revoked
}
export default AccessStatus