@iotexproject/kit 0.0.70 → 0.0.71
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.
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -7311,6 +7311,7 @@ declare class Analyzer extends BaseDBModule {
|
|
|
7311
7311
|
nodesCount(): Promise<any>;
|
|
7312
7312
|
dappsCount(): Promise<any>;
|
|
7313
7313
|
totalCrossChainTxCount(): Promise<number>;
|
|
7314
|
+
nftContractCount(): Promise<any>;
|
|
7314
7315
|
}
|
|
7315
7316
|
declare class Staking$1 extends BaseDBModule {
|
|
7316
7317
|
delegatesByHeight({ height }?: {
|