@layerzerolabs/lz-solana-sdk-v2 2.3.24 → 2.3.25
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/CHANGELOG.md +12 -0
- package/dist/index.cjs +141 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +115 -6
- package/dist/index.d.ts +115 -6
- package/dist/index.mjs +141 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -9902,6 +9902,17 @@ declare class ExecutorIsAdminError extends Error {
|
|
|
9902
9902
|
readonly name: string;
|
|
9903
9903
|
constructor();
|
|
9904
9904
|
}
|
|
9905
|
+
/**
|
|
9906
|
+
* InvalidOwner: ''
|
|
9907
|
+
*
|
|
9908
|
+
* @category Errors
|
|
9909
|
+
* @category generated
|
|
9910
|
+
*/
|
|
9911
|
+
declare class InvalidOwnerError extends Error {
|
|
9912
|
+
readonly code: number;
|
|
9913
|
+
readonly name: string;
|
|
9914
|
+
constructor();
|
|
9915
|
+
}
|
|
9905
9916
|
/**
|
|
9906
9917
|
* Attempts to resolve a custom program error from the provided error code.
|
|
9907
9918
|
* @category Errors
|
|
@@ -9941,7 +9952,8 @@ declare class Executor {
|
|
|
9941
9952
|
setDenyList(owner: PublicKey, denylist: PublicKey[]): TransactionInstruction;
|
|
9942
9953
|
setPaused(owner: PublicKey, paused: boolean): TransactionInstruction;
|
|
9943
9954
|
setExecutors(owner: PublicKey, executors: PublicKey[]): TransactionInstruction;
|
|
9944
|
-
|
|
9955
|
+
setMsglibByPrograms(owner: PublicKey, msglibPrograms: PublicKey[]): TransactionInstruction;
|
|
9956
|
+
setMsglibByPDAs(owner: PublicKey, msglibPDAs: PublicKey[]): TransactionInstruction;
|
|
9945
9957
|
setDefaultMultiplierBps(admin: PublicKey, defaultMultiplierBps: number): TransactionInstruction;
|
|
9946
9958
|
setDstConfig(admin: PublicKey, dstConfigs: DstConfig[]): TransactionInstruction;
|
|
9947
9959
|
setPriceFeed(admin: PublicKey, priceFeedProgram: PublicKey): TransactionInstruction;
|
|
@@ -9984,6 +9996,8 @@ type executor_InvalidNativeDropReceiverError = InvalidNativeDropReceiverError;
|
|
|
9984
9996
|
declare const executor_InvalidNativeDropReceiverError: typeof InvalidNativeDropReceiverError;
|
|
9985
9997
|
type executor_InvalidNativeDropRequestsLengthError = InvalidNativeDropRequestsLengthError;
|
|
9986
9998
|
declare const executor_InvalidNativeDropRequestsLengthError: typeof InvalidNativeDropRequestsLengthError;
|
|
9999
|
+
type executor_InvalidOwnerError = InvalidOwnerError;
|
|
10000
|
+
declare const executor_InvalidOwnerError: typeof InvalidOwnerError;
|
|
9987
10001
|
type executor_InvalidSizeError = InvalidSizeError;
|
|
9988
10002
|
declare const executor_InvalidSizeError: typeof InvalidSizeError;
|
|
9989
10003
|
type executor_LzOption = LzOption;
|
|
@@ -10083,7 +10097,7 @@ declare const executor_quoteExecutorInstructionDiscriminator: typeof quoteExecut
|
|
|
10083
10097
|
declare const executor_quoteExecutorParamsBeet: typeof quoteExecutorParamsBeet;
|
|
10084
10098
|
declare const executor_quoteExecutorStruct: typeof quoteExecutorStruct;
|
|
10085
10099
|
declare namespace executor {
|
|
10086
|
-
export { type executor_Acl as Acl, type executor_AdminSetConfigInstructionAccounts as AdminSetConfigInstructionAccounts, type executor_AdminSetConfigInstructionArgs as AdminSetConfigInstructionArgs, type executor_AdminSetConfigParams as AdminSetConfigParams, type executor_AdminSetConfigParamsRecord as AdminSetConfigParamsRecord, type executor_ComposeInstructionAccounts as ComposeInstructionAccounts, type executor_ComposeInstructionArgs as ComposeInstructionArgs, type executor_ComposeParams as ComposeParams, type executor_DstConfig as DstConfig, executor_EidNotSupportedError as EidNotSupportedError, type executor_ExecutableInstructionAccounts as ExecutableInstructionAccounts, type executor_ExecutableInstructionArgs as ExecutableInstructionArgs, type executor_ExecutableParams as ExecutableParams, type executor_ExecuteInstructionAccounts as ExecuteInstructionAccounts, type executor_ExecuteInstructionArgs as ExecuteInstructionArgs, type executor_ExecuteParams as ExecuteParams, executor_ExecutionState as ExecutionState, executor_Executor as Executor, ExecutorConfig$1 as ExecutorConfig, type executor_ExecutorConfigArgs as ExecutorConfigArgs, executor_ExecutorIsAdminError as ExecutorIsAdminError, type executor_InitExecutorInstructionAccounts as InitExecutorInstructionAccounts, type executor_InitExecutorInstructionArgs as InitExecutorInstructionArgs, type executor_InitExecutorParams as InitExecutorParams, executor_InsufficientBalanceError as InsufficientBalanceError, executor_InvalidNativeDropReceiverError as InvalidNativeDropReceiverError, executor_InvalidNativeDropRequestsLengthError as InvalidNativeDropRequestsLengthError, executor_InvalidSizeError as InvalidSizeError, type LzComposeParams$1 as LzComposeParams, type executor_LzOption as LzOption, type LzReceiveParams$2 as LzReceiveParams, executor_MsgLibNotAllowedError as MsgLibNotAllowedError, executor_NativeAmountExceedsCapError as NativeAmountExceedsCapError, type executor_NativeDropInstructionAccounts as NativeDropInstructionAccounts, type executor_NativeDropInstructionArgs as NativeDropInstructionArgs, type executor_NativeDropParams as NativeDropParams, type executor_NativeDropRequest as NativeDropRequest, executor_Nonce as Nonce, type executor_NonceArgs as NonceArgs, executor_NotAdminError as NotAdminError, executor_NotExecutorError as NotExecutorError, type executor_OwnerSetConfigInstructionAccounts as OwnerSetConfigInstructionAccounts, type executor_OwnerSetConfigInstructionArgs as OwnerSetConfigInstructionArgs, type executor_OwnerSetConfigParams as OwnerSetConfigParams, type executor_OwnerSetConfigParamsRecord as OwnerSetConfigParamsRecord, PROGRAM_ADDRESS$2 as PROGRAM_ADDRESS, PROGRAM_ID$4 as PROGRAM_ID, executor_PausedError as PausedError, type executor_QuoteExecutorInstructionAccounts as QuoteExecutorInstructionAccounts, type executor_QuoteExecutorInstructionArgs as QuoteExecutorInstructionArgs, type executor_QuoteExecutorParams as QuoteExecutorParams, executor_TooManyAdminsError as TooManyAdminsError, executor_TooManyExecutorsError as TooManyExecutorsError, executor_TooManyOptionTypesError as TooManyOptionTypesError, executor_UnsupportedOptionTypeError as UnsupportedOptionTypeError, executor_ZeroLzComposeGasProvidedError as ZeroLzComposeGasProvidedError, executor_ZeroLzReceiveGasProvidedError as ZeroLzReceiveGasProvidedError, accountProviders$3 as accountProviders, index$f as accounts, executor_aclBeet as aclBeet, executor_adminSetConfigInstructionDiscriminator as adminSetConfigInstructionDiscriminator, executor_adminSetConfigParamsBeet as adminSetConfigParamsBeet, executor_adminSetConfigStruct as adminSetConfigStruct, executor_composeInstructionDiscriminator as composeInstructionDiscriminator, executor_composeParamsBeet as composeParamsBeet, executor_composeStruct as composeStruct, executor_createAdminSetConfigInstruction as createAdminSetConfigInstruction, executor_createAdminSetConfigInstructionAccounts as createAdminSetConfigInstructionAccounts, executor_createComposeInstruction as createComposeInstruction, executor_createComposeInstructionAccounts as createComposeInstructionAccounts, executor_createExecutableInstruction as createExecutableInstruction, executor_createExecutableInstructionAccounts as createExecutableInstructionAccounts, executor_createExecuteInstruction as createExecuteInstruction, executor_createExecuteInstructionAccounts as createExecuteInstructionAccounts, executor_createInitExecutorInstruction as createInitExecutorInstruction, executor_createInitExecutorInstructionAccounts as createInitExecutorInstructionAccounts, executor_createNativeDropInstruction as createNativeDropInstruction, executor_createNativeDropInstructionAccounts as createNativeDropInstructionAccounts, executor_createOwnerSetConfigInstruction as createOwnerSetConfigInstruction, executor_createOwnerSetConfigInstructionAccounts as createOwnerSetConfigInstructionAccounts, executor_createQuoteExecutorInstruction as createQuoteExecutorInstruction, executor_createQuoteExecutorInstructionAccounts as createQuoteExecutorInstructionAccounts, executor_dstConfigBeet as dstConfigBeet, errorFromCode$1 as errorFromCode, errorFromName$1 as errorFromName, index$e as events, executor_executableInstructionDiscriminator as executableInstructionDiscriminator, executor_executableParamsBeet as executableParamsBeet, executor_executableStruct as executableStruct, executor_executeInstructionDiscriminator as executeInstructionDiscriminator, executor_executeParamsBeet as executeParamsBeet, executor_executeStruct as executeStruct, executor_executionStateBeet as executionStateBeet, executorConfigBeet$1 as executorConfigBeet, executor_executorConfigDiscriminator as executorConfigDiscriminator, executor_initExecutorInstructionDiscriminator as initExecutorInstructionDiscriminator, executor_initExecutorParamsBeet as initExecutorParamsBeet, executor_initExecutorStruct as initExecutorStruct, index$d as instructions, executor_isAdminSetConfigParamsDefaultMultiplierBps as isAdminSetConfigParamsDefaultMultiplierBps, executor_isAdminSetConfigParamsDstConfigs as isAdminSetConfigParamsDstConfigs, executor_isAdminSetConfigParamsPriceFeed as isAdminSetConfigParamsPriceFeed, executor_isOwnerSetConfigParamsAdmins as isOwnerSetConfigParamsAdmins, executor_isOwnerSetConfigParamsAllowlist as isOwnerSetConfigParamsAllowlist, executor_isOwnerSetConfigParamsDenylist as isOwnerSetConfigParamsDenylist, executor_isOwnerSetConfigParamsExecutors as isOwnerSetConfigParamsExecutors, executor_isOwnerSetConfigParamsMsglibs as isOwnerSetConfigParamsMsglibs, executor_isOwnerSetConfigParamsOwner as isOwnerSetConfigParamsOwner, executor_isOwnerSetConfigParamsPaused as isOwnerSetConfigParamsPaused, executor_lzComposeParamsBeet as lzComposeParamsBeet, executor_lzOptionBeet as lzOptionBeet, lzReceiveParamsBeet$1 as lzReceiveParamsBeet, executor_nativeDropInstructionDiscriminator as nativeDropInstructionDiscriminator, executor_nativeDropParamsBeet as nativeDropParamsBeet, executor_nativeDropRequestBeet as nativeDropRequestBeet, executor_nativeDropStruct as nativeDropStruct, executor_nonceBeet as nonceBeet, executor_nonceDiscriminator as nonceDiscriminator, executor_ownerSetConfigInstructionDiscriminator as ownerSetConfigInstructionDiscriminator, executor_ownerSetConfigParamsBeet as ownerSetConfigParamsBeet, executor_ownerSetConfigStruct as ownerSetConfigStruct, executor_quoteExecutorInstructionDiscriminator as quoteExecutorInstructionDiscriminator, executor_quoteExecutorParamsBeet as quoteExecutorParamsBeet, executor_quoteExecutorStruct as quoteExecutorStruct, index$c as types };
|
|
10100
|
+
export { type executor_Acl as Acl, type executor_AdminSetConfigInstructionAccounts as AdminSetConfigInstructionAccounts, type executor_AdminSetConfigInstructionArgs as AdminSetConfigInstructionArgs, type executor_AdminSetConfigParams as AdminSetConfigParams, type executor_AdminSetConfigParamsRecord as AdminSetConfigParamsRecord, type executor_ComposeInstructionAccounts as ComposeInstructionAccounts, type executor_ComposeInstructionArgs as ComposeInstructionArgs, type executor_ComposeParams as ComposeParams, type executor_DstConfig as DstConfig, executor_EidNotSupportedError as EidNotSupportedError, type executor_ExecutableInstructionAccounts as ExecutableInstructionAccounts, type executor_ExecutableInstructionArgs as ExecutableInstructionArgs, type executor_ExecutableParams as ExecutableParams, type executor_ExecuteInstructionAccounts as ExecuteInstructionAccounts, type executor_ExecuteInstructionArgs as ExecuteInstructionArgs, type executor_ExecuteParams as ExecuteParams, executor_ExecutionState as ExecutionState, executor_Executor as Executor, ExecutorConfig$1 as ExecutorConfig, type executor_ExecutorConfigArgs as ExecutorConfigArgs, executor_ExecutorIsAdminError as ExecutorIsAdminError, type executor_InitExecutorInstructionAccounts as InitExecutorInstructionAccounts, type executor_InitExecutorInstructionArgs as InitExecutorInstructionArgs, type executor_InitExecutorParams as InitExecutorParams, executor_InsufficientBalanceError as InsufficientBalanceError, executor_InvalidNativeDropReceiverError as InvalidNativeDropReceiverError, executor_InvalidNativeDropRequestsLengthError as InvalidNativeDropRequestsLengthError, executor_InvalidOwnerError as InvalidOwnerError, executor_InvalidSizeError as InvalidSizeError, type LzComposeParams$1 as LzComposeParams, type executor_LzOption as LzOption, type LzReceiveParams$2 as LzReceiveParams, executor_MsgLibNotAllowedError as MsgLibNotAllowedError, executor_NativeAmountExceedsCapError as NativeAmountExceedsCapError, type executor_NativeDropInstructionAccounts as NativeDropInstructionAccounts, type executor_NativeDropInstructionArgs as NativeDropInstructionArgs, type executor_NativeDropParams as NativeDropParams, type executor_NativeDropRequest as NativeDropRequest, executor_Nonce as Nonce, type executor_NonceArgs as NonceArgs, executor_NotAdminError as NotAdminError, executor_NotExecutorError as NotExecutorError, type executor_OwnerSetConfigInstructionAccounts as OwnerSetConfigInstructionAccounts, type executor_OwnerSetConfigInstructionArgs as OwnerSetConfigInstructionArgs, type executor_OwnerSetConfigParams as OwnerSetConfigParams, type executor_OwnerSetConfigParamsRecord as OwnerSetConfigParamsRecord, PROGRAM_ADDRESS$2 as PROGRAM_ADDRESS, PROGRAM_ID$4 as PROGRAM_ID, executor_PausedError as PausedError, type executor_QuoteExecutorInstructionAccounts as QuoteExecutorInstructionAccounts, type executor_QuoteExecutorInstructionArgs as QuoteExecutorInstructionArgs, type executor_QuoteExecutorParams as QuoteExecutorParams, executor_TooManyAdminsError as TooManyAdminsError, executor_TooManyExecutorsError as TooManyExecutorsError, executor_TooManyOptionTypesError as TooManyOptionTypesError, executor_UnsupportedOptionTypeError as UnsupportedOptionTypeError, executor_ZeroLzComposeGasProvidedError as ZeroLzComposeGasProvidedError, executor_ZeroLzReceiveGasProvidedError as ZeroLzReceiveGasProvidedError, accountProviders$3 as accountProviders, index$f as accounts, executor_aclBeet as aclBeet, executor_adminSetConfigInstructionDiscriminator as adminSetConfigInstructionDiscriminator, executor_adminSetConfigParamsBeet as adminSetConfigParamsBeet, executor_adminSetConfigStruct as adminSetConfigStruct, executor_composeInstructionDiscriminator as composeInstructionDiscriminator, executor_composeParamsBeet as composeParamsBeet, executor_composeStruct as composeStruct, executor_createAdminSetConfigInstruction as createAdminSetConfigInstruction, executor_createAdminSetConfigInstructionAccounts as createAdminSetConfigInstructionAccounts, executor_createComposeInstruction as createComposeInstruction, executor_createComposeInstructionAccounts as createComposeInstructionAccounts, executor_createExecutableInstruction as createExecutableInstruction, executor_createExecutableInstructionAccounts as createExecutableInstructionAccounts, executor_createExecuteInstruction as createExecuteInstruction, executor_createExecuteInstructionAccounts as createExecuteInstructionAccounts, executor_createInitExecutorInstruction as createInitExecutorInstruction, executor_createInitExecutorInstructionAccounts as createInitExecutorInstructionAccounts, executor_createNativeDropInstruction as createNativeDropInstruction, executor_createNativeDropInstructionAccounts as createNativeDropInstructionAccounts, executor_createOwnerSetConfigInstruction as createOwnerSetConfigInstruction, executor_createOwnerSetConfigInstructionAccounts as createOwnerSetConfigInstructionAccounts, executor_createQuoteExecutorInstruction as createQuoteExecutorInstruction, executor_createQuoteExecutorInstructionAccounts as createQuoteExecutorInstructionAccounts, executor_dstConfigBeet as dstConfigBeet, errorFromCode$1 as errorFromCode, errorFromName$1 as errorFromName, index$e as events, executor_executableInstructionDiscriminator as executableInstructionDiscriminator, executor_executableParamsBeet as executableParamsBeet, executor_executableStruct as executableStruct, executor_executeInstructionDiscriminator as executeInstructionDiscriminator, executor_executeParamsBeet as executeParamsBeet, executor_executeStruct as executeStruct, executor_executionStateBeet as executionStateBeet, executorConfigBeet$1 as executorConfigBeet, executor_executorConfigDiscriminator as executorConfigDiscriminator, executor_initExecutorInstructionDiscriminator as initExecutorInstructionDiscriminator, executor_initExecutorParamsBeet as initExecutorParamsBeet, executor_initExecutorStruct as initExecutorStruct, index$d as instructions, executor_isAdminSetConfigParamsDefaultMultiplierBps as isAdminSetConfigParamsDefaultMultiplierBps, executor_isAdminSetConfigParamsDstConfigs as isAdminSetConfigParamsDstConfigs, executor_isAdminSetConfigParamsPriceFeed as isAdminSetConfigParamsPriceFeed, executor_isOwnerSetConfigParamsAdmins as isOwnerSetConfigParamsAdmins, executor_isOwnerSetConfigParamsAllowlist as isOwnerSetConfigParamsAllowlist, executor_isOwnerSetConfigParamsDenylist as isOwnerSetConfigParamsDenylist, executor_isOwnerSetConfigParamsExecutors as isOwnerSetConfigParamsExecutors, executor_isOwnerSetConfigParamsMsglibs as isOwnerSetConfigParamsMsglibs, executor_isOwnerSetConfigParamsOwner as isOwnerSetConfigParamsOwner, executor_isOwnerSetConfigParamsPaused as isOwnerSetConfigParamsPaused, executor_lzComposeParamsBeet as lzComposeParamsBeet, executor_lzOptionBeet as lzOptionBeet, lzReceiveParamsBeet$1 as lzReceiveParamsBeet, executor_nativeDropInstructionDiscriminator as nativeDropInstructionDiscriminator, executor_nativeDropParamsBeet as nativeDropParamsBeet, executor_nativeDropRequestBeet as nativeDropRequestBeet, executor_nativeDropStruct as nativeDropStruct, executor_nonceBeet as nonceBeet, executor_nonceDiscriminator as nonceDiscriminator, executor_ownerSetConfigInstructionDiscriminator as ownerSetConfigInstructionDiscriminator, executor_ownerSetConfigParamsBeet as ownerSetConfigParamsBeet, executor_ownerSetConfigStruct as ownerSetConfigStruct, executor_quoteExecutorInstructionDiscriminator as quoteExecutorInstructionDiscriminator, executor_quoteExecutorParamsBeet as quoteExecutorParamsBeet, executor_quoteExecutorStruct as quoteExecutorStruct, index$c as types };
|
|
10087
10101
|
}
|
|
10088
10102
|
|
|
10089
10103
|
/**
|
|
@@ -11294,6 +11308,84 @@ declare namespace index$9 {
|
|
|
11294
11308
|
export { type index$9_AdminTransferredEvent as AdminTransferredEvent, type index$9_ConfigSetEvent as ConfigSetEvent, type index$9_DefaultConfigSetEvent as DefaultConfigSetEvent, type index$9_FeesPaidEvent as FeesPaidEvent, type index$9_PayloadVerifiedEvent as PayloadVerifiedEvent, type index$9_RentWithdrawnEvent as RentWithdrawnEvent, type index$9_TreasurySetEvent as TreasurySetEvent, index$9_adminTransferredEventBeet as adminTransferredEventBeet, index$9_configSetEventBeet as configSetEventBeet, index$9_defaultConfigSetEventBeet as defaultConfigSetEventBeet, index$9_feesPaidEventBeet as feesPaidEventBeet, index$9_payloadVerifiedEventBeet as payloadVerifiedEventBeet, index$9_rentWithdrawnEventBeet as rentWithdrawnEventBeet, index$9_treasurySetEventBeet as treasurySetEventBeet };
|
|
11295
11309
|
}
|
|
11296
11310
|
|
|
11311
|
+
/**
|
|
11312
|
+
* This code was GENERATED using the solita package.
|
|
11313
|
+
* Please DO NOT EDIT THIS FILE, instead rerun solita to update it or write a wrapper to add functionality.
|
|
11314
|
+
*
|
|
11315
|
+
* See: https://github.com/metaplex-foundation/solita
|
|
11316
|
+
*/
|
|
11317
|
+
|
|
11318
|
+
type CloseVerifyParams = {
|
|
11319
|
+
packetHeaderHash: number[];
|
|
11320
|
+
payloadHash: number[];
|
|
11321
|
+
};
|
|
11322
|
+
/**
|
|
11323
|
+
* @category userTypes
|
|
11324
|
+
* @category generated
|
|
11325
|
+
*/
|
|
11326
|
+
declare const closeVerifyParamsBeet: beet.BeetArgsStruct<CloseVerifyParams>;
|
|
11327
|
+
|
|
11328
|
+
/**
|
|
11329
|
+
* This code was GENERATED using the solita package.
|
|
11330
|
+
* Please DO NOT EDIT THIS FILE, instead rerun solita to update it or write a wrapper to add functionality.
|
|
11331
|
+
*
|
|
11332
|
+
* See: https://github.com/metaplex-foundation/solita
|
|
11333
|
+
*/
|
|
11334
|
+
|
|
11335
|
+
/**
|
|
11336
|
+
* @category Instructions
|
|
11337
|
+
* @category CloseVerify
|
|
11338
|
+
* @category generated
|
|
11339
|
+
*/
|
|
11340
|
+
type CloseVerifyInstructionArgs = {
|
|
11341
|
+
params: CloseVerifyParams;
|
|
11342
|
+
};
|
|
11343
|
+
/**
|
|
11344
|
+
* @category Instructions
|
|
11345
|
+
* @category CloseVerify
|
|
11346
|
+
* @category generated
|
|
11347
|
+
*/
|
|
11348
|
+
declare const closeVerifyStruct: beet.BeetArgsStruct<CloseVerifyInstructionArgs & {
|
|
11349
|
+
instructionDiscriminator: number[];
|
|
11350
|
+
}>;
|
|
11351
|
+
/**
|
|
11352
|
+
* Accounts required by the _closeVerify_ instruction
|
|
11353
|
+
*
|
|
11354
|
+
* @property [**signer**] dvn
|
|
11355
|
+
* @property [_writable_] receiver
|
|
11356
|
+
* @property [_writable_] confirmations
|
|
11357
|
+
* @category Instructions
|
|
11358
|
+
* @category CloseVerify
|
|
11359
|
+
* @category generated
|
|
11360
|
+
*/
|
|
11361
|
+
type CloseVerifyInstructionAccounts = {
|
|
11362
|
+
dvn: web3.PublicKey;
|
|
11363
|
+
receiver: web3.PublicKey;
|
|
11364
|
+
confirmations: web3.PublicKey;
|
|
11365
|
+
anchorRemainingAccounts?: web3.AccountMeta[];
|
|
11366
|
+
};
|
|
11367
|
+
declare const closeVerifyInstructionDiscriminator: number[];
|
|
11368
|
+
/**
|
|
11369
|
+
* Creates a _CloseVerify_ instruction.
|
|
11370
|
+
*
|
|
11371
|
+
* @param accounts that will be accessed while the instruction is processed
|
|
11372
|
+
* @param args to provide as instruction data to the program
|
|
11373
|
+
*
|
|
11374
|
+
* @category Instructions
|
|
11375
|
+
* @category CloseVerify
|
|
11376
|
+
* @category generated
|
|
11377
|
+
*/
|
|
11378
|
+
declare function createCloseVerifyInstruction(accounts: CloseVerifyInstructionAccounts, args: CloseVerifyInstructionArgs, programId: web3.PublicKey): web3.TransactionInstruction;
|
|
11379
|
+
/**
|
|
11380
|
+
* Creates a _CloseVerify_ instructionAccounts.
|
|
11381
|
+
*
|
|
11382
|
+
* @param accounts that will be accessed while the instruction is processed
|
|
11383
|
+
* @category Instructions
|
|
11384
|
+
* @category CloseVerify
|
|
11385
|
+
* @category generated
|
|
11386
|
+
*/
|
|
11387
|
+
declare function createCloseVerifyInstructionAccounts(accounts: CloseVerifyInstructionAccounts, programId: web3.PublicKey): web3.AccountMeta[];
|
|
11388
|
+
|
|
11297
11389
|
/**
|
|
11298
11390
|
* This code was GENERATED using the solita package.
|
|
11299
11391
|
* Please DO NOT EDIT THIS FILE, instead rerun solita to update it or write a wrapper to add functionality.
|
|
@@ -11339,7 +11431,7 @@ declare const commitVerificationStruct: beet.BeetArgsStruct<CommitVerificationIn
|
|
|
11339
11431
|
*
|
|
11340
11432
|
* @property [] receiveConfig
|
|
11341
11433
|
* @property [] defaultReceiveConfig
|
|
11342
|
-
* @property [
|
|
11434
|
+
* @property [] uln
|
|
11343
11435
|
* @category Instructions
|
|
11344
11436
|
* @category CommitVerification
|
|
11345
11437
|
* @category generated
|
|
@@ -12524,6 +12616,8 @@ declare function createWithdrawRentInstruction(accounts: WithdrawRentInstruction
|
|
|
12524
12616
|
*/
|
|
12525
12617
|
declare function createWithdrawRentInstructionAccounts(accounts: WithdrawRentInstructionAccounts, programId: web3.PublicKey): web3.AccountMeta[];
|
|
12526
12618
|
|
|
12619
|
+
type index$8_CloseVerifyInstructionAccounts = CloseVerifyInstructionAccounts;
|
|
12620
|
+
type index$8_CloseVerifyInstructionArgs = CloseVerifyInstructionArgs;
|
|
12527
12621
|
type index$8_CommitVerificationInstructionAccounts = CommitVerificationInstructionAccounts;
|
|
12528
12622
|
type index$8_CommitVerificationInstructionArgs = CommitVerificationInstructionArgs;
|
|
12529
12623
|
type index$8_InitConfigInstructionAccounts = InitConfigInstructionAccounts;
|
|
@@ -12546,8 +12640,12 @@ type index$8_VerifyInstructionAccounts = VerifyInstructionAccounts;
|
|
|
12546
12640
|
type index$8_VerifyInstructionArgs = VerifyInstructionArgs;
|
|
12547
12641
|
type index$8_WithdrawRentInstructionAccounts = WithdrawRentInstructionAccounts;
|
|
12548
12642
|
type index$8_WithdrawRentInstructionArgs = WithdrawRentInstructionArgs;
|
|
12643
|
+
declare const index$8_closeVerifyInstructionDiscriminator: typeof closeVerifyInstructionDiscriminator;
|
|
12644
|
+
declare const index$8_closeVerifyStruct: typeof closeVerifyStruct;
|
|
12549
12645
|
declare const index$8_commitVerificationInstructionDiscriminator: typeof commitVerificationInstructionDiscriminator;
|
|
12550
12646
|
declare const index$8_commitVerificationStruct: typeof commitVerificationStruct;
|
|
12647
|
+
declare const index$8_createCloseVerifyInstruction: typeof createCloseVerifyInstruction;
|
|
12648
|
+
declare const index$8_createCloseVerifyInstructionAccounts: typeof createCloseVerifyInstructionAccounts;
|
|
12551
12649
|
declare const index$8_createCommitVerificationInstruction: typeof createCommitVerificationInstruction;
|
|
12552
12650
|
declare const index$8_createCommitVerificationInstructionAccounts: typeof createCommitVerificationInstructionAccounts;
|
|
12553
12651
|
declare const index$8_createInitConfigInstruction: typeof createInitConfigInstruction;
|
|
@@ -12591,7 +12689,7 @@ declare const index$8_verifyStruct: typeof verifyStruct;
|
|
|
12591
12689
|
declare const index$8_withdrawRentInstructionDiscriminator: typeof withdrawRentInstructionDiscriminator;
|
|
12592
12690
|
declare const index$8_withdrawRentStruct: typeof withdrawRentStruct;
|
|
12593
12691
|
declare namespace index$8 {
|
|
12594
|
-
export { type index$8_CommitVerificationInstructionAccounts as CommitVerificationInstructionAccounts, type index$8_CommitVerificationInstructionArgs as CommitVerificationInstructionArgs, type index$8_InitConfigInstructionAccounts as InitConfigInstructionAccounts, type index$8_InitConfigInstructionArgs as InitConfigInstructionArgs, type index$8_InitDefaultConfigInstructionAccounts as InitDefaultConfigInstructionAccounts, type index$8_InitDefaultConfigInstructionArgs as InitDefaultConfigInstructionArgs, type index$8_InitUlnInstructionAccounts as InitUlnInstructionAccounts, type index$8_InitUlnInstructionArgs as InitUlnInstructionArgs, type index$8_InitVerifyInstructionAccounts as InitVerifyInstructionAccounts, type index$8_InitVerifyInstructionArgs as InitVerifyInstructionArgs, type QuoteInstructionAccounts$1 as QuoteInstructionAccounts, type QuoteInstructionArgs$1 as QuoteInstructionArgs, type SendInstructionAccounts$1 as SendInstructionAccounts, type SendInstructionArgs$1 as SendInstructionArgs, type index$8_SendWithLzTokenInstructionAccounts as SendWithLzTokenInstructionAccounts, type index$8_SendWithLzTokenInstructionArgs as SendWithLzTokenInstructionArgs, type index$8_SetConfigInstructionAccounts as SetConfigInstructionAccounts, type index$8_SetConfigInstructionArgs as SetConfigInstructionArgs, type index$8_SetDefaultConfigInstructionAccounts as SetDefaultConfigInstructionAccounts, type index$8_SetDefaultConfigInstructionArgs as SetDefaultConfigInstructionArgs, type index$8_SetTreasuryInstructionAccounts as SetTreasuryInstructionAccounts, type index$8_SetTreasuryInstructionArgs as SetTreasuryInstructionArgs, type TransferAdminInstructionAccounts$2 as TransferAdminInstructionAccounts, type TransferAdminInstructionArgs$2 as TransferAdminInstructionArgs, type index$8_VerifyInstructionAccounts as VerifyInstructionAccounts, type index$8_VerifyInstructionArgs as VerifyInstructionArgs, type index$8_WithdrawRentInstructionAccounts as WithdrawRentInstructionAccounts, type index$8_WithdrawRentInstructionArgs as WithdrawRentInstructionArgs, index$8_commitVerificationInstructionDiscriminator as commitVerificationInstructionDiscriminator, index$8_commitVerificationStruct as commitVerificationStruct, index$8_createCommitVerificationInstruction as createCommitVerificationInstruction, index$8_createCommitVerificationInstructionAccounts as createCommitVerificationInstructionAccounts, index$8_createInitConfigInstruction as createInitConfigInstruction, index$8_createInitConfigInstructionAccounts as createInitConfigInstructionAccounts, index$8_createInitDefaultConfigInstruction as createInitDefaultConfigInstruction, index$8_createInitDefaultConfigInstructionAccounts as createInitDefaultConfigInstructionAccounts, index$8_createInitUlnInstruction as createInitUlnInstruction, index$8_createInitUlnInstructionAccounts as createInitUlnInstructionAccounts, index$8_createInitVerifyInstruction as createInitVerifyInstruction, index$8_createInitVerifyInstructionAccounts as createInitVerifyInstructionAccounts, createQuoteInstruction$1 as createQuoteInstruction, createQuoteInstructionAccounts$1 as createQuoteInstructionAccounts, createSendInstruction$1 as createSendInstruction, createSendInstructionAccounts$1 as createSendInstructionAccounts, index$8_createSendWithLzTokenInstruction as createSendWithLzTokenInstruction, index$8_createSendWithLzTokenInstructionAccounts as createSendWithLzTokenInstructionAccounts, index$8_createSetConfigInstruction as createSetConfigInstruction, index$8_createSetConfigInstructionAccounts as createSetConfigInstructionAccounts, index$8_createSetDefaultConfigInstruction as createSetDefaultConfigInstruction, index$8_createSetDefaultConfigInstructionAccounts as createSetDefaultConfigInstructionAccounts, index$8_createSetTreasuryInstruction as createSetTreasuryInstruction, index$8_createSetTreasuryInstructionAccounts as createSetTreasuryInstructionAccounts, createTransferAdminInstruction$2 as createTransferAdminInstruction, createTransferAdminInstructionAccounts$2 as createTransferAdminInstructionAccounts, index$8_createVerifyInstruction as createVerifyInstruction, index$8_createVerifyInstructionAccounts as createVerifyInstructionAccounts, createVersionInstruction$2 as createVersionInstruction, createVersionInstructionAccounts$2 as createVersionInstructionAccounts, index$8_createWithdrawRentInstruction as createWithdrawRentInstruction, index$8_createWithdrawRentInstructionAccounts as createWithdrawRentInstructionAccounts, index$8_initConfigInstructionDiscriminator as initConfigInstructionDiscriminator, index$8_initConfigStruct as initConfigStruct, index$8_initDefaultConfigInstructionDiscriminator as initDefaultConfigInstructionDiscriminator, index$8_initDefaultConfigStruct as initDefaultConfigStruct, index$8_initUlnInstructionDiscriminator as initUlnInstructionDiscriminator, index$8_initUlnStruct as initUlnStruct, index$8_initVerifyInstructionDiscriminator as initVerifyInstructionDiscriminator, index$8_initVerifyStruct as initVerifyStruct, quoteInstructionDiscriminator$1 as quoteInstructionDiscriminator, quoteStruct$1 as quoteStruct, sendInstructionDiscriminator$1 as sendInstructionDiscriminator, sendStruct$1 as sendStruct, index$8_sendWithLzTokenInstructionDiscriminator as sendWithLzTokenInstructionDiscriminator, index$8_sendWithLzTokenStruct as sendWithLzTokenStruct, index$8_setConfigInstructionDiscriminator as setConfigInstructionDiscriminator, index$8_setConfigStruct as setConfigStruct, index$8_setDefaultConfigInstructionDiscriminator as setDefaultConfigInstructionDiscriminator, index$8_setDefaultConfigStruct as setDefaultConfigStruct, index$8_setTreasuryInstructionDiscriminator as setTreasuryInstructionDiscriminator, index$8_setTreasuryStruct as setTreasuryStruct, transferAdminInstructionDiscriminator$2 as transferAdminInstructionDiscriminator, transferAdminStruct$2 as transferAdminStruct, index$8_verifyInstructionDiscriminator as verifyInstructionDiscriminator, index$8_verifyStruct as verifyStruct, versionInstructionDiscriminator$2 as versionInstructionDiscriminator, versionStruct$2 as versionStruct, index$8_withdrawRentInstructionDiscriminator as withdrawRentInstructionDiscriminator, index$8_withdrawRentStruct as withdrawRentStruct };
|
|
12692
|
+
export { type index$8_CloseVerifyInstructionAccounts as CloseVerifyInstructionAccounts, type index$8_CloseVerifyInstructionArgs as CloseVerifyInstructionArgs, type index$8_CommitVerificationInstructionAccounts as CommitVerificationInstructionAccounts, type index$8_CommitVerificationInstructionArgs as CommitVerificationInstructionArgs, type index$8_InitConfigInstructionAccounts as InitConfigInstructionAccounts, type index$8_InitConfigInstructionArgs as InitConfigInstructionArgs, type index$8_InitDefaultConfigInstructionAccounts as InitDefaultConfigInstructionAccounts, type index$8_InitDefaultConfigInstructionArgs as InitDefaultConfigInstructionArgs, type index$8_InitUlnInstructionAccounts as InitUlnInstructionAccounts, type index$8_InitUlnInstructionArgs as InitUlnInstructionArgs, type index$8_InitVerifyInstructionAccounts as InitVerifyInstructionAccounts, type index$8_InitVerifyInstructionArgs as InitVerifyInstructionArgs, type QuoteInstructionAccounts$1 as QuoteInstructionAccounts, type QuoteInstructionArgs$1 as QuoteInstructionArgs, type SendInstructionAccounts$1 as SendInstructionAccounts, type SendInstructionArgs$1 as SendInstructionArgs, type index$8_SendWithLzTokenInstructionAccounts as SendWithLzTokenInstructionAccounts, type index$8_SendWithLzTokenInstructionArgs as SendWithLzTokenInstructionArgs, type index$8_SetConfigInstructionAccounts as SetConfigInstructionAccounts, type index$8_SetConfigInstructionArgs as SetConfigInstructionArgs, type index$8_SetDefaultConfigInstructionAccounts as SetDefaultConfigInstructionAccounts, type index$8_SetDefaultConfigInstructionArgs as SetDefaultConfigInstructionArgs, type index$8_SetTreasuryInstructionAccounts as SetTreasuryInstructionAccounts, type index$8_SetTreasuryInstructionArgs as SetTreasuryInstructionArgs, type TransferAdminInstructionAccounts$2 as TransferAdminInstructionAccounts, type TransferAdminInstructionArgs$2 as TransferAdminInstructionArgs, type index$8_VerifyInstructionAccounts as VerifyInstructionAccounts, type index$8_VerifyInstructionArgs as VerifyInstructionArgs, type index$8_WithdrawRentInstructionAccounts as WithdrawRentInstructionAccounts, type index$8_WithdrawRentInstructionArgs as WithdrawRentInstructionArgs, index$8_closeVerifyInstructionDiscriminator as closeVerifyInstructionDiscriminator, index$8_closeVerifyStruct as closeVerifyStruct, index$8_commitVerificationInstructionDiscriminator as commitVerificationInstructionDiscriminator, index$8_commitVerificationStruct as commitVerificationStruct, index$8_createCloseVerifyInstruction as createCloseVerifyInstruction, index$8_createCloseVerifyInstructionAccounts as createCloseVerifyInstructionAccounts, index$8_createCommitVerificationInstruction as createCommitVerificationInstruction, index$8_createCommitVerificationInstructionAccounts as createCommitVerificationInstructionAccounts, index$8_createInitConfigInstruction as createInitConfigInstruction, index$8_createInitConfigInstructionAccounts as createInitConfigInstructionAccounts, index$8_createInitDefaultConfigInstruction as createInitDefaultConfigInstruction, index$8_createInitDefaultConfigInstructionAccounts as createInitDefaultConfigInstructionAccounts, index$8_createInitUlnInstruction as createInitUlnInstruction, index$8_createInitUlnInstructionAccounts as createInitUlnInstructionAccounts, index$8_createInitVerifyInstruction as createInitVerifyInstruction, index$8_createInitVerifyInstructionAccounts as createInitVerifyInstructionAccounts, createQuoteInstruction$1 as createQuoteInstruction, createQuoteInstructionAccounts$1 as createQuoteInstructionAccounts, createSendInstruction$1 as createSendInstruction, createSendInstructionAccounts$1 as createSendInstructionAccounts, index$8_createSendWithLzTokenInstruction as createSendWithLzTokenInstruction, index$8_createSendWithLzTokenInstructionAccounts as createSendWithLzTokenInstructionAccounts, index$8_createSetConfigInstruction as createSetConfigInstruction, index$8_createSetConfigInstructionAccounts as createSetConfigInstructionAccounts, index$8_createSetDefaultConfigInstruction as createSetDefaultConfigInstruction, index$8_createSetDefaultConfigInstructionAccounts as createSetDefaultConfigInstructionAccounts, index$8_createSetTreasuryInstruction as createSetTreasuryInstruction, index$8_createSetTreasuryInstructionAccounts as createSetTreasuryInstructionAccounts, createTransferAdminInstruction$2 as createTransferAdminInstruction, createTransferAdminInstructionAccounts$2 as createTransferAdminInstructionAccounts, index$8_createVerifyInstruction as createVerifyInstruction, index$8_createVerifyInstructionAccounts as createVerifyInstructionAccounts, createVersionInstruction$2 as createVersionInstruction, createVersionInstructionAccounts$2 as createVersionInstructionAccounts, index$8_createWithdrawRentInstruction as createWithdrawRentInstruction, index$8_createWithdrawRentInstructionAccounts as createWithdrawRentInstructionAccounts, index$8_initConfigInstructionDiscriminator as initConfigInstructionDiscriminator, index$8_initConfigStruct as initConfigStruct, index$8_initDefaultConfigInstructionDiscriminator as initDefaultConfigInstructionDiscriminator, index$8_initDefaultConfigStruct as initDefaultConfigStruct, index$8_initUlnInstructionDiscriminator as initUlnInstructionDiscriminator, index$8_initUlnStruct as initUlnStruct, index$8_initVerifyInstructionDiscriminator as initVerifyInstructionDiscriminator, index$8_initVerifyStruct as initVerifyStruct, quoteInstructionDiscriminator$1 as quoteInstructionDiscriminator, quoteStruct$1 as quoteStruct, sendInstructionDiscriminator$1 as sendInstructionDiscriminator, sendStruct$1 as sendStruct, index$8_sendWithLzTokenInstructionDiscriminator as sendWithLzTokenInstructionDiscriminator, index$8_sendWithLzTokenStruct as sendWithLzTokenStruct, index$8_setConfigInstructionDiscriminator as setConfigInstructionDiscriminator, index$8_setConfigStruct as setConfigStruct, index$8_setDefaultConfigInstructionDiscriminator as setDefaultConfigInstructionDiscriminator, index$8_setDefaultConfigStruct as setDefaultConfigStruct, index$8_setTreasuryInstructionDiscriminator as setTreasuryInstructionDiscriminator, index$8_setTreasuryStruct as setTreasuryStruct, transferAdminInstructionDiscriminator$2 as transferAdminInstructionDiscriminator, transferAdminStruct$2 as transferAdminStruct, index$8_verifyInstructionDiscriminator as verifyInstructionDiscriminator, index$8_verifyStruct as verifyStruct, versionInstructionDiscriminator$2 as versionInstructionDiscriminator, versionStruct$2 as versionStruct, index$8_withdrawRentInstructionDiscriminator as withdrawRentInstructionDiscriminator, index$8_withdrawRentStruct as withdrawRentStruct };
|
|
12595
12693
|
}
|
|
12596
12694
|
|
|
12597
12695
|
/**
|
|
@@ -12629,6 +12727,7 @@ type Version$1 = {
|
|
|
12629
12727
|
*/
|
|
12630
12728
|
declare const versionBeet$1: beet.BeetArgsStruct<Version$1>;
|
|
12631
12729
|
|
|
12730
|
+
type index$7_CloseVerifyParams = CloseVerifyParams;
|
|
12632
12731
|
type index$7_CommitVerificationParams = CommitVerificationParams;
|
|
12633
12732
|
type index$7_Config = Config;
|
|
12634
12733
|
type index$7_ConfigRecord = ConfigRecord;
|
|
@@ -12649,6 +12748,7 @@ type index$7_UlnConfig = UlnConfig;
|
|
|
12649
12748
|
type index$7_VerifyParams = VerifyParams;
|
|
12650
12749
|
type index$7_WithdrawRentParams = WithdrawRentParams;
|
|
12651
12750
|
type index$7_WorkerFee = WorkerFee;
|
|
12751
|
+
declare const index$7_closeVerifyParamsBeet: typeof closeVerifyParamsBeet;
|
|
12652
12752
|
declare const index$7_commitVerificationParamsBeet: typeof commitVerificationParamsBeet;
|
|
12653
12753
|
declare const index$7_configBeet: typeof configBeet;
|
|
12654
12754
|
declare const index$7_executorConfigBeet: typeof executorConfigBeet;
|
|
@@ -12672,7 +12772,7 @@ declare const index$7_verifyParamsBeet: typeof verifyParamsBeet;
|
|
|
12672
12772
|
declare const index$7_withdrawRentParamsBeet: typeof withdrawRentParamsBeet;
|
|
12673
12773
|
declare const index$7_workerFeeBeet: typeof workerFeeBeet;
|
|
12674
12774
|
declare namespace index$7 {
|
|
12675
|
-
export { type index$7_CommitVerificationParams as CommitVerificationParams, type index$7_Config as Config, type index$7_ConfigRecord as ConfigRecord, type index$7_ExecutorConfig as ExecutorConfig, type index$7_InitConfigParams as InitConfigParams, type index$7_InitDefaultConfigParams as InitDefaultConfigParams, type index$7_InitUlnParams as InitUlnParams, type index$7_InitVerifyParams as InitVerifyParams, type index$7_LzTokenTreasury as LzTokenTreasury, type MessagingFee$1 as MessagingFee, type index$7_Packet as Packet, type QuoteParams$1 as QuoteParams, type SendParams$1 as SendParams, type index$7_SendWithLzTokenParams as SendWithLzTokenParams, type index$7_SetConfigParams as SetConfigParams, type index$7_SetDefaultConfigParams as SetDefaultConfigParams, type index$7_SetTreasuryParams as SetTreasuryParams, type TransferAdminParams$2 as TransferAdminParams, type index$7_Treasury as Treasury, type index$7_TreasuryFee as TreasuryFee, type index$7_UlnConfig as UlnConfig, type index$7_VerifyParams as VerifyParams, type Version$1 as Version, type index$7_WithdrawRentParams as WithdrawRentParams, type index$7_WorkerFee as WorkerFee, index$7_commitVerificationParamsBeet as commitVerificationParamsBeet, index$7_configBeet as configBeet, index$7_executorConfigBeet as executorConfigBeet, index$7_initConfigParamsBeet as initConfigParamsBeet, index$7_initDefaultConfigParamsBeet as initDefaultConfigParamsBeet, index$7_initUlnParamsBeet as initUlnParamsBeet, index$7_initVerifyParamsBeet as initVerifyParamsBeet, index$7_isConfigExecutor as isConfigExecutor, index$7_isConfigReceiveUln as isConfigReceiveUln, index$7_isConfigSendUln as isConfigSendUln, index$7_lzTokenTreasuryBeet as lzTokenTreasuryBeet, messagingFeeBeet$1 as messagingFeeBeet, index$7_packetBeet as packetBeet, quoteParamsBeet$1 as quoteParamsBeet, sendParamsBeet$1 as sendParamsBeet, index$7_sendWithLzTokenParamsBeet as sendWithLzTokenParamsBeet, index$7_setConfigParamsBeet as setConfigParamsBeet, index$7_setDefaultConfigParamsBeet as setDefaultConfigParamsBeet, index$7_setTreasuryParamsBeet as setTreasuryParamsBeet, transferAdminParamsBeet$2 as transferAdminParamsBeet, index$7_treasuryBeet as treasuryBeet, index$7_treasuryFeeBeet as treasuryFeeBeet, index$7_ulnConfigBeet as ulnConfigBeet, index$7_verifyParamsBeet as verifyParamsBeet, versionBeet$1 as versionBeet, index$7_withdrawRentParamsBeet as withdrawRentParamsBeet, index$7_workerFeeBeet as workerFeeBeet };
|
|
12775
|
+
export { type index$7_CloseVerifyParams as CloseVerifyParams, type index$7_CommitVerificationParams as CommitVerificationParams, type index$7_Config as Config, type index$7_ConfigRecord as ConfigRecord, type index$7_ExecutorConfig as ExecutorConfig, type index$7_InitConfigParams as InitConfigParams, type index$7_InitDefaultConfigParams as InitDefaultConfigParams, type index$7_InitUlnParams as InitUlnParams, type index$7_InitVerifyParams as InitVerifyParams, type index$7_LzTokenTreasury as LzTokenTreasury, type MessagingFee$1 as MessagingFee, type index$7_Packet as Packet, type QuoteParams$1 as QuoteParams, type SendParams$1 as SendParams, type index$7_SendWithLzTokenParams as SendWithLzTokenParams, type index$7_SetConfigParams as SetConfigParams, type index$7_SetDefaultConfigParams as SetDefaultConfigParams, type index$7_SetTreasuryParams as SetTreasuryParams, type TransferAdminParams$2 as TransferAdminParams, type index$7_Treasury as Treasury, type index$7_TreasuryFee as TreasuryFee, type index$7_UlnConfig as UlnConfig, type index$7_VerifyParams as VerifyParams, type Version$1 as Version, type index$7_WithdrawRentParams as WithdrawRentParams, type index$7_WorkerFee as WorkerFee, index$7_closeVerifyParamsBeet as closeVerifyParamsBeet, index$7_commitVerificationParamsBeet as commitVerificationParamsBeet, index$7_configBeet as configBeet, index$7_executorConfigBeet as executorConfigBeet, index$7_initConfigParamsBeet as initConfigParamsBeet, index$7_initDefaultConfigParamsBeet as initDefaultConfigParamsBeet, index$7_initUlnParamsBeet as initUlnParamsBeet, index$7_initVerifyParamsBeet as initVerifyParamsBeet, index$7_isConfigExecutor as isConfigExecutor, index$7_isConfigReceiveUln as isConfigReceiveUln, index$7_isConfigSendUln as isConfigSendUln, index$7_lzTokenTreasuryBeet as lzTokenTreasuryBeet, messagingFeeBeet$1 as messagingFeeBeet, index$7_packetBeet as packetBeet, quoteParamsBeet$1 as quoteParamsBeet, sendParamsBeet$1 as sendParamsBeet, index$7_sendWithLzTokenParamsBeet as sendWithLzTokenParamsBeet, index$7_setConfigParamsBeet as setConfigParamsBeet, index$7_setDefaultConfigParamsBeet as setDefaultConfigParamsBeet, index$7_setTreasuryParamsBeet as setTreasuryParamsBeet, transferAdminParamsBeet$2 as transferAdminParamsBeet, index$7_treasuryBeet as treasuryBeet, index$7_treasuryFeeBeet as treasuryFeeBeet, index$7_ulnConfigBeet as ulnConfigBeet, index$7_verifyParamsBeet as verifyParamsBeet, versionBeet$1 as versionBeet, index$7_withdrawRentParamsBeet as withdrawRentParamsBeet, index$7_workerFeeBeet as workerFeeBeet };
|
|
12676
12776
|
}
|
|
12677
12777
|
|
|
12678
12778
|
/**
|
|
@@ -12769,6 +12869,7 @@ declare class Uln implements MessageLibInterface {
|
|
|
12769
12869
|
}>;
|
|
12770
12870
|
initVerify(connection: Connection, payer: PublicKey, dvn: PublicKey, packetBytes: Uint8Array, commitmentOrConfig?: Commitment | GetAccountInfoConfig): Promise<TransactionInstruction | null>;
|
|
12771
12871
|
verify(dvn: PublicKey, packetBytes: Uint8Array, confirmations: number | string): TransactionInstruction;
|
|
12872
|
+
closeVerify(dvn: PublicKey, receiver: PublicKey, packetBytes: Uint8Array): TransactionInstruction;
|
|
12772
12873
|
isDvnVerified(connection: Connection, endpointProgram: PublicKey, dvn: PublicKey, packetBytes: Uint8Array, commitmentOrConfig?: Commitment | GetAccountInfoConfig): Promise<boolean>;
|
|
12773
12874
|
commitVerification(connection: Connection, endpointProgram: PublicKey, packetBytes: Uint8Array): Promise<TransactionInstruction>;
|
|
12774
12875
|
/***
|
|
@@ -12790,6 +12891,9 @@ declare class Uln implements MessageLibInterface {
|
|
|
12790
12891
|
|
|
12791
12892
|
type uln_AtLeastOneDVNError = AtLeastOneDVNError;
|
|
12792
12893
|
declare const uln_AtLeastOneDVNError: typeof AtLeastOneDVNError;
|
|
12894
|
+
type uln_CloseVerifyInstructionAccounts = CloseVerifyInstructionAccounts;
|
|
12895
|
+
type uln_CloseVerifyInstructionArgs = CloseVerifyInstructionArgs;
|
|
12896
|
+
type uln_CloseVerifyParams = CloseVerifyParams;
|
|
12793
12897
|
type uln_CommitVerificationInstructionAccounts = CommitVerificationInstructionAccounts;
|
|
12794
12898
|
type uln_CommitVerificationInstructionArgs = CommitVerificationInstructionArgs;
|
|
12795
12899
|
type uln_CommitVerificationParams = CommitVerificationParams;
|
|
@@ -12915,12 +13019,17 @@ type uln_WithdrawRentParams = WithdrawRentParams;
|
|
|
12915
13019
|
type uln_WorkerFee = WorkerFee;
|
|
12916
13020
|
type uln_ZeroMessageSizeError = ZeroMessageSizeError;
|
|
12917
13021
|
declare const uln_ZeroMessageSizeError: typeof ZeroMessageSizeError;
|
|
13022
|
+
declare const uln_closeVerifyInstructionDiscriminator: typeof closeVerifyInstructionDiscriminator;
|
|
13023
|
+
declare const uln_closeVerifyParamsBeet: typeof closeVerifyParamsBeet;
|
|
13024
|
+
declare const uln_closeVerifyStruct: typeof closeVerifyStruct;
|
|
12918
13025
|
declare const uln_commitVerificationInstructionDiscriminator: typeof commitVerificationInstructionDiscriminator;
|
|
12919
13026
|
declare const uln_commitVerificationParamsBeet: typeof commitVerificationParamsBeet;
|
|
12920
13027
|
declare const uln_commitVerificationStruct: typeof commitVerificationStruct;
|
|
12921
13028
|
declare const uln_configBeet: typeof configBeet;
|
|
12922
13029
|
declare const uln_confirmationsBeet: typeof confirmationsBeet;
|
|
12923
13030
|
declare const uln_confirmationsDiscriminator: typeof confirmationsDiscriminator;
|
|
13031
|
+
declare const uln_createCloseVerifyInstruction: typeof createCloseVerifyInstruction;
|
|
13032
|
+
declare const uln_createCloseVerifyInstructionAccounts: typeof createCloseVerifyInstructionAccounts;
|
|
12924
13033
|
declare const uln_createCommitVerificationInstruction: typeof createCommitVerificationInstruction;
|
|
12925
13034
|
declare const uln_createCommitVerificationInstructionAccounts: typeof createCommitVerificationInstructionAccounts;
|
|
12926
13035
|
declare const uln_createInitConfigInstruction: typeof createInitConfigInstruction;
|
|
@@ -12992,7 +13101,7 @@ declare const uln_withdrawRentParamsBeet: typeof withdrawRentParamsBeet;
|
|
|
12992
13101
|
declare const uln_withdrawRentStruct: typeof withdrawRentStruct;
|
|
12993
13102
|
declare const uln_workerFeeBeet: typeof workerFeeBeet;
|
|
12994
13103
|
declare namespace uln {
|
|
12995
|
-
export { uln_AtLeastOneDVNError as AtLeastOneDVNError, type uln_CommitVerificationInstructionAccounts as CommitVerificationInstructionAccounts, type uln_CommitVerificationInstructionArgs as CommitVerificationInstructionArgs, type uln_CommitVerificationParams as CommitVerificationParams, type uln_Config as Config, type uln_ConfigRecord as ConfigRecord, uln_Confirmations as Confirmations, type uln_ConfirmationsArgs as ConfirmationsArgs, uln_ExceededMaxMessageSizeError as ExceededMaxMessageSizeError, uln_ExceededU128Error as ExceededU128Error, type uln_ExecutorConfig as ExecutorConfig, type uln_InboundConfirmations as InboundConfirmations, type uln_InitConfigInstructionAccounts as InitConfigInstructionAccounts, type uln_InitConfigInstructionArgs as InitConfigInstructionArgs, type uln_InitConfigParams as InitConfigParams, type uln_InitDefaultConfigInstructionAccounts as InitDefaultConfigInstructionAccounts, type uln_InitDefaultConfigInstructionArgs as InitDefaultConfigInstructionArgs, type uln_InitDefaultConfigParams as InitDefaultConfigParams, type uln_InitUlnInstructionAccounts as InitUlnInstructionAccounts, type uln_InitUlnInstructionArgs as InitUlnInstructionArgs, type uln_InitUlnParams as InitUlnParams, type uln_InitVerifyInstructionAccounts as InitVerifyInstructionAccounts, type uln_InitVerifyInstructionArgs as InitVerifyInstructionArgs, type uln_InitVerifyParams as InitVerifyParams, uln_InsufficientFeeError as InsufficientFeeError, uln_InvalidAccountLengthError as InvalidAccountLengthError, uln_InvalidAmountError as InvalidAmountError, uln_InvalidBpsError as InvalidBpsError, uln_InvalidConfigTypeError as InvalidConfigTypeError, uln_InvalidConfirmationError as InvalidConfirmationError, uln_InvalidConfirmationsError as InvalidConfirmationsError, uln_InvalidDvnError as InvalidDvnError, uln_InvalidDvnProgramError as InvalidDvnProgramError, uln_InvalidEidError as InvalidEidError, uln_InvalidExecutorError as InvalidExecutorError, uln_InvalidExecutorProgramError as InvalidExecutorProgramError, uln_InvalidLzTokenMintError as InvalidLzTokenMintError, uln_InvalidOptionTypeError as InvalidOptionTypeError, uln_InvalidOptionalDVNCountError as InvalidOptionalDVNCountError, uln_InvalidOptionalDVNThresholdError as InvalidOptionalDVNThresholdError, uln_InvalidPacketVersionError as InvalidPacketVersionError, uln_InvalidPayerError as InvalidPayerError, uln_InvalidRequiredDVNCountError as InvalidRequiredDVNCountError, uln_InvalidTreasuryError as InvalidTreasuryError, uln_InvalidTreasuryFeeCapError as InvalidTreasuryFeeCapError, uln_InvalidType1SizeError as InvalidType1SizeError, uln_InvalidType2SizeError as InvalidType2SizeError, uln_InvalidWorkerIdError as InvalidWorkerIdError, type uln_LzTokenTreasury as LzTokenTreasury, uln_LzTokenUnavailableError as LzTokenUnavailableError, type uln_MaxMessageSize as MaxMessageSize, type MessagingFee$1 as MessagingFee, uln_NonSignerError as NonSignerError, type uln_OptionalOracles as OptionalOracles, type uln_Oracles as Oracles, type uln_OutboundConfirmations as OutboundConfirmations, PROGRAM_ADDRESS$1 as PROGRAM_ADDRESS, PROGRAM_ID$3 as PROGRAM_ID, type uln_Packet as Packet, type QuoteInstructionAccounts$1 as QuoteInstructionAccounts, type QuoteInstructionArgs$1 as QuoteInstructionArgs, type QuoteParams$1 as QuoteParams, uln_ReceiveConfig as ReceiveConfig, type uln_ReceiveConfigArgs as ReceiveConfigArgs, uln_SendConfig as SendConfig, type uln_SendConfigArgs as SendConfigArgs, type SendInstructionAccounts$1 as SendInstructionAccounts, type SendInstructionArgs$1 as SendInstructionArgs, type SendParams$1 as SendParams, type uln_SendWithLzTokenInstructionAccounts as SendWithLzTokenInstructionAccounts, type uln_SendWithLzTokenInstructionArgs as SendWithLzTokenInstructionArgs, type uln_SendWithLzTokenParams as SendWithLzTokenParams, type uln_SetConfigInstructionAccounts as SetConfigInstructionAccounts, type uln_SetConfigInstructionArgs as SetConfigInstructionArgs, type uln_SetConfigParams as SetConfigParams, type uln_SetDefaultConfigInstructionAccounts as SetDefaultConfigInstructionAccounts, type uln_SetDefaultConfigInstructionArgs as SetDefaultConfigInstructionArgs, type uln_SetDefaultConfigParams as SetDefaultConfigParams, type uln_SetTreasuryInstructionAccounts as SetTreasuryInstructionAccounts, type uln_SetTreasuryInstructionArgs as SetTreasuryInstructionArgs, type uln_SetTreasuryParams as SetTreasuryParams, type TransferAdminInstructionAccounts$2 as TransferAdminInstructionAccounts, type TransferAdminInstructionArgs$2 as TransferAdminInstructionArgs, type TransferAdminParams$2 as TransferAdminParams, type uln_Treasury as Treasury, type uln_TreasuryFee as TreasuryFee, uln_Uln as Uln, type uln_UlnConfig as UlnConfig, uln_UlnSettings as UlnSettings, type uln_UlnSettingsArgs as UlnSettingsArgs, uln_UnauthorizedError as UnauthorizedError, uln_UnsortedError as UnsortedError, type uln_VerifyInstructionAccounts as VerifyInstructionAccounts, type uln_VerifyInstructionArgs as VerifyInstructionArgs, type uln_VerifyParams as VerifyParams, uln_VerifyingError as VerifyingError, type Version$1 as Version, type uln_WithdrawRentInstructionAccounts as WithdrawRentInstructionAccounts, type uln_WithdrawRentInstructionArgs as WithdrawRentInstructionArgs, type uln_WithdrawRentParams as WithdrawRentParams, type uln_WorkerFee as WorkerFee, uln_ZeroMessageSizeError as ZeroMessageSizeError, accountProviders$2 as accountProviders, index$b as accounts, uln_commitVerificationInstructionDiscriminator as commitVerificationInstructionDiscriminator, uln_commitVerificationParamsBeet as commitVerificationParamsBeet, uln_commitVerificationStruct as commitVerificationStruct, uln_configBeet as configBeet, uln_confirmationsBeet as confirmationsBeet, uln_confirmationsDiscriminator as confirmationsDiscriminator, uln_createCommitVerificationInstruction as createCommitVerificationInstruction, uln_createCommitVerificationInstructionAccounts as createCommitVerificationInstructionAccounts, uln_createInitConfigInstruction as createInitConfigInstruction, uln_createInitConfigInstructionAccounts as createInitConfigInstructionAccounts, uln_createInitDefaultConfigInstruction as createInitDefaultConfigInstruction, uln_createInitDefaultConfigInstructionAccounts as createInitDefaultConfigInstructionAccounts, uln_createInitUlnInstruction as createInitUlnInstruction, uln_createInitUlnInstructionAccounts as createInitUlnInstructionAccounts, uln_createInitVerifyInstruction as createInitVerifyInstruction, uln_createInitVerifyInstructionAccounts as createInitVerifyInstructionAccounts, createQuoteInstruction$1 as createQuoteInstruction, createQuoteInstructionAccounts$1 as createQuoteInstructionAccounts, createSendInstruction$1 as createSendInstruction, createSendInstructionAccounts$1 as createSendInstructionAccounts, uln_createSendWithLzTokenInstruction as createSendWithLzTokenInstruction, uln_createSendWithLzTokenInstructionAccounts as createSendWithLzTokenInstructionAccounts, uln_createSetConfigInstruction as createSetConfigInstruction, uln_createSetConfigInstructionAccounts as createSetConfigInstructionAccounts, uln_createSetDefaultConfigInstruction as createSetDefaultConfigInstruction, uln_createSetDefaultConfigInstructionAccounts as createSetDefaultConfigInstructionAccounts, uln_createSetTreasuryInstruction as createSetTreasuryInstruction, uln_createSetTreasuryInstructionAccounts as createSetTreasuryInstructionAccounts, createTransferAdminInstruction$2 as createTransferAdminInstruction, createTransferAdminInstructionAccounts$2 as createTransferAdminInstructionAccounts, uln_createVerifyInstruction as createVerifyInstruction, uln_createVerifyInstructionAccounts as createVerifyInstructionAccounts, createVersionInstruction$2 as createVersionInstruction, createVersionInstructionAccounts$2 as createVersionInstructionAccounts, uln_createWithdrawRentInstruction as createWithdrawRentInstruction, uln_createWithdrawRentInstructionAccounts as createWithdrawRentInstructionAccounts, uln_errorFromCode as errorFromCode, uln_errorFromName as errorFromName, index$a as errors, index$9 as events, uln_executorConfigBeet as executorConfigBeet, uln_initConfigInstructionDiscriminator as initConfigInstructionDiscriminator, uln_initConfigParamsBeet as initConfigParamsBeet, uln_initConfigStruct as initConfigStruct, uln_initDefaultConfigInstructionDiscriminator as initDefaultConfigInstructionDiscriminator, uln_initDefaultConfigParamsBeet as initDefaultConfigParamsBeet, uln_initDefaultConfigStruct as initDefaultConfigStruct, uln_initUlnInstructionDiscriminator as initUlnInstructionDiscriminator, uln_initUlnParamsBeet as initUlnParamsBeet, uln_initUlnStruct as initUlnStruct, uln_initVerifyInstructionDiscriminator as initVerifyInstructionDiscriminator, uln_initVerifyParamsBeet as initVerifyParamsBeet, uln_initVerifyStruct as initVerifyStruct, index$8 as instructions, uln_isConfigExecutor as isConfigExecutor, uln_isConfigReceiveUln as isConfigReceiveUln, uln_isConfigSendUln as isConfigSendUln, uln_lzTokenTreasuryBeet as lzTokenTreasuryBeet, messagingFeeBeet$1 as messagingFeeBeet, uln_packetBeet as packetBeet, quoteInstructionDiscriminator$1 as quoteInstructionDiscriminator, quoteParamsBeet$1 as quoteParamsBeet, quoteStruct$1 as quoteStruct, uln_receiveConfigBeet as receiveConfigBeet, uln_receiveConfigDiscriminator as receiveConfigDiscriminator, uln_sendConfigBeet as sendConfigBeet, uln_sendConfigDiscriminator as sendConfigDiscriminator, sendInstructionDiscriminator$1 as sendInstructionDiscriminator, sendParamsBeet$1 as sendParamsBeet, sendStruct$1 as sendStruct, uln_sendWithLzTokenInstructionDiscriminator as sendWithLzTokenInstructionDiscriminator, uln_sendWithLzTokenParamsBeet as sendWithLzTokenParamsBeet, uln_sendWithLzTokenStruct as sendWithLzTokenStruct, uln_setConfigInstructionDiscriminator as setConfigInstructionDiscriminator, uln_setConfigParamsBeet as setConfigParamsBeet, uln_setConfigStruct as setConfigStruct, uln_setDefaultConfigInstructionDiscriminator as setDefaultConfigInstructionDiscriminator, uln_setDefaultConfigParamsBeet as setDefaultConfigParamsBeet, uln_setDefaultConfigStruct as setDefaultConfigStruct, uln_setTreasuryInstructionDiscriminator as setTreasuryInstructionDiscriminator, uln_setTreasuryParamsBeet as setTreasuryParamsBeet, uln_setTreasuryStruct as setTreasuryStruct, transferAdminInstructionDiscriminator$2 as transferAdminInstructionDiscriminator, transferAdminParamsBeet$2 as transferAdminParamsBeet, transferAdminStruct$2 as transferAdminStruct, uln_treasuryBeet as treasuryBeet, uln_treasuryFeeBeet as treasuryFeeBeet, index$7 as types, uln_ulnConfigBeet as ulnConfigBeet, uln_ulnSettingsBeet as ulnSettingsBeet, uln_ulnSettingsDiscriminator as ulnSettingsDiscriminator, uln_verifyInstructionDiscriminator as verifyInstructionDiscriminator, uln_verifyParamsBeet as verifyParamsBeet, uln_verifyStruct as verifyStruct, versionBeet$1 as versionBeet, versionInstructionDiscriminator$2 as versionInstructionDiscriminator, versionStruct$2 as versionStruct, uln_withdrawRentInstructionDiscriminator as withdrawRentInstructionDiscriminator, uln_withdrawRentParamsBeet as withdrawRentParamsBeet, uln_withdrawRentStruct as withdrawRentStruct, uln_workerFeeBeet as workerFeeBeet };
|
|
13104
|
+
export { uln_AtLeastOneDVNError as AtLeastOneDVNError, type uln_CloseVerifyInstructionAccounts as CloseVerifyInstructionAccounts, type uln_CloseVerifyInstructionArgs as CloseVerifyInstructionArgs, type uln_CloseVerifyParams as CloseVerifyParams, type uln_CommitVerificationInstructionAccounts as CommitVerificationInstructionAccounts, type uln_CommitVerificationInstructionArgs as CommitVerificationInstructionArgs, type uln_CommitVerificationParams as CommitVerificationParams, type uln_Config as Config, type uln_ConfigRecord as ConfigRecord, uln_Confirmations as Confirmations, type uln_ConfirmationsArgs as ConfirmationsArgs, uln_ExceededMaxMessageSizeError as ExceededMaxMessageSizeError, uln_ExceededU128Error as ExceededU128Error, type uln_ExecutorConfig as ExecutorConfig, type uln_InboundConfirmations as InboundConfirmations, type uln_InitConfigInstructionAccounts as InitConfigInstructionAccounts, type uln_InitConfigInstructionArgs as InitConfigInstructionArgs, type uln_InitConfigParams as InitConfigParams, type uln_InitDefaultConfigInstructionAccounts as InitDefaultConfigInstructionAccounts, type uln_InitDefaultConfigInstructionArgs as InitDefaultConfigInstructionArgs, type uln_InitDefaultConfigParams as InitDefaultConfigParams, type uln_InitUlnInstructionAccounts as InitUlnInstructionAccounts, type uln_InitUlnInstructionArgs as InitUlnInstructionArgs, type uln_InitUlnParams as InitUlnParams, type uln_InitVerifyInstructionAccounts as InitVerifyInstructionAccounts, type uln_InitVerifyInstructionArgs as InitVerifyInstructionArgs, type uln_InitVerifyParams as InitVerifyParams, uln_InsufficientFeeError as InsufficientFeeError, uln_InvalidAccountLengthError as InvalidAccountLengthError, uln_InvalidAmountError as InvalidAmountError, uln_InvalidBpsError as InvalidBpsError, uln_InvalidConfigTypeError as InvalidConfigTypeError, uln_InvalidConfirmationError as InvalidConfirmationError, uln_InvalidConfirmationsError as InvalidConfirmationsError, uln_InvalidDvnError as InvalidDvnError, uln_InvalidDvnProgramError as InvalidDvnProgramError, uln_InvalidEidError as InvalidEidError, uln_InvalidExecutorError as InvalidExecutorError, uln_InvalidExecutorProgramError as InvalidExecutorProgramError, uln_InvalidLzTokenMintError as InvalidLzTokenMintError, uln_InvalidOptionTypeError as InvalidOptionTypeError, uln_InvalidOptionalDVNCountError as InvalidOptionalDVNCountError, uln_InvalidOptionalDVNThresholdError as InvalidOptionalDVNThresholdError, uln_InvalidPacketVersionError as InvalidPacketVersionError, uln_InvalidPayerError as InvalidPayerError, uln_InvalidRequiredDVNCountError as InvalidRequiredDVNCountError, uln_InvalidTreasuryError as InvalidTreasuryError, uln_InvalidTreasuryFeeCapError as InvalidTreasuryFeeCapError, uln_InvalidType1SizeError as InvalidType1SizeError, uln_InvalidType2SizeError as InvalidType2SizeError, uln_InvalidWorkerIdError as InvalidWorkerIdError, type uln_LzTokenTreasury as LzTokenTreasury, uln_LzTokenUnavailableError as LzTokenUnavailableError, type uln_MaxMessageSize as MaxMessageSize, type MessagingFee$1 as MessagingFee, uln_NonSignerError as NonSignerError, type uln_OptionalOracles as OptionalOracles, type uln_Oracles as Oracles, type uln_OutboundConfirmations as OutboundConfirmations, PROGRAM_ADDRESS$1 as PROGRAM_ADDRESS, PROGRAM_ID$3 as PROGRAM_ID, type uln_Packet as Packet, type QuoteInstructionAccounts$1 as QuoteInstructionAccounts, type QuoteInstructionArgs$1 as QuoteInstructionArgs, type QuoteParams$1 as QuoteParams, uln_ReceiveConfig as ReceiveConfig, type uln_ReceiveConfigArgs as ReceiveConfigArgs, uln_SendConfig as SendConfig, type uln_SendConfigArgs as SendConfigArgs, type SendInstructionAccounts$1 as SendInstructionAccounts, type SendInstructionArgs$1 as SendInstructionArgs, type SendParams$1 as SendParams, type uln_SendWithLzTokenInstructionAccounts as SendWithLzTokenInstructionAccounts, type uln_SendWithLzTokenInstructionArgs as SendWithLzTokenInstructionArgs, type uln_SendWithLzTokenParams as SendWithLzTokenParams, type uln_SetConfigInstructionAccounts as SetConfigInstructionAccounts, type uln_SetConfigInstructionArgs as SetConfigInstructionArgs, type uln_SetConfigParams as SetConfigParams, type uln_SetDefaultConfigInstructionAccounts as SetDefaultConfigInstructionAccounts, type uln_SetDefaultConfigInstructionArgs as SetDefaultConfigInstructionArgs, type uln_SetDefaultConfigParams as SetDefaultConfigParams, type uln_SetTreasuryInstructionAccounts as SetTreasuryInstructionAccounts, type uln_SetTreasuryInstructionArgs as SetTreasuryInstructionArgs, type uln_SetTreasuryParams as SetTreasuryParams, type TransferAdminInstructionAccounts$2 as TransferAdminInstructionAccounts, type TransferAdminInstructionArgs$2 as TransferAdminInstructionArgs, type TransferAdminParams$2 as TransferAdminParams, type uln_Treasury as Treasury, type uln_TreasuryFee as TreasuryFee, uln_Uln as Uln, type uln_UlnConfig as UlnConfig, uln_UlnSettings as UlnSettings, type uln_UlnSettingsArgs as UlnSettingsArgs, uln_UnauthorizedError as UnauthorizedError, uln_UnsortedError as UnsortedError, type uln_VerifyInstructionAccounts as VerifyInstructionAccounts, type uln_VerifyInstructionArgs as VerifyInstructionArgs, type uln_VerifyParams as VerifyParams, uln_VerifyingError as VerifyingError, type Version$1 as Version, type uln_WithdrawRentInstructionAccounts as WithdrawRentInstructionAccounts, type uln_WithdrawRentInstructionArgs as WithdrawRentInstructionArgs, type uln_WithdrawRentParams as WithdrawRentParams, type uln_WorkerFee as WorkerFee, uln_ZeroMessageSizeError as ZeroMessageSizeError, accountProviders$2 as accountProviders, index$b as accounts, uln_closeVerifyInstructionDiscriminator as closeVerifyInstructionDiscriminator, uln_closeVerifyParamsBeet as closeVerifyParamsBeet, uln_closeVerifyStruct as closeVerifyStruct, uln_commitVerificationInstructionDiscriminator as commitVerificationInstructionDiscriminator, uln_commitVerificationParamsBeet as commitVerificationParamsBeet, uln_commitVerificationStruct as commitVerificationStruct, uln_configBeet as configBeet, uln_confirmationsBeet as confirmationsBeet, uln_confirmationsDiscriminator as confirmationsDiscriminator, uln_createCloseVerifyInstruction as createCloseVerifyInstruction, uln_createCloseVerifyInstructionAccounts as createCloseVerifyInstructionAccounts, uln_createCommitVerificationInstruction as createCommitVerificationInstruction, uln_createCommitVerificationInstructionAccounts as createCommitVerificationInstructionAccounts, uln_createInitConfigInstruction as createInitConfigInstruction, uln_createInitConfigInstructionAccounts as createInitConfigInstructionAccounts, uln_createInitDefaultConfigInstruction as createInitDefaultConfigInstruction, uln_createInitDefaultConfigInstructionAccounts as createInitDefaultConfigInstructionAccounts, uln_createInitUlnInstruction as createInitUlnInstruction, uln_createInitUlnInstructionAccounts as createInitUlnInstructionAccounts, uln_createInitVerifyInstruction as createInitVerifyInstruction, uln_createInitVerifyInstructionAccounts as createInitVerifyInstructionAccounts, createQuoteInstruction$1 as createQuoteInstruction, createQuoteInstructionAccounts$1 as createQuoteInstructionAccounts, createSendInstruction$1 as createSendInstruction, createSendInstructionAccounts$1 as createSendInstructionAccounts, uln_createSendWithLzTokenInstruction as createSendWithLzTokenInstruction, uln_createSendWithLzTokenInstructionAccounts as createSendWithLzTokenInstructionAccounts, uln_createSetConfigInstruction as createSetConfigInstruction, uln_createSetConfigInstructionAccounts as createSetConfigInstructionAccounts, uln_createSetDefaultConfigInstruction as createSetDefaultConfigInstruction, uln_createSetDefaultConfigInstructionAccounts as createSetDefaultConfigInstructionAccounts, uln_createSetTreasuryInstruction as createSetTreasuryInstruction, uln_createSetTreasuryInstructionAccounts as createSetTreasuryInstructionAccounts, createTransferAdminInstruction$2 as createTransferAdminInstruction, createTransferAdminInstructionAccounts$2 as createTransferAdminInstructionAccounts, uln_createVerifyInstruction as createVerifyInstruction, uln_createVerifyInstructionAccounts as createVerifyInstructionAccounts, createVersionInstruction$2 as createVersionInstruction, createVersionInstructionAccounts$2 as createVersionInstructionAccounts, uln_createWithdrawRentInstruction as createWithdrawRentInstruction, uln_createWithdrawRentInstructionAccounts as createWithdrawRentInstructionAccounts, uln_errorFromCode as errorFromCode, uln_errorFromName as errorFromName, index$a as errors, index$9 as events, uln_executorConfigBeet as executorConfigBeet, uln_initConfigInstructionDiscriminator as initConfigInstructionDiscriminator, uln_initConfigParamsBeet as initConfigParamsBeet, uln_initConfigStruct as initConfigStruct, uln_initDefaultConfigInstructionDiscriminator as initDefaultConfigInstructionDiscriminator, uln_initDefaultConfigParamsBeet as initDefaultConfigParamsBeet, uln_initDefaultConfigStruct as initDefaultConfigStruct, uln_initUlnInstructionDiscriminator as initUlnInstructionDiscriminator, uln_initUlnParamsBeet as initUlnParamsBeet, uln_initUlnStruct as initUlnStruct, uln_initVerifyInstructionDiscriminator as initVerifyInstructionDiscriminator, uln_initVerifyParamsBeet as initVerifyParamsBeet, uln_initVerifyStruct as initVerifyStruct, index$8 as instructions, uln_isConfigExecutor as isConfigExecutor, uln_isConfigReceiveUln as isConfigReceiveUln, uln_isConfigSendUln as isConfigSendUln, uln_lzTokenTreasuryBeet as lzTokenTreasuryBeet, messagingFeeBeet$1 as messagingFeeBeet, uln_packetBeet as packetBeet, quoteInstructionDiscriminator$1 as quoteInstructionDiscriminator, quoteParamsBeet$1 as quoteParamsBeet, quoteStruct$1 as quoteStruct, uln_receiveConfigBeet as receiveConfigBeet, uln_receiveConfigDiscriminator as receiveConfigDiscriminator, uln_sendConfigBeet as sendConfigBeet, uln_sendConfigDiscriminator as sendConfigDiscriminator, sendInstructionDiscriminator$1 as sendInstructionDiscriminator, sendParamsBeet$1 as sendParamsBeet, sendStruct$1 as sendStruct, uln_sendWithLzTokenInstructionDiscriminator as sendWithLzTokenInstructionDiscriminator, uln_sendWithLzTokenParamsBeet as sendWithLzTokenParamsBeet, uln_sendWithLzTokenStruct as sendWithLzTokenStruct, uln_setConfigInstructionDiscriminator as setConfigInstructionDiscriminator, uln_setConfigParamsBeet as setConfigParamsBeet, uln_setConfigStruct as setConfigStruct, uln_setDefaultConfigInstructionDiscriminator as setDefaultConfigInstructionDiscriminator, uln_setDefaultConfigParamsBeet as setDefaultConfigParamsBeet, uln_setDefaultConfigStruct as setDefaultConfigStruct, uln_setTreasuryInstructionDiscriminator as setTreasuryInstructionDiscriminator, uln_setTreasuryParamsBeet as setTreasuryParamsBeet, uln_setTreasuryStruct as setTreasuryStruct, transferAdminInstructionDiscriminator$2 as transferAdminInstructionDiscriminator, transferAdminParamsBeet$2 as transferAdminParamsBeet, transferAdminStruct$2 as transferAdminStruct, uln_treasuryBeet as treasuryBeet, uln_treasuryFeeBeet as treasuryFeeBeet, index$7 as types, uln_ulnConfigBeet as ulnConfigBeet, uln_ulnSettingsBeet as ulnSettingsBeet, uln_ulnSettingsDiscriminator as ulnSettingsDiscriminator, uln_verifyInstructionDiscriminator as verifyInstructionDiscriminator, uln_verifyParamsBeet as verifyParamsBeet, uln_verifyStruct as verifyStruct, versionBeet$1 as versionBeet, versionInstructionDiscriminator$2 as versionInstructionDiscriminator, versionStruct$2 as versionStruct, uln_withdrawRentInstructionDiscriminator as withdrawRentInstructionDiscriminator, uln_withdrawRentParamsBeet as withdrawRentParamsBeet, uln_withdrawRentStruct as withdrawRentStruct, uln_workerFeeBeet as workerFeeBeet };
|
|
12996
13105
|
}
|
|
12997
13106
|
|
|
12998
13107
|
/**
|