@zebec-network/zebec-vault-sdk 3.1.0 → 4.1.0

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.
@@ -1,7 +1,9 @@
1
1
  import { ZebecInstantCard as ZebecCardV2Idl } from "./zebec_instant_card";
2
+ import { ZebecStake as ZebecStakeIdlV1 } from "./zebec_stake_v1";
2
3
  import { ZebecStream as ZebecStreamIdl } from "./zebec_stream";
3
4
  import { ZebecVault as ZebecVaultV1Idl } from "./zebec_vault";
5
+ declare const ZEBEC_STAKE_IDL_V1: ZebecStakeIdlV1;
4
6
  declare const ZEBEC_VAULT_V1_IDL: ZebecVaultV1Idl;
5
7
  declare const ZEBEC_CARD_V2_IDL: ZebecCardV2Idl;
6
8
  declare const ZEBEC_STREAM_IDL: ZebecStreamIdl;
7
- export { ZEBEC_CARD_V2_IDL, ZEBEC_STREAM_IDL, ZEBEC_VAULT_V1_IDL, ZebecCardV2Idl, ZebecStreamIdl, ZebecVaultV1Idl };
9
+ export { ZEBEC_CARD_V2_IDL, ZEBEC_STAKE_IDL_V1, ZEBEC_STREAM_IDL, ZEBEC_VAULT_V1_IDL, ZebecCardV2Idl, ZebecStakeIdlV1, ZebecStreamIdl, ZebecVaultV1Idl, };
@@ -3,10 +3,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ZEBEC_VAULT_V1_IDL = exports.ZEBEC_STREAM_IDL = exports.ZEBEC_CARD_V2_IDL = void 0;
6
+ exports.ZEBEC_VAULT_V1_IDL = exports.ZEBEC_STREAM_IDL = exports.ZEBEC_STAKE_IDL_V1 = exports.ZEBEC_CARD_V2_IDL = void 0;
7
7
  const zebec_instant_card_json_1 = __importDefault(require("./zebec_instant_card.json"));
8
+ const zebec_stake_v1_json_1 = __importDefault(require("./zebec_stake_v1.json"));
8
9
  const zebec_stream_json_1 = __importDefault(require("./zebec_stream.json"));
9
10
  const zebec_vault_json_1 = __importDefault(require("./zebec_vault.json"));
11
+ const ZEBEC_STAKE_IDL_V1 = zebec_stake_v1_json_1.default;
12
+ exports.ZEBEC_STAKE_IDL_V1 = ZEBEC_STAKE_IDL_V1;
10
13
  const ZEBEC_VAULT_V1_IDL = zebec_vault_json_1.default;
11
14
  exports.ZEBEC_VAULT_V1_IDL = ZEBEC_VAULT_V1_IDL;
12
15
  const ZEBEC_CARD_V2_IDL = zebec_instant_card_json_1.default;
@@ -27,6 +27,9 @@ export type ZebecInstantCard = {
27
27
  writable: true;
28
28
  signer: true;
29
29
  },
30
+ {
31
+ name: "inputMint";
32
+ },
30
33
  {
31
34
  name: "usdcToken";
32
35
  },
@@ -325,6 +328,9 @@ export type ZebecInstantCard = {
325
328
  writable: true;
326
329
  signer: true;
327
330
  },
331
+ {
332
+ name: "inputMint";
333
+ },
328
334
  {
329
335
  name: "usdcToken";
330
336
  },
@@ -21,6 +21,9 @@
21
21
  "writable": true,
22
22
  "signer": true
23
23
  },
24
+ {
25
+ "name": "input_mint"
26
+ },
24
27
  {
25
28
  "name": "usdc_token"
26
29
  },
@@ -259,6 +262,9 @@
259
262
  "writable": true,
260
263
  "signer": true
261
264
  },
265
+ {
266
+ "name": "input_mint"
267
+ },
262
268
  {
263
269
  "name": "usdc_token"
264
270
  },