@iotexproject/kit 0.1.82 → 0.1.83

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -6909,7 +6909,7 @@ declare class Staking {
6909
6909
  bucketIndex: string;
6910
6910
  endorse: boolean;
6911
6911
  }, ctx?: ConfigContext): Promise<any>;
6912
- nftV2StakingConfig(args: any, ctx?: ConfigContext): Promise<{
6912
+ nftV2StakingConfig(args?: any, ctx?: ConfigContext): Promise<{
6913
6913
  min_amount: any;
6914
6914
  max_duration: any;
6915
6915
  one_day: any;
@@ -6950,7 +6950,7 @@ declare class Staking {
6950
6950
  receiverAddress: `0x${string}`;
6951
6951
  version: "v1" | "v2";
6952
6952
  }, ctx?: ConfigContext): Promise<any>;
6953
- delegate_list({ isWhole }: {
6953
+ delegate_list(args?: {
6954
6954
  isWhole?: boolean;
6955
6955
  }, ctx?: ConfigContext): Promise<{
6956
6956
  data: any;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iotexproject/kit",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "0.1.82",
5
+ "version": "0.1.83",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {