This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /nix/store/6swv2fhsfcdbrzf4xnyrm5nzk55yp7p6-powershell-7.4.1 | |
| ├── bin | |
| │ └── pwsh | |
| └── share | |
| └── powershell | |
| ├── JetBrains.Annotations.dll | |
| ├── Json.More.dll | |
| ├── JsonPointer.Net.dll | |
| ├── JsonSchema.Net.dll | |
| ├── LICENSE.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.0 | |
| x-logo: true | |
| servers: | |
| - url: https://api-mon.ethplorer.io | |
| # - url: https://--.ethplorer.io | |
| # - url: https://-.ethplorer.io | |
| info: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ---------------------------- | |
| -- Records of "api_reftype" | |
| -- ---------------------------- | |
| BEGIN; | |
| INSERT INTO "api_reftype" VALUES ('117', ''); | |
| INSERT INTO "api_reftype" VALUES ('10014', 'District Contract Collateral'); | |
| INSERT INTO "api_reftype" VALUES ('10015', 'District Contract Collateral Refund'); | |
| INSERT INTO "api_reftype" VALUES ('10016', 'District Contract Reward'); | |
| INSERT INTO "api_reftype" VALUES ('10017', 'District Clone Transportation'); | |
| INSERT INTO "api_reftype" VALUES ('10018', 'District Clone Transportation Refund'); |