@reflectmoney/stable.ts 3.0.1 → 3.0.2
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.
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { type Address, type ReadonlyUint8Array } from "@solana/kit";
|
|
9
9
|
import { type ParsedAddLstDriftInstruction, type ParsedAddSubAccountInstruction, type ParsedCaptureSpreadDriftInstruction, type ParsedCreateAdminAccountInstruction, type ParsedCreateDriftUserAccountInstruction, type ParsedCreateDriftUserStatsAccountInstruction, type ParsedCreateKaminoUserAccountsInstruction, type ParsedDepositDriftInstruction, type ParsedFreezeProgramInstruction, type ParsedFreezeProtocolActionInstruction, type ParsedFreezeStrategyActionInstruction, type ParsedIncreaseAdminSizeInstruction, type ParsedInitDriftControllerS1Instruction, type ParsedInitDriftControllerS2Instruction, type ParsedInitDriftControllerS3Instruction, type ParsedInitMainInstruction, type ParsedMigrateS1Instruction, type ParsedMintDriftS1Instruction, type ParsedMintDriftS3Instruction, type ParsedMintStrategy1Instruction, type ParsedMintStrategy2Instruction, type ParsedRebalanceS1Instruction, type ParsedRebalanceS2Instruction, type ParsedRedeemDriftS1Instruction, type ParsedRedeemDriftS3Instruction, type ParsedRedeemStrategy1Instruction, type ParsedRedeemStrategy2Instruction, type ParsedSettlePnlInstruction, type ParsedSuspendSplProtocolInstruction, type ParsedSuspendSplStrategyInstruction, type ParsedUpdateActionRoleProtocolInstruction, type ParsedUpdateActionRoleStrategyInstruction, type ParsedUpdateAttenuationInstruction, type ParsedUpdateCapInstruction, type ParsedUpdateCapitalConductorInstruction, type ParsedUpdateRecipientsInstruction, type ParsedUpdateRoleHolderProtocolInstruction, type ParsedUpdateRoleHolderStrategyInstruction } from "../instructions";
|
|
10
|
-
export declare const REFLECT_MAIN_PROGRAM_ADDRESS: Address<"
|
|
10
|
+
export declare const REFLECT_MAIN_PROGRAM_ADDRESS: Address<"rFLctqnUuxLmYsW5r9zNujfJx9hGpnP1csXr9PYwVgX">;
|
|
11
11
|
export declare enum ReflectMainAccount {
|
|
12
12
|
Main = 0,
|
|
13
13
|
UserPermissions = 1,
|
|
@@ -60,7 +60,7 @@ export declare enum ReflectMainInstruction {
|
|
|
60
60
|
export declare function identifyReflectMainInstruction(instruction: {
|
|
61
61
|
data: ReadonlyUint8Array;
|
|
62
62
|
} | ReadonlyUint8Array): ReflectMainInstruction;
|
|
63
|
-
export type ParsedReflectMainInstruction<TProgram extends string = "
|
|
63
|
+
export type ParsedReflectMainInstruction<TProgram extends string = "rFLctqnUuxLmYsW5r9zNujfJx9hGpnP1csXr9PYwVgX"> = ({
|
|
64
64
|
instructionType: ReflectMainInstruction.AddLstDrift;
|
|
65
65
|
} & ParsedAddLstDriftInstruction<TProgram>) | ({
|
|
66
66
|
instructionType: ReflectMainInstruction.AddSubAccount;
|
|
@@ -11,7 +11,7 @@ exports.ReflectMainInstruction = exports.ReflectMainAccount = exports.REFLECT_MA
|
|
|
11
11
|
exports.identifyReflectMainAccount = identifyReflectMainAccount;
|
|
12
12
|
exports.identifyReflectMainInstruction = identifyReflectMainInstruction;
|
|
13
13
|
const kit_1 = require("@solana/kit");
|
|
14
|
-
exports.REFLECT_MAIN_PROGRAM_ADDRESS = "
|
|
14
|
+
exports.REFLECT_MAIN_PROGRAM_ADDRESS = "rFLctqnUuxLmYsW5r9zNujfJx9hGpnP1csXr9PYwVgX";
|
|
15
15
|
var ReflectMainAccount;
|
|
16
16
|
(function (ReflectMainAccount) {
|
|
17
17
|
ReflectMainAccount[ReflectMainAccount["Main"] = 0] = "Main";
|