@percolatorct/sdk 1.0.0-beta.2 → 1.0.0-beta.3
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/abi/accounts.d.ts +0 -15
- package/dist/abi/instructions.d.ts +0 -24
- package/dist/index.js +2 -56
- package/dist/index.js.map +1 -1
- package/dist/solana/pda.d.ts +0 -5
- package/package.json +1 -1
package/dist/solana/pda.d.ts
CHANGED
|
@@ -4,11 +4,6 @@ import { PublicKey } from "@solana/web3.js";
|
|
|
4
4
|
* Seeds: ["vault", slab_key]
|
|
5
5
|
*/
|
|
6
6
|
export declare function deriveVaultAuthority(programId: PublicKey, slab: PublicKey): [PublicKey, number];
|
|
7
|
-
/**
|
|
8
|
-
* Derive insurance LP mint PDA.
|
|
9
|
-
* Seeds: ["ins_lp", slab_key]
|
|
10
|
-
*/
|
|
11
|
-
export declare function deriveInsuranceLpMint(programId: PublicKey, slab: PublicKey): [PublicKey, number];
|
|
12
7
|
/**
|
|
13
8
|
* Derive LP PDA for TradeCpi.
|
|
14
9
|
* Seeds: ["lp", slab_key, lp_idx as u16 LE]
|