@exponent-labs/generic-sy-idl 0.9.12 → 0.9.13
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/build/idl.json +13 -0
- package/build/type.d.ts +13 -0
- package/package.json +1 -1
- package/src/idl.json +13 -0
- package/src/type.ts +13 -0
package/build/idl.json
CHANGED
|
@@ -376,6 +376,9 @@
|
|
|
376
376
|
"name": "mint_sy",
|
|
377
377
|
"writable": true
|
|
378
378
|
},
|
|
379
|
+
{
|
|
380
|
+
"name": "yield_bearing_mint"
|
|
381
|
+
},
|
|
379
382
|
{
|
|
380
383
|
"name": "token_base_depositor",
|
|
381
384
|
"docs": [
|
|
@@ -531,6 +534,9 @@
|
|
|
531
534
|
"name": "mint_sy",
|
|
532
535
|
"writable": true
|
|
533
536
|
},
|
|
537
|
+
{
|
|
538
|
+
"name": "yield_bearing_mint"
|
|
539
|
+
},
|
|
534
540
|
{
|
|
535
541
|
"name": "base_token_program",
|
|
536
542
|
"docs": [
|
|
@@ -1409,6 +1415,13 @@
|
|
|
1409
1415
|
}
|
|
1410
1416
|
}
|
|
1411
1417
|
}
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"name": "last_slot_cached",
|
|
1421
|
+
"docs": [
|
|
1422
|
+
"Last slot where index was cached"
|
|
1423
|
+
],
|
|
1424
|
+
"type": "u64"
|
|
1412
1425
|
}
|
|
1413
1426
|
]
|
|
1414
1427
|
}
|
package/build/type.d.ts
CHANGED
|
@@ -382,6 +382,9 @@ export type GenericStandard = {
|
|
|
382
382
|
"name": "mintSy";
|
|
383
383
|
"writable": true;
|
|
384
384
|
},
|
|
385
|
+
{
|
|
386
|
+
"name": "yieldBearingMint";
|
|
387
|
+
},
|
|
385
388
|
{
|
|
386
389
|
"name": "tokenBaseDepositor";
|
|
387
390
|
"docs": [
|
|
@@ -537,6 +540,9 @@ export type GenericStandard = {
|
|
|
537
540
|
"name": "mintSy";
|
|
538
541
|
"writable": true;
|
|
539
542
|
},
|
|
543
|
+
{
|
|
544
|
+
"name": "yieldBearingMint";
|
|
545
|
+
},
|
|
540
546
|
{
|
|
541
547
|
"name": "baseTokenProgram";
|
|
542
548
|
"docs": [
|
|
@@ -1415,6 +1421,13 @@ export type GenericStandard = {
|
|
|
1415
1421
|
};
|
|
1416
1422
|
};
|
|
1417
1423
|
};
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"name": "lastSlotCached";
|
|
1427
|
+
"docs": [
|
|
1428
|
+
"Last slot where index was cached"
|
|
1429
|
+
];
|
|
1430
|
+
"type": "u64";
|
|
1418
1431
|
}
|
|
1419
1432
|
];
|
|
1420
1433
|
};
|
package/package.json
CHANGED
package/src/idl.json
CHANGED
|
@@ -376,6 +376,9 @@
|
|
|
376
376
|
"name": "mint_sy",
|
|
377
377
|
"writable": true
|
|
378
378
|
},
|
|
379
|
+
{
|
|
380
|
+
"name": "yield_bearing_mint"
|
|
381
|
+
},
|
|
379
382
|
{
|
|
380
383
|
"name": "token_base_depositor",
|
|
381
384
|
"docs": [
|
|
@@ -531,6 +534,9 @@
|
|
|
531
534
|
"name": "mint_sy",
|
|
532
535
|
"writable": true
|
|
533
536
|
},
|
|
537
|
+
{
|
|
538
|
+
"name": "yield_bearing_mint"
|
|
539
|
+
},
|
|
534
540
|
{
|
|
535
541
|
"name": "base_token_program",
|
|
536
542
|
"docs": [
|
|
@@ -1409,6 +1415,13 @@
|
|
|
1409
1415
|
}
|
|
1410
1416
|
}
|
|
1411
1417
|
}
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"name": "last_slot_cached",
|
|
1421
|
+
"docs": [
|
|
1422
|
+
"Last slot where index was cached"
|
|
1423
|
+
],
|
|
1424
|
+
"type": "u64"
|
|
1412
1425
|
}
|
|
1413
1426
|
]
|
|
1414
1427
|
}
|
package/src/type.ts
CHANGED
|
@@ -382,6 +382,9 @@ export type GenericStandard = {
|
|
|
382
382
|
"name": "mintSy",
|
|
383
383
|
"writable": true
|
|
384
384
|
},
|
|
385
|
+
{
|
|
386
|
+
"name": "yieldBearingMint"
|
|
387
|
+
},
|
|
385
388
|
{
|
|
386
389
|
"name": "tokenBaseDepositor",
|
|
387
390
|
"docs": [
|
|
@@ -537,6 +540,9 @@ export type GenericStandard = {
|
|
|
537
540
|
"name": "mintSy",
|
|
538
541
|
"writable": true
|
|
539
542
|
},
|
|
543
|
+
{
|
|
544
|
+
"name": "yieldBearingMint"
|
|
545
|
+
},
|
|
540
546
|
{
|
|
541
547
|
"name": "baseTokenProgram",
|
|
542
548
|
"docs": [
|
|
@@ -1415,6 +1421,13 @@ export type GenericStandard = {
|
|
|
1415
1421
|
}
|
|
1416
1422
|
}
|
|
1417
1423
|
}
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"name": "lastSlotCached",
|
|
1427
|
+
"docs": [
|
|
1428
|
+
"Last slot where index was cached"
|
|
1429
|
+
],
|
|
1430
|
+
"type": "u64"
|
|
1418
1431
|
}
|
|
1419
1432
|
]
|
|
1420
1433
|
}
|