@kamino-finance/klend-sdk 7.1.0 → 7.1.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.
- package/dist/@codegen/klend/instructions/liquidateObligationAndRedeemReserveCollateralV2.js +1 -1
- package/dist/@codegen/unstaking_pool/accounts/PoolState.d.ts +53 -0
- package/dist/@codegen/unstaking_pool/accounts/PoolState.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/accounts/PoolState.js +167 -0
- package/dist/@codegen/unstaking_pool/accounts/PoolState.js.map +1 -0
- package/dist/@codegen/unstaking_pool/accounts/UnstakeTicket.d.ts +41 -0
- package/dist/@codegen/unstaking_pool/accounts/UnstakeTicket.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/accounts/UnstakeTicket.js +143 -0
- package/dist/@codegen/unstaking_pool/accounts/UnstakeTicket.js.map +1 -0
- package/dist/@codegen/unstaking_pool/accounts/index.d.ts +5 -0
- package/dist/@codegen/unstaking_pool/accounts/index.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/accounts/index.js +8 -0
- package/dist/@codegen/unstaking_pool/accounts/index.js.map +1 -0
- package/dist/@codegen/unstaking_pool/errors/anchor.d.ts +435 -0
- package/dist/@codegen/unstaking_pool/errors/anchor.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/errors/anchor.js +767 -0
- package/dist/@codegen/unstaking_pool/errors/anchor.js.map +1 -0
- package/dist/@codegen/unstaking_pool/errors/custom.d.ts +259 -0
- package/dist/@codegen/unstaking_pool/errors/custom.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/errors/custom.js +458 -0
- package/dist/@codegen/unstaking_pool/errors/custom.js.map +1 -0
- package/dist/@codegen/unstaking_pool/errors/index.d.ts +6 -0
- package/dist/@codegen/unstaking_pool/errors/index.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/errors/index.js +86 -0
- package/dist/@codegen/unstaking_pool/errors/index.js.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/burn.d.ts +21 -0
- package/dist/@codegen/unstaking_pool/instructions/burn.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/burn.js +67 -0
- package/dist/@codegen/unstaking_pool/instructions/burn.js.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/changeTicketAuthority.d.ts +8 -0
- package/dist/@codegen/unstaking_pool/instructions/changeTicketAuthority.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/changeTicketAuthority.js +16 -0
- package/dist/@codegen/unstaking_pool/instructions/changeTicketAuthority.js.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/collect.d.ts +16 -0
- package/dist/@codegen/unstaking_pool/instructions/collect.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/collect.js +24 -0
- package/dist/@codegen/unstaking_pool/instructions/collect.js.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/index.d.ts +17 -0
- package/dist/@codegen/unstaking_pool/instructions/index.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/index.js +20 -0
- package/dist/@codegen/unstaking_pool/instructions/index.js.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/initializePool.d.ts +14 -0
- package/dist/@codegen/unstaking_pool/instructions/initializePool.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/initializePool.js +22 -0
- package/dist/@codegen/unstaking_pool/instructions/initializePool.js.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/mint.d.ts +24 -0
- package/dist/@codegen/unstaking_pool/instructions/mint.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/mint.js +74 -0
- package/dist/@codegen/unstaking_pool/instructions/mint.js.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/splitTicket.d.ts +15 -0
- package/dist/@codegen/unstaking_pool/instructions/splitTicket.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/splitTicket.js +62 -0
- package/dist/@codegen/unstaking_pool/instructions/splitTicket.js.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/updateAdmin.d.ts +7 -0
- package/dist/@codegen/unstaking_pool/instructions/updateAdmin.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/updateAdmin.js +19 -0
- package/dist/@codegen/unstaking_pool/instructions/updateAdmin.js.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/updatePoolConfig.d.ts +13 -0
- package/dist/@codegen/unstaking_pool/instructions/updatePoolConfig.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/instructions/updatePoolConfig.js +60 -0
- package/dist/@codegen/unstaking_pool/instructions/updatePoolConfig.js.map +1 -0
- package/dist/@codegen/unstaking_pool/programId.d.ts +4 -0
- package/dist/@codegen/unstaking_pool/programId.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/programId.js +9 -0
- package/dist/@codegen/unstaking_pool/programId.js.map +1 -0
- package/dist/@codegen/unstaking_pool/types/PoolConfigField.d.ts +45 -0
- package/dist/@codegen/unstaking_pool/types/PoolConfigField.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/types/PoolConfigField.js +132 -0
- package/dist/@codegen/unstaking_pool/types/PoolConfigField.js.map +1 -0
- package/dist/@codegen/unstaking_pool/types/index.d.ts +5 -0
- package/dist/@codegen/unstaking_pool/types/index.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/types/index.js +39 -0
- package/dist/@codegen/unstaking_pool/types/index.js.map +1 -0
- package/dist/@codegen/unstaking_pool/utils/borshAddress.d.ts +4 -0
- package/dist/@codegen/unstaking_pool/utils/borshAddress.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/utils/borshAddress.js +30 -0
- package/dist/@codegen/unstaking_pool/utils/borshAddress.js.map +1 -0
- package/dist/@codegen/unstaking_pool/utils/index.d.ts +2 -0
- package/dist/@codegen/unstaking_pool/utils/index.d.ts.map +1 -0
- package/dist/@codegen/unstaking_pool/utils/index.js +18 -0
- package/dist/@codegen/unstaking_pool/utils/index.js.map +1 -0
- package/dist/classes/action.d.ts.map +1 -1
- package/dist/classes/action.js +5 -5
- package/dist/classes/action.js.map +1 -1
- package/dist/classes/index.d.ts +5 -0
- package/dist/classes/index.d.ts.map +1 -1
- package/dist/classes/index.js +5 -0
- package/dist/classes/index.js.map +1 -1
- package/dist/classes/manager.d.ts.map +1 -1
- package/dist/classes/manager.js +2 -3
- package/dist/classes/manager.js.map +1 -1
- package/dist/classes/stakePool.d.ts +8 -0
- package/dist/classes/stakePool.d.ts.map +1 -0
- package/dist/classes/stakePool.js +18 -0
- package/dist/classes/stakePool.js.map +1 -0
- package/dist/classes/standardStakePool.d.ts +76 -0
- package/dist/classes/standardStakePool.d.ts.map +1 -0
- package/dist/classes/standardStakePool.js +400 -0
- package/dist/classes/standardStakePool.js.map +1 -0
- package/dist/classes/unstakingPool.d.ts +115 -0
- package/dist/classes/unstakingPool.d.ts.map +1 -0
- package/dist/classes/unstakingPool.js +372 -0
- package/dist/classes/unstakingPool.js.map +1 -0
- package/dist/classes/unstakingPoolTypes.d.ts +10 -0
- package/dist/classes/unstakingPoolTypes.d.ts.map +1 -0
- package/dist/classes/unstakingPoolTypes.js +3 -0
- package/dist/classes/unstakingPoolTypes.js.map +1 -0
- package/dist/classes/vault.d.ts +0 -9
- package/dist/classes/vault.d.ts.map +1 -1
- package/dist/classes/vault.js +6 -41
- package/dist/classes/vault.js.map +1 -1
- package/dist/idl/klend.json +1 -1
- package/dist/lib.d.ts +1 -0
- package/dist/lib.d.ts.map +1 -1
- package/dist/lib.js +3 -1
- package/dist/lib.js.map +1 -1
- package/dist/utils/lookupTable.d.ts +9 -0
- package/dist/utils/lookupTable.d.ts.map +1 -1
- package/dist/utils/lookupTable.js +37 -0
- package/dist/utils/lookupTable.js.map +1 -1
- package/package.json +3 -1
- package/src/@codegen/klend/instructions/liquidateObligationAndRedeemReserveCollateralV2.ts +1 -1
- package/src/@codegen/unstaking_pool/accounts/PoolState.ts +188 -0
- package/src/@codegen/unstaking_pool/accounts/UnstakeTicket.ts +156 -0
- package/src/@codegen/unstaking_pool/accounts/index.ts +4 -0
- package/src/@codegen/unstaking_pool/errors/anchor.ts +773 -0
- package/src/@codegen/unstaking_pool/errors/custom.ts +477 -0
- package/src/@codegen/unstaking_pool/errors/index.ts +68 -0
- package/src/@codegen/unstaking_pool/instructions/burn.ts +70 -0
- package/src/@codegen/unstaking_pool/instructions/changeTicketAuthority.ts +37 -0
- package/src/@codegen/unstaking_pool/instructions/collect.ts +53 -0
- package/src/@codegen/unstaking_pool/instructions/index.ts +19 -0
- package/src/@codegen/unstaking_pool/instructions/initializePool.ts +49 -0
- package/src/@codegen/unstaking_pool/instructions/mint.ts +80 -0
- package/src/@codegen/unstaking_pool/instructions/splitTicket.ts +59 -0
- package/src/@codegen/unstaking_pool/instructions/updateAdmin.ts +39 -0
- package/src/@codegen/unstaking_pool/instructions/updatePoolConfig.ts +58 -0
- package/src/@codegen/unstaking_pool/programId.ts +9 -0
- package/src/@codegen/unstaking_pool/types/PoolConfigField.ts +121 -0
- package/src/@codegen/unstaking_pool/types/index.ts +12 -0
- package/src/@codegen/unstaking_pool/utils/borshAddress.ts +43 -0
- package/src/@codegen/unstaking_pool/utils/index.ts +1 -0
- package/src/classes/action.ts +10 -5
- package/src/classes/index.ts +5 -0
- package/src/classes/manager.ts +3 -4
- package/src/classes/stakePool.ts +21 -0
- package/src/classes/standardStakePool.ts +487 -0
- package/src/classes/unstakingPool.ts +504 -0
- package/src/classes/unstakingPoolTypes.ts +12 -0
- package/src/classes/vault.ts +43 -56
- package/src/idl/klend.json +2 -2
- package/src/idl/unstaking_pool.json +662 -0
- package/src/lib.ts +1 -0
- package/src/utils/lookupTable.ts +48 -0
|
@@ -0,0 +1,435 @@
|
|
|
1
|
+
export type AnchorError = InstructionMissing | InstructionFallbackNotFound | InstructionDidNotDeserialize | InstructionDidNotSerialize | IdlInstructionStub | IdlInstructionInvalidProgram | ConstraintMut | ConstraintHasOne | ConstraintSigner | ConstraintRaw | ConstraintOwner | ConstraintRentExempt | ConstraintSeeds | ConstraintExecutable | ConstraintState | ConstraintAssociated | ConstraintAssociatedInit | ConstraintClose | ConstraintAddress | ConstraintZero | ConstraintTokenMint | ConstraintTokenOwner | ConstraintMintMintAuthority | ConstraintMintFreezeAuthority | ConstraintMintDecimals | ConstraintSpace | ConstraintAccountIsNone | RequireViolated | RequireEqViolated | RequireKeysEqViolated | RequireNeqViolated | RequireKeysNeqViolated | RequireGtViolated | RequireGteViolated | AccountDiscriminatorAlreadySet | AccountDiscriminatorNotFound | AccountDiscriminatorMismatch | AccountDidNotDeserialize | AccountDidNotSerialize | AccountNotEnoughKeys | AccountNotMutable | AccountOwnedByWrongProgram | InvalidProgramId | InvalidProgramExecutable | AccountNotSigner | AccountNotSystemOwned | AccountNotInitialized | AccountNotProgramData | AccountNotAssociatedTokenAccount | AccountSysvarMismatch | AccountReallocExceedsLimit | AccountDuplicateReallocs | DeclaredProgramIdMismatch | Deprecated;
|
|
2
|
+
export declare class InstructionMissing extends Error {
|
|
3
|
+
readonly logs?: string[] | undefined;
|
|
4
|
+
static readonly code = 100;
|
|
5
|
+
readonly code = 100;
|
|
6
|
+
readonly name = "InstructionMissing";
|
|
7
|
+
readonly msg = "8 byte instruction identifier not provided";
|
|
8
|
+
constructor(logs?: string[] | undefined);
|
|
9
|
+
}
|
|
10
|
+
export declare class InstructionFallbackNotFound extends Error {
|
|
11
|
+
readonly logs?: string[] | undefined;
|
|
12
|
+
static readonly code = 101;
|
|
13
|
+
readonly code = 101;
|
|
14
|
+
readonly name = "InstructionFallbackNotFound";
|
|
15
|
+
readonly msg = "Fallback functions are not supported";
|
|
16
|
+
constructor(logs?: string[] | undefined);
|
|
17
|
+
}
|
|
18
|
+
export declare class InstructionDidNotDeserialize extends Error {
|
|
19
|
+
readonly logs?: string[] | undefined;
|
|
20
|
+
static readonly code = 102;
|
|
21
|
+
readonly code = 102;
|
|
22
|
+
readonly name = "InstructionDidNotDeserialize";
|
|
23
|
+
readonly msg = "The program could not deserialize the given instruction";
|
|
24
|
+
constructor(logs?: string[] | undefined);
|
|
25
|
+
}
|
|
26
|
+
export declare class InstructionDidNotSerialize extends Error {
|
|
27
|
+
readonly logs?: string[] | undefined;
|
|
28
|
+
static readonly code = 103;
|
|
29
|
+
readonly code = 103;
|
|
30
|
+
readonly name = "InstructionDidNotSerialize";
|
|
31
|
+
readonly msg = "The program could not serialize the given instruction";
|
|
32
|
+
constructor(logs?: string[] | undefined);
|
|
33
|
+
}
|
|
34
|
+
export declare class IdlInstructionStub extends Error {
|
|
35
|
+
readonly logs?: string[] | undefined;
|
|
36
|
+
static readonly code = 1000;
|
|
37
|
+
readonly code = 1000;
|
|
38
|
+
readonly name = "IdlInstructionStub";
|
|
39
|
+
readonly msg = "The program was compiled without idl instructions";
|
|
40
|
+
constructor(logs?: string[] | undefined);
|
|
41
|
+
}
|
|
42
|
+
export declare class IdlInstructionInvalidProgram extends Error {
|
|
43
|
+
readonly logs?: string[] | undefined;
|
|
44
|
+
static readonly code = 1001;
|
|
45
|
+
readonly code = 1001;
|
|
46
|
+
readonly name = "IdlInstructionInvalidProgram";
|
|
47
|
+
readonly msg = "The transaction was given an invalid program for the IDL instruction";
|
|
48
|
+
constructor(logs?: string[] | undefined);
|
|
49
|
+
}
|
|
50
|
+
export declare class ConstraintMut extends Error {
|
|
51
|
+
readonly logs?: string[] | undefined;
|
|
52
|
+
static readonly code = 2000;
|
|
53
|
+
readonly code = 2000;
|
|
54
|
+
readonly name = "ConstraintMut";
|
|
55
|
+
readonly msg = "A mut constraint was violated";
|
|
56
|
+
constructor(logs?: string[] | undefined);
|
|
57
|
+
}
|
|
58
|
+
export declare class ConstraintHasOne extends Error {
|
|
59
|
+
readonly logs?: string[] | undefined;
|
|
60
|
+
static readonly code = 2001;
|
|
61
|
+
readonly code = 2001;
|
|
62
|
+
readonly name = "ConstraintHasOne";
|
|
63
|
+
readonly msg = "A has one constraint was violated";
|
|
64
|
+
constructor(logs?: string[] | undefined);
|
|
65
|
+
}
|
|
66
|
+
export declare class ConstraintSigner extends Error {
|
|
67
|
+
readonly logs?: string[] | undefined;
|
|
68
|
+
static readonly code = 2002;
|
|
69
|
+
readonly code = 2002;
|
|
70
|
+
readonly name = "ConstraintSigner";
|
|
71
|
+
readonly msg = "A signer constraint was violated";
|
|
72
|
+
constructor(logs?: string[] | undefined);
|
|
73
|
+
}
|
|
74
|
+
export declare class ConstraintRaw extends Error {
|
|
75
|
+
readonly logs?: string[] | undefined;
|
|
76
|
+
static readonly code = 2003;
|
|
77
|
+
readonly code = 2003;
|
|
78
|
+
readonly name = "ConstraintRaw";
|
|
79
|
+
readonly msg = "A raw constraint was violated";
|
|
80
|
+
constructor(logs?: string[] | undefined);
|
|
81
|
+
}
|
|
82
|
+
export declare class ConstraintOwner extends Error {
|
|
83
|
+
readonly logs?: string[] | undefined;
|
|
84
|
+
static readonly code = 2004;
|
|
85
|
+
readonly code = 2004;
|
|
86
|
+
readonly name = "ConstraintOwner";
|
|
87
|
+
readonly msg = "An owner constraint was violated";
|
|
88
|
+
constructor(logs?: string[] | undefined);
|
|
89
|
+
}
|
|
90
|
+
export declare class ConstraintRentExempt extends Error {
|
|
91
|
+
readonly logs?: string[] | undefined;
|
|
92
|
+
static readonly code = 2005;
|
|
93
|
+
readonly code = 2005;
|
|
94
|
+
readonly name = "ConstraintRentExempt";
|
|
95
|
+
readonly msg = "A rent exemption constraint was violated";
|
|
96
|
+
constructor(logs?: string[] | undefined);
|
|
97
|
+
}
|
|
98
|
+
export declare class ConstraintSeeds extends Error {
|
|
99
|
+
readonly logs?: string[] | undefined;
|
|
100
|
+
static readonly code = 2006;
|
|
101
|
+
readonly code = 2006;
|
|
102
|
+
readonly name = "ConstraintSeeds";
|
|
103
|
+
readonly msg = "A seeds constraint was violated";
|
|
104
|
+
constructor(logs?: string[] | undefined);
|
|
105
|
+
}
|
|
106
|
+
export declare class ConstraintExecutable extends Error {
|
|
107
|
+
readonly logs?: string[] | undefined;
|
|
108
|
+
static readonly code = 2007;
|
|
109
|
+
readonly code = 2007;
|
|
110
|
+
readonly name = "ConstraintExecutable";
|
|
111
|
+
readonly msg = "An executable constraint was violated";
|
|
112
|
+
constructor(logs?: string[] | undefined);
|
|
113
|
+
}
|
|
114
|
+
export declare class ConstraintState extends Error {
|
|
115
|
+
readonly logs?: string[] | undefined;
|
|
116
|
+
static readonly code = 2008;
|
|
117
|
+
readonly code = 2008;
|
|
118
|
+
readonly name = "ConstraintState";
|
|
119
|
+
readonly msg = "Deprecated Error, feel free to replace with something else";
|
|
120
|
+
constructor(logs?: string[] | undefined);
|
|
121
|
+
}
|
|
122
|
+
export declare class ConstraintAssociated extends Error {
|
|
123
|
+
readonly logs?: string[] | undefined;
|
|
124
|
+
static readonly code = 2009;
|
|
125
|
+
readonly code = 2009;
|
|
126
|
+
readonly name = "ConstraintAssociated";
|
|
127
|
+
readonly msg = "An associated constraint was violated";
|
|
128
|
+
constructor(logs?: string[] | undefined);
|
|
129
|
+
}
|
|
130
|
+
export declare class ConstraintAssociatedInit extends Error {
|
|
131
|
+
readonly logs?: string[] | undefined;
|
|
132
|
+
static readonly code = 2010;
|
|
133
|
+
readonly code = 2010;
|
|
134
|
+
readonly name = "ConstraintAssociatedInit";
|
|
135
|
+
readonly msg = "An associated init constraint was violated";
|
|
136
|
+
constructor(logs?: string[] | undefined);
|
|
137
|
+
}
|
|
138
|
+
export declare class ConstraintClose extends Error {
|
|
139
|
+
readonly logs?: string[] | undefined;
|
|
140
|
+
static readonly code = 2011;
|
|
141
|
+
readonly code = 2011;
|
|
142
|
+
readonly name = "ConstraintClose";
|
|
143
|
+
readonly msg = "A close constraint was violated";
|
|
144
|
+
constructor(logs?: string[] | undefined);
|
|
145
|
+
}
|
|
146
|
+
export declare class ConstraintAddress extends Error {
|
|
147
|
+
readonly logs?: string[] | undefined;
|
|
148
|
+
static readonly code = 2012;
|
|
149
|
+
readonly code = 2012;
|
|
150
|
+
readonly name = "ConstraintAddress";
|
|
151
|
+
readonly msg = "An address constraint was violated";
|
|
152
|
+
constructor(logs?: string[] | undefined);
|
|
153
|
+
}
|
|
154
|
+
export declare class ConstraintZero extends Error {
|
|
155
|
+
readonly logs?: string[] | undefined;
|
|
156
|
+
static readonly code = 2013;
|
|
157
|
+
readonly code = 2013;
|
|
158
|
+
readonly name = "ConstraintZero";
|
|
159
|
+
readonly msg = "Expected zero account discriminant";
|
|
160
|
+
constructor(logs?: string[] | undefined);
|
|
161
|
+
}
|
|
162
|
+
export declare class ConstraintTokenMint extends Error {
|
|
163
|
+
readonly logs?: string[] | undefined;
|
|
164
|
+
static readonly code = 2014;
|
|
165
|
+
readonly code = 2014;
|
|
166
|
+
readonly name = "ConstraintTokenMint";
|
|
167
|
+
readonly msg = "A token mint constraint was violated";
|
|
168
|
+
constructor(logs?: string[] | undefined);
|
|
169
|
+
}
|
|
170
|
+
export declare class ConstraintTokenOwner extends Error {
|
|
171
|
+
readonly logs?: string[] | undefined;
|
|
172
|
+
static readonly code = 2015;
|
|
173
|
+
readonly code = 2015;
|
|
174
|
+
readonly name = "ConstraintTokenOwner";
|
|
175
|
+
readonly msg = "A token owner constraint was violated";
|
|
176
|
+
constructor(logs?: string[] | undefined);
|
|
177
|
+
}
|
|
178
|
+
export declare class ConstraintMintMintAuthority extends Error {
|
|
179
|
+
readonly logs?: string[] | undefined;
|
|
180
|
+
static readonly code = 2016;
|
|
181
|
+
readonly code = 2016;
|
|
182
|
+
readonly name = "ConstraintMintMintAuthority";
|
|
183
|
+
readonly msg = "A mint mint authority constraint was violated";
|
|
184
|
+
constructor(logs?: string[] | undefined);
|
|
185
|
+
}
|
|
186
|
+
export declare class ConstraintMintFreezeAuthority extends Error {
|
|
187
|
+
readonly logs?: string[] | undefined;
|
|
188
|
+
static readonly code = 2017;
|
|
189
|
+
readonly code = 2017;
|
|
190
|
+
readonly name = "ConstraintMintFreezeAuthority";
|
|
191
|
+
readonly msg = "A mint freeze authority constraint was violated";
|
|
192
|
+
constructor(logs?: string[] | undefined);
|
|
193
|
+
}
|
|
194
|
+
export declare class ConstraintMintDecimals extends Error {
|
|
195
|
+
readonly logs?: string[] | undefined;
|
|
196
|
+
static readonly code = 2018;
|
|
197
|
+
readonly code = 2018;
|
|
198
|
+
readonly name = "ConstraintMintDecimals";
|
|
199
|
+
readonly msg = "A mint decimals constraint was violated";
|
|
200
|
+
constructor(logs?: string[] | undefined);
|
|
201
|
+
}
|
|
202
|
+
export declare class ConstraintSpace extends Error {
|
|
203
|
+
readonly logs?: string[] | undefined;
|
|
204
|
+
static readonly code = 2019;
|
|
205
|
+
readonly code = 2019;
|
|
206
|
+
readonly name = "ConstraintSpace";
|
|
207
|
+
readonly msg = "A space constraint was violated";
|
|
208
|
+
constructor(logs?: string[] | undefined);
|
|
209
|
+
}
|
|
210
|
+
export declare class ConstraintAccountIsNone extends Error {
|
|
211
|
+
readonly logs?: string[] | undefined;
|
|
212
|
+
static readonly code = 2020;
|
|
213
|
+
readonly code = 2020;
|
|
214
|
+
readonly name = "ConstraintAccountIsNone";
|
|
215
|
+
readonly msg = "A required account for the constraint is None";
|
|
216
|
+
constructor(logs?: string[] | undefined);
|
|
217
|
+
}
|
|
218
|
+
export declare class RequireViolated extends Error {
|
|
219
|
+
readonly logs?: string[] | undefined;
|
|
220
|
+
static readonly code = 2500;
|
|
221
|
+
readonly code = 2500;
|
|
222
|
+
readonly name = "RequireViolated";
|
|
223
|
+
readonly msg = "A require expression was violated";
|
|
224
|
+
constructor(logs?: string[] | undefined);
|
|
225
|
+
}
|
|
226
|
+
export declare class RequireEqViolated extends Error {
|
|
227
|
+
readonly logs?: string[] | undefined;
|
|
228
|
+
static readonly code = 2501;
|
|
229
|
+
readonly code = 2501;
|
|
230
|
+
readonly name = "RequireEqViolated";
|
|
231
|
+
readonly msg = "A require_eq expression was violated";
|
|
232
|
+
constructor(logs?: string[] | undefined);
|
|
233
|
+
}
|
|
234
|
+
export declare class RequireKeysEqViolated extends Error {
|
|
235
|
+
readonly logs?: string[] | undefined;
|
|
236
|
+
static readonly code = 2502;
|
|
237
|
+
readonly code = 2502;
|
|
238
|
+
readonly name = "RequireKeysEqViolated";
|
|
239
|
+
readonly msg = "A require_keys_eq expression was violated";
|
|
240
|
+
constructor(logs?: string[] | undefined);
|
|
241
|
+
}
|
|
242
|
+
export declare class RequireNeqViolated extends Error {
|
|
243
|
+
readonly logs?: string[] | undefined;
|
|
244
|
+
static readonly code = 2503;
|
|
245
|
+
readonly code = 2503;
|
|
246
|
+
readonly name = "RequireNeqViolated";
|
|
247
|
+
readonly msg = "A require_neq expression was violated";
|
|
248
|
+
constructor(logs?: string[] | undefined);
|
|
249
|
+
}
|
|
250
|
+
export declare class RequireKeysNeqViolated extends Error {
|
|
251
|
+
readonly logs?: string[] | undefined;
|
|
252
|
+
static readonly code = 2504;
|
|
253
|
+
readonly code = 2504;
|
|
254
|
+
readonly name = "RequireKeysNeqViolated";
|
|
255
|
+
readonly msg = "A require_keys_neq expression was violated";
|
|
256
|
+
constructor(logs?: string[] | undefined);
|
|
257
|
+
}
|
|
258
|
+
export declare class RequireGtViolated extends Error {
|
|
259
|
+
readonly logs?: string[] | undefined;
|
|
260
|
+
static readonly code = 2505;
|
|
261
|
+
readonly code = 2505;
|
|
262
|
+
readonly name = "RequireGtViolated";
|
|
263
|
+
readonly msg = "A require_gt expression was violated";
|
|
264
|
+
constructor(logs?: string[] | undefined);
|
|
265
|
+
}
|
|
266
|
+
export declare class RequireGteViolated extends Error {
|
|
267
|
+
readonly logs?: string[] | undefined;
|
|
268
|
+
static readonly code = 2506;
|
|
269
|
+
readonly code = 2506;
|
|
270
|
+
readonly name = "RequireGteViolated";
|
|
271
|
+
readonly msg = "A require_gte expression was violated";
|
|
272
|
+
constructor(logs?: string[] | undefined);
|
|
273
|
+
}
|
|
274
|
+
export declare class AccountDiscriminatorAlreadySet extends Error {
|
|
275
|
+
readonly logs?: string[] | undefined;
|
|
276
|
+
static readonly code = 3000;
|
|
277
|
+
readonly code = 3000;
|
|
278
|
+
readonly name = "AccountDiscriminatorAlreadySet";
|
|
279
|
+
readonly msg = "The account discriminator was already set on this account";
|
|
280
|
+
constructor(logs?: string[] | undefined);
|
|
281
|
+
}
|
|
282
|
+
export declare class AccountDiscriminatorNotFound extends Error {
|
|
283
|
+
readonly logs?: string[] | undefined;
|
|
284
|
+
static readonly code = 3001;
|
|
285
|
+
readonly code = 3001;
|
|
286
|
+
readonly name = "AccountDiscriminatorNotFound";
|
|
287
|
+
readonly msg = "No 8 byte discriminator was found on the account";
|
|
288
|
+
constructor(logs?: string[] | undefined);
|
|
289
|
+
}
|
|
290
|
+
export declare class AccountDiscriminatorMismatch extends Error {
|
|
291
|
+
readonly logs?: string[] | undefined;
|
|
292
|
+
static readonly code = 3002;
|
|
293
|
+
readonly code = 3002;
|
|
294
|
+
readonly name = "AccountDiscriminatorMismatch";
|
|
295
|
+
readonly msg = "8 byte discriminator did not match what was expected";
|
|
296
|
+
constructor(logs?: string[] | undefined);
|
|
297
|
+
}
|
|
298
|
+
export declare class AccountDidNotDeserialize extends Error {
|
|
299
|
+
readonly logs?: string[] | undefined;
|
|
300
|
+
static readonly code = 3003;
|
|
301
|
+
readonly code = 3003;
|
|
302
|
+
readonly name = "AccountDidNotDeserialize";
|
|
303
|
+
readonly msg = "Failed to deserialize the account";
|
|
304
|
+
constructor(logs?: string[] | undefined);
|
|
305
|
+
}
|
|
306
|
+
export declare class AccountDidNotSerialize extends Error {
|
|
307
|
+
readonly logs?: string[] | undefined;
|
|
308
|
+
static readonly code = 3004;
|
|
309
|
+
readonly code = 3004;
|
|
310
|
+
readonly name = "AccountDidNotSerialize";
|
|
311
|
+
readonly msg = "Failed to serialize the account";
|
|
312
|
+
constructor(logs?: string[] | undefined);
|
|
313
|
+
}
|
|
314
|
+
export declare class AccountNotEnoughKeys extends Error {
|
|
315
|
+
readonly logs?: string[] | undefined;
|
|
316
|
+
static readonly code = 3005;
|
|
317
|
+
readonly code = 3005;
|
|
318
|
+
readonly name = "AccountNotEnoughKeys";
|
|
319
|
+
readonly msg = "Not enough account keys given to the instruction";
|
|
320
|
+
constructor(logs?: string[] | undefined);
|
|
321
|
+
}
|
|
322
|
+
export declare class AccountNotMutable extends Error {
|
|
323
|
+
readonly logs?: string[] | undefined;
|
|
324
|
+
static readonly code = 3006;
|
|
325
|
+
readonly code = 3006;
|
|
326
|
+
readonly name = "AccountNotMutable";
|
|
327
|
+
readonly msg = "The given account is not mutable";
|
|
328
|
+
constructor(logs?: string[] | undefined);
|
|
329
|
+
}
|
|
330
|
+
export declare class AccountOwnedByWrongProgram extends Error {
|
|
331
|
+
readonly logs?: string[] | undefined;
|
|
332
|
+
static readonly code = 3007;
|
|
333
|
+
readonly code = 3007;
|
|
334
|
+
readonly name = "AccountOwnedByWrongProgram";
|
|
335
|
+
readonly msg = "The given account is owned by a different program than expected";
|
|
336
|
+
constructor(logs?: string[] | undefined);
|
|
337
|
+
}
|
|
338
|
+
export declare class InvalidProgramId extends Error {
|
|
339
|
+
readonly logs?: string[] | undefined;
|
|
340
|
+
static readonly code = 3008;
|
|
341
|
+
readonly code = 3008;
|
|
342
|
+
readonly name = "InvalidProgramId";
|
|
343
|
+
readonly msg = "Program ID was not as expected";
|
|
344
|
+
constructor(logs?: string[] | undefined);
|
|
345
|
+
}
|
|
346
|
+
export declare class InvalidProgramExecutable extends Error {
|
|
347
|
+
readonly logs?: string[] | undefined;
|
|
348
|
+
static readonly code = 3009;
|
|
349
|
+
readonly code = 3009;
|
|
350
|
+
readonly name = "InvalidProgramExecutable";
|
|
351
|
+
readonly msg = "Program account is not executable";
|
|
352
|
+
constructor(logs?: string[] | undefined);
|
|
353
|
+
}
|
|
354
|
+
export declare class AccountNotSigner extends Error {
|
|
355
|
+
readonly logs?: string[] | undefined;
|
|
356
|
+
static readonly code = 3010;
|
|
357
|
+
readonly code = 3010;
|
|
358
|
+
readonly name = "AccountNotSigner";
|
|
359
|
+
readonly msg = "The given account did not sign";
|
|
360
|
+
constructor(logs?: string[] | undefined);
|
|
361
|
+
}
|
|
362
|
+
export declare class AccountNotSystemOwned extends Error {
|
|
363
|
+
readonly logs?: string[] | undefined;
|
|
364
|
+
static readonly code = 3011;
|
|
365
|
+
readonly code = 3011;
|
|
366
|
+
readonly name = "AccountNotSystemOwned";
|
|
367
|
+
readonly msg = "The given account is not owned by the system program";
|
|
368
|
+
constructor(logs?: string[] | undefined);
|
|
369
|
+
}
|
|
370
|
+
export declare class AccountNotInitialized extends Error {
|
|
371
|
+
readonly logs?: string[] | undefined;
|
|
372
|
+
static readonly code = 3012;
|
|
373
|
+
readonly code = 3012;
|
|
374
|
+
readonly name = "AccountNotInitialized";
|
|
375
|
+
readonly msg = "The program expected this account to be already initialized";
|
|
376
|
+
constructor(logs?: string[] | undefined);
|
|
377
|
+
}
|
|
378
|
+
export declare class AccountNotProgramData extends Error {
|
|
379
|
+
readonly logs?: string[] | undefined;
|
|
380
|
+
static readonly code = 3013;
|
|
381
|
+
readonly code = 3013;
|
|
382
|
+
readonly name = "AccountNotProgramData";
|
|
383
|
+
readonly msg = "The given account is not a program data account";
|
|
384
|
+
constructor(logs?: string[] | undefined);
|
|
385
|
+
}
|
|
386
|
+
export declare class AccountNotAssociatedTokenAccount extends Error {
|
|
387
|
+
readonly logs?: string[] | undefined;
|
|
388
|
+
static readonly code = 3014;
|
|
389
|
+
readonly code = 3014;
|
|
390
|
+
readonly name = "AccountNotAssociatedTokenAccount";
|
|
391
|
+
readonly msg = "The given account is not the associated token account";
|
|
392
|
+
constructor(logs?: string[] | undefined);
|
|
393
|
+
}
|
|
394
|
+
export declare class AccountSysvarMismatch extends Error {
|
|
395
|
+
readonly logs?: string[] | undefined;
|
|
396
|
+
static readonly code = 3015;
|
|
397
|
+
readonly code = 3015;
|
|
398
|
+
readonly name = "AccountSysvarMismatch";
|
|
399
|
+
readonly msg = "The given public key does not match the required sysvar";
|
|
400
|
+
constructor(logs?: string[] | undefined);
|
|
401
|
+
}
|
|
402
|
+
export declare class AccountReallocExceedsLimit extends Error {
|
|
403
|
+
readonly logs?: string[] | undefined;
|
|
404
|
+
static readonly code = 3016;
|
|
405
|
+
readonly code = 3016;
|
|
406
|
+
readonly name = "AccountReallocExceedsLimit";
|
|
407
|
+
readonly msg = "The account reallocation exceeds the MAX_PERMITTED_DATA_INCREASE limit";
|
|
408
|
+
constructor(logs?: string[] | undefined);
|
|
409
|
+
}
|
|
410
|
+
export declare class AccountDuplicateReallocs extends Error {
|
|
411
|
+
readonly logs?: string[] | undefined;
|
|
412
|
+
static readonly code = 3017;
|
|
413
|
+
readonly code = 3017;
|
|
414
|
+
readonly name = "AccountDuplicateReallocs";
|
|
415
|
+
readonly msg = "The account was duplicated for more than one reallocation";
|
|
416
|
+
constructor(logs?: string[] | undefined);
|
|
417
|
+
}
|
|
418
|
+
export declare class DeclaredProgramIdMismatch extends Error {
|
|
419
|
+
readonly logs?: string[] | undefined;
|
|
420
|
+
static readonly code = 4100;
|
|
421
|
+
readonly code = 4100;
|
|
422
|
+
readonly name = "DeclaredProgramIdMismatch";
|
|
423
|
+
readonly msg = "The declared program id does not match the actual program id";
|
|
424
|
+
constructor(logs?: string[] | undefined);
|
|
425
|
+
}
|
|
426
|
+
export declare class Deprecated extends Error {
|
|
427
|
+
readonly logs?: string[] | undefined;
|
|
428
|
+
static readonly code = 5000;
|
|
429
|
+
readonly code = 5000;
|
|
430
|
+
readonly name = "Deprecated";
|
|
431
|
+
readonly msg = "The API being used is deprecated and should no longer be used";
|
|
432
|
+
constructor(logs?: string[] | undefined);
|
|
433
|
+
}
|
|
434
|
+
export declare function fromCode(code: number, logs?: string[]): AnchorError | null;
|
|
435
|
+
//# sourceMappingURL=anchor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"anchor.d.ts","sourceRoot":"","sources":["../../../../src/@codegen/unstaking_pool/errors/anchor.ts"],"names":[],"mappings":"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"}
|