banano-nft-crawler
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "banano-nft-crawler", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Library for crawling across the Banano ledger to trace NFTs.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -5,12 +5,2 @@ # banano-nft-crawler | ||
# Setup | ||
`npm i banano-nft-crawler` | ||
# Run tests | ||
# Classes | ||
## SupplyBlocksCrawler | ||
@@ -17,0 +7,0 @@ |
@@ -16,2 +16,4 @@ import { INanoBlock } from "nano-account-crawler/dist/nano-interfaces"; | ||
private _issuer: string; | ||
public supplyBlocks: INanoBlock[]; | ||
public metadataRepresentatives: TAccount[]; | ||
@@ -43,2 +45,5 @@ constructor(issuer: string) { | ||
this.supplyBlocks = supplyBlocks; | ||
this.metadataRepresentatives = metadataRepresentatives; | ||
return supplyBlocks; | ||
@@ -45,0 +50,0 @@ } |
200977
3088
33