@rabby-wallet/rabby-api 0.9.64 → 0.9.65

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 +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -984,6 +984,7 @@ export declare class OpenApiService {
984
984
  tx: Tx;
985
985
  rabby_fee: number;
986
986
  fee_rate?: number;
987
+ duration?: number;
987
988
  }) => Promise<{
988
989
  success: boolean;
989
990
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.9.64",
3
+ "version": "0.9.65",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [