@layerzerolabs/lz-solana-sdk-v2 2.3.37 → 2.3.39

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/index.d.mts CHANGED
@@ -129,8 +129,8 @@ declare class PriceFeedPDADeriver {
129
129
  priceFeed(): [PublicKey, number];
130
130
  }
131
131
  declare class OftPDADeriver {
132
- program: PublicKey;
133
- constructor(program?: PublicKey);
132
+ readonly program: PublicKey;
133
+ constructor(program: PublicKey);
134
134
  config(): [PublicKey, number];
135
135
  enforcedOptions(oftConfig: PublicKey, eid: number): [PublicKey, number];
136
136
  peer(oftConfig: PublicKey, eid: number): [PublicKey, number];
@@ -4341,7 +4341,7 @@ declare namespace index$r {
4341
4341
  * @category constants
4342
4342
  * @category generated
4343
4343
  */
4344
- declare const PROGRAM_ID$7: PublicKey;
4344
+ declare const PROGRAM_ID$6: PublicKey;
4345
4345
 
4346
4346
  /**
4347
4347
  * This code was GENERATED using the solita package.
@@ -6479,7 +6479,7 @@ declare namespace index$m {
6479
6479
  * @category constants
6480
6480
  * @category generated
6481
6481
  */
6482
- declare const PROGRAM_ID$6: PublicKey;
6482
+ declare const PROGRAM_ID$5: PublicKey;
6483
6483
 
6484
6484
  declare const EventEmitDiscriminator = "e445a52e51cb9a1d";
6485
6485
  declare const DefaultMessageLib: PublicKey;
@@ -6597,7 +6597,7 @@ type endpoint_Endpoint = Endpoint;
6597
6597
  declare const endpoint_Endpoint: typeof Endpoint;
6598
6598
  declare const endpoint_EventEmitDiscriminator: typeof EventEmitDiscriminator;
6599
6599
  declare namespace endpoint {
6600
- export { endpoint_DefaultMessageLib as DefaultMessageLib, endpoint_Endpoint as Endpoint, endpoint_EventEmitDiscriminator as EventEmitDiscriminator, PROGRAM_ID$7 as PROGRAM_ID, index$u as accounts, index$t as errors, index$q as events, index$s as instructions, index$r as types };
6600
+ export { endpoint_DefaultMessageLib as DefaultMessageLib, endpoint_Endpoint as Endpoint, endpoint_EventEmitDiscriminator as EventEmitDiscriminator, PROGRAM_ID$6 as PROGRAM_ID, index$u as accounts, index$t as errors, index$q as events, index$s as instructions, index$r as types };
6601
6601
  }
6602
6602
 
6603
6603
  declare class SimpleMessageLib implements MessageLibInterface {
@@ -6624,7 +6624,7 @@ declare class SimpleMessageLib implements MessageLibInterface {
6624
6624
  type simpleMessageLib_SimpleMessageLib = SimpleMessageLib;
6625
6625
  declare const simpleMessageLib_SimpleMessageLib: typeof SimpleMessageLib;
6626
6626
  declare namespace simpleMessageLib {
6627
- export { PROGRAM_ID$6 as PROGRAM_ID, simpleMessageLib_SimpleMessageLib as SimpleMessageLib, index$p as accounts, index$o as errors, index$n as instructions, index$m as types };
6627
+ export { PROGRAM_ID$5 as PROGRAM_ID, simpleMessageLib_SimpleMessageLib as SimpleMessageLib, index$p as accounts, index$o as errors, index$n as instructions, index$m as types };
6628
6628
  }
6629
6629
 
6630
6630
  /**
@@ -8194,7 +8194,7 @@ declare const PROGRAM_ADDRESS$3 = "HtEYV4xB4wvsj5fgTkcfuChYpvGYzgzwvNhgDZQNh7wW"
8194
8194
  * @category constants
8195
8195
  * @category generated
8196
8196
  */
8197
- declare const PROGRAM_ID$5: PublicKey;
8197
+ declare const PROGRAM_ID$4: PublicKey;
8198
8198
 
8199
8199
  type index$h_AdminConfig = AdminConfig;
8200
8200
  type index$h_AdminConfigRecord = AdminConfigRecord;
@@ -8301,7 +8301,7 @@ declare const index$h_withdrawFeeInstructionDiscriminator: typeof withdrawFeeIns
8301
8301
  declare const index$h_withdrawFeeParamsBeet: typeof withdrawFeeParamsBeet;
8302
8302
  declare const index$h_withdrawFeeStruct: typeof withdrawFeeStruct;
8303
8303
  declare namespace index$h {
8304
- export { type Acl$1 as Acl, type index$h_AdminConfig as AdminConfig, type index$h_AdminConfigRecord as AdminConfigRecord, type index$h_CloseExecuteInstructionAccounts as CloseExecuteInstructionAccounts, type index$h_CloseExecuteInstructionArgs as CloseExecuteInstructionArgs, type index$h_CloseExecuteParams as CloseExecuteParams, type DstConfig$1 as DstConfig, index$h_DuplicateSignatureError as DuplicateSignatureError, index$h_DvnConfig as DvnConfig, type index$h_DvnConfigArgs as DvnConfigArgs, EidNotSupportedError$1 as EidNotSupportedError, index$h_ExecuteHash as ExecuteHash, type index$h_ExecuteHashArgs as ExecuteHashArgs, type index$h_ExecuteTransactionDigest as ExecuteTransactionDigest, index$h_ExpiredError as ExpiredError, type index$h_InitDvnInstructionAccounts as InitDvnInstructionAccounts, type index$h_InitDvnInstructionArgs as InitDvnInstructionArgs, type index$h_InitDvnParams as InitDvnParams, InvalidAmountError$1 as InvalidAmountError, index$h_InvalidQuorumError as InvalidQuorumError, index$h_InvalidSignatureLenError as InvalidSignatureLenError, index$h_InvalidSignersLenError as InvalidSignersLenError, index$h_InvalidVidError as InvalidVidError, type index$h_InvokeInstructionAccounts as InvokeInstructionAccounts, type index$h_InvokeInstructionArgs as InvokeInstructionArgs, type index$h_InvokeParams as InvokeParams, type LzOption$1 as LzOption, MsgLibNotAllowedError$1 as MsgLibNotAllowedError, type index$h_Multisig as Multisig, type index$h_MultisigConfig as MultisigConfig, type index$h_MultisigConfigRecord as MultisigConfigRecord, NotAdminError$1 as NotAdminError, PROGRAM_ADDRESS$3 as PROGRAM_ADDRESS, PROGRAM_ID$5 as PROGRAM_ID, PausedError$1 as PausedError, type index$h_QuoteDvnInstructionAccounts as QuoteDvnInstructionAccounts, type index$h_QuoteDvnInstructionArgs as QuoteDvnInstructionArgs, type index$h_QuoteDvnParams as QuoteDvnParams, ReceiveConfig$1 as ReceiveConfig, type ReceiveConfigArgs$1 as ReceiveConfigArgs, type SetConfigInstructionAccounts$1 as SetConfigInstructionAccounts, type SetConfigInstructionArgs$1 as SetConfigInstructionArgs, type SetConfigParams$1 as SetConfigParams, index$h_SignatureErrorError as SignatureErrorError, index$h_SignerNotInCommitteeError as SignerNotInCommitteeError, TooManyAdminsError$1 as TooManyAdminsError, TooManyOptionTypesError$1 as TooManyOptionTypesError, type index$h_TransactionAccount as TransactionAccount, type UlnConfig$1 as UlnConfig, index$h_UnexpiredExecuteHashError as UnexpiredExecuteHashError, index$h_UniqueOwnersError as UniqueOwnersError, type index$h_VerifiableInstructionAccounts as VerifiableInstructionAccounts, type index$h_VerifiableInstructionArgs as VerifiableInstructionArgs, type index$h_VerifiableParams as VerifiableParams, index$h_VerificationState as VerificationState, type index$h_WithdrawFeeInstructionAccounts as WithdrawFeeInstructionAccounts, type index$h_WithdrawFeeInstructionArgs as WithdrawFeeInstructionArgs, type index$h_WithdrawFeeParams as WithdrawFeeParams, accountProviders$4 as accountProviders, aclBeet$1 as aclBeet, index$h_adminConfigBeet as adminConfigBeet, index$h_closeExecuteInstructionDiscriminator as closeExecuteInstructionDiscriminator, index$h_closeExecuteParamsBeet as closeExecuteParamsBeet, index$h_closeExecuteStruct as closeExecuteStruct, index$h_createCloseExecuteInstruction as createCloseExecuteInstruction, index$h_createCloseExecuteInstructionAccounts as createCloseExecuteInstructionAccounts, index$h_createInitDvnInstruction as createInitDvnInstruction, index$h_createInitDvnInstructionAccounts as createInitDvnInstructionAccounts, index$h_createInvokeInstruction as createInvokeInstruction, index$h_createInvokeInstructionAccounts as createInvokeInstructionAccounts, index$h_createQuoteDvnInstruction as createQuoteDvnInstruction, index$h_createQuoteDvnInstructionAccounts as createQuoteDvnInstructionAccounts, createSetConfigInstruction$1 as createSetConfigInstruction, createSetConfigInstructionAccounts$1 as createSetConfigInstructionAccounts, index$h_createVerifiableInstruction as createVerifiableInstruction, index$h_createVerifiableInstructionAccounts as createVerifiableInstructionAccounts, index$h_createWithdrawFeeInstruction as createWithdrawFeeInstruction, index$h_createWithdrawFeeInstructionAccounts as createWithdrawFeeInstructionAccounts, dstConfigBeet$1 as dstConfigBeet, index$h_dvnConfigBeet as dvnConfigBeet, index$h_dvnConfigDiscriminator as dvnConfigDiscriminator, errorFromCode$2 as errorFromCode, errorFromName$2 as errorFromName, index$h_executeHashBeet as executeHashBeet, index$h_executeHashDiscriminator as executeHashDiscriminator, index$h_executeTransactionDigestBeet as executeTransactionDigestBeet, index$h_initDvnInstructionDiscriminator as initDvnInstructionDiscriminator, index$h_initDvnParamsBeet as initDvnParamsBeet, index$h_initDvnStruct as initDvnStruct, index$h_invokeInstructionDiscriminator as invokeInstructionDiscriminator, index$h_invokeParamsBeet as invokeParamsBeet, index$h_invokeStruct as invokeStruct, index$h_isAdminConfigAdmins as isAdminConfigAdmins, index$h_isAdminConfigDefaultMultiplierBps as isAdminConfigDefaultMultiplierBps, index$h_isAdminConfigDstConfigs as isAdminConfigDstConfigs, index$h_isAdminConfigPriceFeed as isAdminConfigPriceFeed, index$h_isMultisigConfigAdmins as isMultisigConfigAdmins, index$h_isMultisigConfigAllowlist as isMultisigConfigAllowlist, index$h_isMultisigConfigDenylist as isMultisigConfigDenylist, index$h_isMultisigConfigMsglibs as isMultisigConfigMsglibs, index$h_isMultisigConfigPaused as isMultisigConfigPaused, index$h_isMultisigConfigQuorum as isMultisigConfigQuorum, index$h_isMultisigConfigSigners as isMultisigConfigSigners, lzOptionBeet$1 as lzOptionBeet, index$h_multisigBeet as multisigBeet, index$h_multisigConfigBeet as multisigConfigBeet, index$h_quoteDvnInstructionDiscriminator as quoteDvnInstructionDiscriminator, index$h_quoteDvnParamsBeet as quoteDvnParamsBeet, index$h_quoteDvnStruct as quoteDvnStruct, receiveConfigBeet$1 as receiveConfigBeet, receiveConfigDiscriminator$1 as receiveConfigDiscriminator, setConfigInstructionDiscriminator$1 as setConfigInstructionDiscriminator, setConfigParamsBeet$1 as setConfigParamsBeet, setConfigStruct$1 as setConfigStruct, index$h_transactionAccountBeet as transactionAccountBeet, ulnConfigBeet$1 as ulnConfigBeet, index$h_verifiableInstructionDiscriminator as verifiableInstructionDiscriminator, index$h_verifiableParamsBeet as verifiableParamsBeet, index$h_verifiableStruct as verifiableStruct, index$h_verificationStateBeet as verificationStateBeet, index$h_withdrawFeeInstructionDiscriminator as withdrawFeeInstructionDiscriminator, index$h_withdrawFeeParamsBeet as withdrawFeeParamsBeet, index$h_withdrawFeeStruct as withdrawFeeStruct };
8304
+ export { type Acl$1 as Acl, type index$h_AdminConfig as AdminConfig, type index$h_AdminConfigRecord as AdminConfigRecord, type index$h_CloseExecuteInstructionAccounts as CloseExecuteInstructionAccounts, type index$h_CloseExecuteInstructionArgs as CloseExecuteInstructionArgs, type index$h_CloseExecuteParams as CloseExecuteParams, type DstConfig$1 as DstConfig, index$h_DuplicateSignatureError as DuplicateSignatureError, index$h_DvnConfig as DvnConfig, type index$h_DvnConfigArgs as DvnConfigArgs, EidNotSupportedError$1 as EidNotSupportedError, index$h_ExecuteHash as ExecuteHash, type index$h_ExecuteHashArgs as ExecuteHashArgs, type index$h_ExecuteTransactionDigest as ExecuteTransactionDigest, index$h_ExpiredError as ExpiredError, type index$h_InitDvnInstructionAccounts as InitDvnInstructionAccounts, type index$h_InitDvnInstructionArgs as InitDvnInstructionArgs, type index$h_InitDvnParams as InitDvnParams, InvalidAmountError$1 as InvalidAmountError, index$h_InvalidQuorumError as InvalidQuorumError, index$h_InvalidSignatureLenError as InvalidSignatureLenError, index$h_InvalidSignersLenError as InvalidSignersLenError, index$h_InvalidVidError as InvalidVidError, type index$h_InvokeInstructionAccounts as InvokeInstructionAccounts, type index$h_InvokeInstructionArgs as InvokeInstructionArgs, type index$h_InvokeParams as InvokeParams, type LzOption$1 as LzOption, MsgLibNotAllowedError$1 as MsgLibNotAllowedError, type index$h_Multisig as Multisig, type index$h_MultisigConfig as MultisigConfig, type index$h_MultisigConfigRecord as MultisigConfigRecord, NotAdminError$1 as NotAdminError, PROGRAM_ADDRESS$3 as PROGRAM_ADDRESS, PROGRAM_ID$4 as PROGRAM_ID, PausedError$1 as PausedError, type index$h_QuoteDvnInstructionAccounts as QuoteDvnInstructionAccounts, type index$h_QuoteDvnInstructionArgs as QuoteDvnInstructionArgs, type index$h_QuoteDvnParams as QuoteDvnParams, ReceiveConfig$1 as ReceiveConfig, type ReceiveConfigArgs$1 as ReceiveConfigArgs, type SetConfigInstructionAccounts$1 as SetConfigInstructionAccounts, type SetConfigInstructionArgs$1 as SetConfigInstructionArgs, type SetConfigParams$1 as SetConfigParams, index$h_SignatureErrorError as SignatureErrorError, index$h_SignerNotInCommitteeError as SignerNotInCommitteeError, TooManyAdminsError$1 as TooManyAdminsError, TooManyOptionTypesError$1 as TooManyOptionTypesError, type index$h_TransactionAccount as TransactionAccount, type UlnConfig$1 as UlnConfig, index$h_UnexpiredExecuteHashError as UnexpiredExecuteHashError, index$h_UniqueOwnersError as UniqueOwnersError, type index$h_VerifiableInstructionAccounts as VerifiableInstructionAccounts, type index$h_VerifiableInstructionArgs as VerifiableInstructionArgs, type index$h_VerifiableParams as VerifiableParams, index$h_VerificationState as VerificationState, type index$h_WithdrawFeeInstructionAccounts as WithdrawFeeInstructionAccounts, type index$h_WithdrawFeeInstructionArgs as WithdrawFeeInstructionArgs, type index$h_WithdrawFeeParams as WithdrawFeeParams, accountProviders$4 as accountProviders, aclBeet$1 as aclBeet, index$h_adminConfigBeet as adminConfigBeet, index$h_closeExecuteInstructionDiscriminator as closeExecuteInstructionDiscriminator, index$h_closeExecuteParamsBeet as closeExecuteParamsBeet, index$h_closeExecuteStruct as closeExecuteStruct, index$h_createCloseExecuteInstruction as createCloseExecuteInstruction, index$h_createCloseExecuteInstructionAccounts as createCloseExecuteInstructionAccounts, index$h_createInitDvnInstruction as createInitDvnInstruction, index$h_createInitDvnInstructionAccounts as createInitDvnInstructionAccounts, index$h_createInvokeInstruction as createInvokeInstruction, index$h_createInvokeInstructionAccounts as createInvokeInstructionAccounts, index$h_createQuoteDvnInstruction as createQuoteDvnInstruction, index$h_createQuoteDvnInstructionAccounts as createQuoteDvnInstructionAccounts, createSetConfigInstruction$1 as createSetConfigInstruction, createSetConfigInstructionAccounts$1 as createSetConfigInstructionAccounts, index$h_createVerifiableInstruction as createVerifiableInstruction, index$h_createVerifiableInstructionAccounts as createVerifiableInstructionAccounts, index$h_createWithdrawFeeInstruction as createWithdrawFeeInstruction, index$h_createWithdrawFeeInstructionAccounts as createWithdrawFeeInstructionAccounts, dstConfigBeet$1 as dstConfigBeet, index$h_dvnConfigBeet as dvnConfigBeet, index$h_dvnConfigDiscriminator as dvnConfigDiscriminator, errorFromCode$2 as errorFromCode, errorFromName$2 as errorFromName, index$h_executeHashBeet as executeHashBeet, index$h_executeHashDiscriminator as executeHashDiscriminator, index$h_executeTransactionDigestBeet as executeTransactionDigestBeet, index$h_initDvnInstructionDiscriminator as initDvnInstructionDiscriminator, index$h_initDvnParamsBeet as initDvnParamsBeet, index$h_initDvnStruct as initDvnStruct, index$h_invokeInstructionDiscriminator as invokeInstructionDiscriminator, index$h_invokeParamsBeet as invokeParamsBeet, index$h_invokeStruct as invokeStruct, index$h_isAdminConfigAdmins as isAdminConfigAdmins, index$h_isAdminConfigDefaultMultiplierBps as isAdminConfigDefaultMultiplierBps, index$h_isAdminConfigDstConfigs as isAdminConfigDstConfigs, index$h_isAdminConfigPriceFeed as isAdminConfigPriceFeed, index$h_isMultisigConfigAdmins as isMultisigConfigAdmins, index$h_isMultisigConfigAllowlist as isMultisigConfigAllowlist, index$h_isMultisigConfigDenylist as isMultisigConfigDenylist, index$h_isMultisigConfigMsglibs as isMultisigConfigMsglibs, index$h_isMultisigConfigPaused as isMultisigConfigPaused, index$h_isMultisigConfigQuorum as isMultisigConfigQuorum, index$h_isMultisigConfigSigners as isMultisigConfigSigners, lzOptionBeet$1 as lzOptionBeet, index$h_multisigBeet as multisigBeet, index$h_multisigConfigBeet as multisigConfigBeet, index$h_quoteDvnInstructionDiscriminator as quoteDvnInstructionDiscriminator, index$h_quoteDvnParamsBeet as quoteDvnParamsBeet, index$h_quoteDvnStruct as quoteDvnStruct, receiveConfigBeet$1 as receiveConfigBeet, receiveConfigDiscriminator$1 as receiveConfigDiscriminator, setConfigInstructionDiscriminator$1 as setConfigInstructionDiscriminator, setConfigParamsBeet$1 as setConfigParamsBeet, setConfigStruct$1 as setConfigStruct, index$h_transactionAccountBeet as transactionAccountBeet, ulnConfigBeet$1 as ulnConfigBeet, index$h_verifiableInstructionDiscriminator as verifiableInstructionDiscriminator, index$h_verifiableParamsBeet as verifiableParamsBeet, index$h_verifiableStruct as verifiableStruct, index$h_verificationStateBeet as verificationStateBeet, index$h_withdrawFeeInstructionDiscriminator as withdrawFeeInstructionDiscriminator, index$h_withdrawFeeParamsBeet as withdrawFeeParamsBeet, index$h_withdrawFeeStruct as withdrawFeeStruct };
8305
8305
  }
8306
8306
 
8307
8307
  /**
@@ -8412,7 +8412,7 @@ type dvn_SignFunc = SignFunc;
8412
8412
  type dvn_SolanaSignerExt = SolanaSignerExt;
8413
8413
  declare const dvn_SolanaSignerExt: typeof SolanaSignerExt;
8414
8414
  declare namespace dvn {
8415
- export { dvn_DVN as DVN, PROGRAM_ID$5 as PROGRAM_ID, type dvn_SignFunc as SignFunc, dvn_SolanaSignerExt as SolanaSignerExt, index$l as accounts, index$k as errors, index$g as events, index$j as instructions, index$i as types };
8415
+ export { dvn_DVN as DVN, PROGRAM_ID$4 as PROGRAM_ID, type dvn_SignFunc as SignFunc, dvn_SolanaSignerExt as SolanaSignerExt, index$l as accounts, index$k as errors, index$g as events, index$j as instructions, index$i as types };
8416
8416
  }
8417
8417
 
8418
8418
  /**
@@ -9939,7 +9939,7 @@ declare const PROGRAM_ADDRESS$2 = "6doghB248px58JSSwG4qejQ46kFMW4AMj7vzJnWZHNZn"
9939
9939
  * @category constants
9940
9940
  * @category generated
9941
9941
  */
9942
- declare const PROGRAM_ID$4: PublicKey;
9942
+ declare const PROGRAM_ID$3: PublicKey;
9943
9943
 
9944
9944
  declare class Executor {
9945
9945
  program: PublicKey;
@@ -10097,7 +10097,7 @@ declare const executor_quoteExecutorInstructionDiscriminator: typeof quoteExecut
10097
10097
  declare const executor_quoteExecutorParamsBeet: typeof quoteExecutorParamsBeet;
10098
10098
  declare const executor_quoteExecutorStruct: typeof quoteExecutorStruct;
10099
10099
  declare namespace executor {
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 };
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$3 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 };
10101
10101
  }
10102
10102
 
10103
10103
  /**
@@ -12788,7 +12788,7 @@ declare const PROGRAM_ADDRESS$1 = "7a4WjyR8VZ7yZz5XJAKm39BUGn5iT9CKcv2pmG9tdXVH"
12788
12788
  * @category constants
12789
12789
  * @category generated
12790
12790
  */
12791
- declare const PROGRAM_ID$3: PublicKey;
12791
+ declare const PROGRAM_ID$2: PublicKey;
12792
12792
 
12793
12793
  interface MaxMessageSize {
12794
12794
  size: number;
@@ -13102,7 +13102,7 @@ declare const uln_withdrawRentParamsBeet: typeof withdrawRentParamsBeet;
13102
13102
  declare const uln_withdrawRentStruct: typeof withdrawRentStruct;
13103
13103
  declare const uln_workerFeeBeet: typeof workerFeeBeet;
13104
13104
  declare namespace uln {
13105
- 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 };
13105
+ 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$2 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 };
13106
13106
  }
13107
13107
 
13108
13108
  /**
@@ -13847,7 +13847,7 @@ declare namespace index$4 {
13847
13847
  * @category constants
13848
13848
  * @category generated
13849
13849
  */
13850
- declare const PROGRAM_ID$2: PublicKey;
13850
+ declare const PROGRAM_ID$1: PublicKey;
13851
13851
 
13852
13852
  declare class PriceFeed {
13853
13853
  readonly program: PublicKey;
@@ -13864,7 +13864,7 @@ declare class PriceFeed {
13864
13864
  type pricefeed_PriceFeed = PriceFeed;
13865
13865
  declare const pricefeed_PriceFeed: typeof PriceFeed;
13866
13866
  declare namespace pricefeed {
13867
- export { PROGRAM_ID$2 as PROGRAM_ID, pricefeed_PriceFeed as PriceFeed, index$6 as accounts, index$5 as instructions, index$4 as types };
13867
+ export { PROGRAM_ID$1 as PROGRAM_ID, pricefeed_PriceFeed as PriceFeed, index$6 as accounts, index$5 as instructions, index$4 as types };
13868
13868
  }
13869
13869
 
13870
13870
  /**
@@ -13919,7 +13919,7 @@ declare class EnforcedOptions implements EnforcedOptionsArgs {
13919
13919
  *
13920
13920
  * @param programId - the program that owns the accounts we are filtering
13921
13921
  */
13922
- static gpaBuilder(programId?: web3.PublicKey): beetSolana.GpaBuilder<EnforcedOptionsArgs & {
13922
+ static gpaBuilder(programId: web3.PublicKey): beetSolana.GpaBuilder<EnforcedOptionsArgs & {
13923
13923
  accountDiscriminator: number[];
13924
13924
  }>;
13925
13925
  /**
@@ -14017,7 +14017,7 @@ declare class LzReceiveTypesAccounts implements LzReceiveTypesAccountsArgs {
14017
14017
  *
14018
14018
  * @param programId - the program that owns the accounts we are filtering
14019
14019
  */
14020
- static gpaBuilder(programId?: web3.PublicKey): beetSolana.GpaBuilder<{
14020
+ static gpaBuilder(programId: web3.PublicKey): beetSolana.GpaBuilder<{
14021
14021
  accountDiscriminator: any;
14022
14022
  oftConfig: any;
14023
14023
  tokenMint: any;
@@ -14182,7 +14182,7 @@ declare class OftConfig implements OftConfigArgs {
14182
14182
  *
14183
14183
  * @param programId - the program that owns the accounts we are filtering
14184
14184
  */
14185
- static gpaBuilder(programId?: web3.PublicKey): beetSolana.GpaBuilder<OftConfigArgs & {
14185
+ static gpaBuilder(programId: web3.PublicKey): beetSolana.GpaBuilder<OftConfigArgs & {
14186
14186
  accountDiscriminator: number[];
14187
14187
  }>;
14188
14188
  /**
@@ -14307,7 +14307,7 @@ declare class Peer implements PeerArgs {
14307
14307
  *
14308
14308
  * @param programId - the program that owns the accounts we are filtering
14309
14309
  */
14310
- static gpaBuilder(programId?: web3.PublicKey): beetSolana.GpaBuilder<PeerArgs & {
14310
+ static gpaBuilder(programId: web3.PublicKey): beetSolana.GpaBuilder<PeerArgs & {
14311
14311
  accountDiscriminator: number[];
14312
14312
  }>;
14313
14313
  /**
@@ -15846,14 +15846,6 @@ declare namespace index$1 {
15846
15846
  export { type index$1_InitAdapterOftParams as InitAdapterOftParams, type index$1_InitOftParams as InitOftParams, type index$1_LzAccount as LzAccount, type LzReceiveParams$1 as LzReceiveParams, type index$1_MessagingFee as MessagingFee, type index$1_MessagingReceipt as MessagingReceipt, type index$1_MintToParams as MintToParams, type index$1_OFTFeeDetail as OFTFeeDetail, type index$1_OFTLimits as OFTLimits, type index$1_OFTReceipt as OFTReceipt, type index$1_OftConfigExt as OftConfigExt, type index$1_OftConfigExtRecord as OftConfigExtRecord, type index$1_QuoteOftParams as QuoteOftParams, type index$1_QuoteOftResult as QuoteOftResult, type index$1_QuoteParams as QuoteParams, type index$1_RateLimiter as RateLimiter, type index$1_SendParams as SendParams, type index$1_SetDelegateParams as SetDelegateParams, type index$1_SetEnforcedOptionsParams as SetEnforcedOptionsParams, type index$1_SetMintAuthorityParams as SetMintAuthorityParams, type index$1_SetPeerParams as SetPeerParams, type index$1_SetRateLimitParams as SetRateLimitParams, type index$1_TransferAdminParams as TransferAdminParams, type index$1_Version as Version, index$1_initAdapterOftParamsBeet as initAdapterOftParamsBeet, index$1_initOftParamsBeet as initOftParamsBeet, index$1_isOftConfigExtAdapter as isOftConfigExtAdapter, index$1_isOftConfigExtNative as isOftConfigExtNative, index$1_lzAccountBeet as lzAccountBeet, index$1_lzReceiveParamsBeet as lzReceiveParamsBeet, index$1_messagingFeeBeet as messagingFeeBeet, index$1_messagingReceiptBeet as messagingReceiptBeet, index$1_mintToParamsBeet as mintToParamsBeet, index$1_oFTFeeDetailBeet as oFTFeeDetailBeet, index$1_oFTLimitsBeet as oFTLimitsBeet, index$1_oFTReceiptBeet as oFTReceiptBeet, index$1_oftConfigExtBeet as oftConfigExtBeet, index$1_quoteOftParamsBeet as quoteOftParamsBeet, index$1_quoteOftResultBeet as quoteOftResultBeet, index$1_quoteParamsBeet as quoteParamsBeet, index$1_rateLimiterBeet as rateLimiterBeet, index$1_sendParamsBeet as sendParamsBeet, index$1_setDelegateParamsBeet as setDelegateParamsBeet, index$1_setEnforcedOptionsParamsBeet as setEnforcedOptionsParamsBeet, index$1_setMintAuthorityParamsBeet as setMintAuthorityParamsBeet, index$1_setPeerParamsBeet as setPeerParamsBeet, index$1_setRateLimitParamsBeet as setRateLimitParamsBeet, index$1_transferAdminParamsBeet as transferAdminParamsBeet, index$1_versionBeet as versionBeet };
15847
15847
  }
15848
15848
 
15849
- /**
15850
- * Program public key
15851
- *
15852
- * @category constants
15853
- * @category generated
15854
- */
15855
- declare const PROGRAM_ID$1: PublicKey;
15856
-
15857
15849
  declare const OFT_DECIMALS = 6;
15858
15850
  declare class Oft {
15859
15851
  readonly program: PublicKey;
@@ -15884,29 +15876,29 @@ declare const oft_OFT_DECIMALS: typeof OFT_DECIMALS;
15884
15876
  type oft_Oft = Oft;
15885
15877
  declare const oft_Oft: typeof Oft;
15886
15878
  declare namespace oft {
15887
- export { oft_OFT_DECIMALS as OFT_DECIMALS, PROGRAM_ID$1 as OFT_DEFAULT_PROGRAM_ID, oft_Oft as Oft, index$3 as accounts, index$2 as instructions, index$1 as types };
15879
+ export { oft_OFT_DECIMALS as OFT_DECIMALS, oft_Oft as Oft, index$3 as accounts, index$2 as instructions, index$1 as types };
15888
15880
  }
15889
15881
 
15890
15882
  declare const SOLANA_EID = 1;
15891
- declare function createInitAdapterOftIx(payer: PublicKey, admin: PublicKey, mint: PublicKey, escrow: PublicKey, sharedDecimals?: number, tokenProgram?: PublicKey, oftProgramId?: PublicKey, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15883
+ declare function createInitAdapterOftIx(oftProgramId: PublicKey, payer: PublicKey, admin: PublicKey, mint: PublicKey, escrow: PublicKey, sharedDecimals?: number, endpointProgram?: PublicKey, tokenProgram?: PublicKey): Promise<TransactionInstruction>;
15892
15884
  declare function createNonceTx(connection: Connection, nonceAccount: PublicKey, nonceAuthority: PublicKey, instructions: TransactionInstruction[], commitmentOrConfig?: Commitment | GetNonceConfig): Promise<Transaction>;
15893
- declare function createInitNativeOftIx(payer: PublicKey, admin: PublicKey, mint: PublicKey, oftMintAuthority: PublicKey, sharedDecimals?: number, tokenProgram?: PublicKey, oftProgramId?: PublicKey, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15894
- declare function createSetPeerIx(admin: PublicKey, oftConfig: PublicKey, dstEid: number, peer: Uint8Array, oftProgramId?: PublicKey): Promise<TransactionInstruction>;
15895
- declare function createSetDelegateIx(admin: PublicKey, oftConfig: PublicKey, delegate: PublicKey, oftProgramId?: PublicKey, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15885
+ declare function createInitNativeOftIx(oftProgramId: PublicKey, payer: PublicKey, admin: PublicKey, mint: PublicKey, oftMintAuthority: PublicKey, sharedDecimals?: number, endpointProgram?: PublicKey, tokenProgram?: PublicKey): Promise<TransactionInstruction>;
15886
+ declare function createSetPeerIx(oftProgramId: PublicKey, admin: PublicKey, oftConfig: PublicKey, dstEid: number, peer: Uint8Array): Promise<TransactionInstruction>;
15887
+ declare function createSetDelegateIx(oftProgramId: PublicKey, admin: PublicKey, oftConfig: PublicKey, delegate: PublicKey, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15896
15888
  declare function createInitSendLibraryIx(signer: PublicKey, oftConfig: PublicKey, dstEid: number, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15897
15889
  declare function createInitReceiveLibraryIx(signer: PublicKey, oftConfig: PublicKey, remoteEid: number, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15898
15890
  declare function createSetSendLibraryIx(signer: PublicKey, oftConfig: PublicKey, sendLibraryProgram: PublicKey, dstEid: number, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15899
15891
  declare function createSetReceiveLibraryIx(signer: PublicKey, oftConfig: PublicKey, receiveLibraryProgram: PublicKey, dstEid: number, gracePeriod: bigint, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15900
- declare function createMintToIx(signer: PublicKey, tokenMint: PublicKey, tokenDest: PublicKey, amount: bigint, tokenProgram?: PublicKey, oftProgramId?: PublicKey): Promise<TransactionInstruction>;
15901
- declare function createSetRateLimitIx(signer: PublicKey, oftConfig: PublicKey, dstEid: number, capacity: bigint, refillPerSecond: bigint, enabled: boolean, oftProgramId?: PublicKey): Promise<TransactionInstruction>;
15892
+ declare function createMintToIx(oftProgramId: PublicKey, signer: PublicKey, tokenMint: PublicKey, tokenDest: PublicKey, amount: bigint, tokenProgram?: PublicKey): Promise<TransactionInstruction>;
15893
+ declare function createSetRateLimitIx(oftProgramId: PublicKey, signer: PublicKey, oftConfig: PublicKey, dstEid: number, capacity: bigint, refillPerSecond: bigint, enabled: boolean): Promise<TransactionInstruction>;
15902
15894
  declare function createInitConfigIx(signer: PublicKey, oftConfig: PublicKey, dstEid: number, msgLibProgram?: PublicKey, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15903
15895
  declare function createSetConfigIx(connection: Connection, signer: PublicKey, oftConfig: PublicKey, dstEid: number, configType: SetConfigType, config: ExecutorConfig | UlnConfig, msgLibProgram?: PublicKey, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15904
- declare function createSetEnforcedOptionsIx(admin: PublicKey, oftConfig: PublicKey, dstEid: number, sendOptions: Uint8Array, sendAndCallOptions: Uint8Array, oftProgramId?: PublicKey): Promise<TransactionInstruction>;
15905
- declare function createTransferAdminIx(signer: PublicKey, oftConfig: PublicKey, newAdmin: PublicKey, oftProgramId?: PublicKey): Promise<TransactionInstruction>;
15906
- declare function sendWithUln(connection: Connection, payer: PublicKey, tokenMint: PublicKey, tokenSource: PublicKey, dstEid: number, amountLd: bigint, minAmountLd: bigint, options: Uint8Array, to: number[], nativeFee: bigint, lzTokenFee?: bigint, tokenEscrow?: PublicKey, composeMsg?: Uint8Array, peerAddr?: number[], remainingAccounts?: AccountMeta[], tokenProgram?: PublicKey, oftProgramId?: PublicKey, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15896
+ declare function createSetEnforcedOptionsIx(oftProgramId: PublicKey, admin: PublicKey, oftConfig: PublicKey, dstEid: number, sendOptions: Uint8Array, sendAndCallOptions: Uint8Array): Promise<TransactionInstruction>;
15897
+ declare function createTransferAdminIx(oftProgramId: PublicKey, signer: PublicKey, oftConfig: PublicKey, newAdmin: PublicKey): Promise<TransactionInstruction>;
15898
+ declare function sendWithUln(connection: Connection, oftProgramId: PublicKey, payer: PublicKey, tokenMint: PublicKey, tokenSource: PublicKey, dstEid: number, amountLd: bigint, minAmountLd: bigint, options: Uint8Array, to: number[], nativeFee: bigint, lzTokenFee?: bigint, tokenEscrow?: PublicKey, composeMsg?: Uint8Array, peerAddr?: number[], remainingAccounts?: AccountMeta[], endpointProgram?: PublicKey, tokenProgram?: PublicKey): Promise<TransactionInstruction>;
15907
15899
  declare function createInitNonceIx(delegate: PublicKey, // payer
15908
15900
  dstEid: number, oftInstance: PublicKey, remoteOappAddr: Uint8Array, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15909
- declare function quoteOft(connection: Connection, payer: PublicKey, tokenMint: PublicKey, dstEid: number, amountLd: bigint, minAmountLd: bigint, options: Uint8Array, to: number[], payInLzToken?: boolean, tokenEscrow?: PublicKey, composeMsg?: Uint8Array, tokenProgram?: PublicKey, oftProgramId?: PublicKey, endpointProgram?: PublicKey): Promise<{
15901
+ declare function quoteOft(connection: Connection, oftProgramId: PublicKey, payer: PublicKey, tokenMint: PublicKey, dstEid: number, amountLd: bigint, minAmountLd: bigint, options: Uint8Array, to: number[], payInLzToken?: boolean, tokenEscrow?: PublicKey, composeMsg?: Uint8Array, tokenProgram?: PublicKey, endpointProgram?: PublicKey): Promise<{
15910
15902
  oftLimits: {
15911
15903
  minAmountLd: bigint;
15912
15904
  maxAmountLd: bigint;
@@ -15920,11 +15912,11 @@ declare function quoteOft(connection: Connection, payer: PublicKey, tokenMint: P
15920
15912
  amountReceivedLd: bigint;
15921
15913
  };
15922
15914
  }>;
15923
- declare function quoteWithUln(connection: Connection, payer: PublicKey, tokenMint: PublicKey, dstEid: number, amountLd: bigint, minAmountLd: bigint, options: Uint8Array, to: number[], payInLzToken?: boolean, tokenEscrow?: PublicKey, composeMsg?: Uint8Array, peerAddr?: number[], remainingAccounts?: AccountMeta[], tokenProgram?: PublicKey, oftProgramId?: PublicKey, msgLibProgram?: PublicKey, endpointProgram?: PublicKey): Promise<{
15915
+ declare function quoteWithUln(connection: Connection, oftProgramId: PublicKey, payer: PublicKey, tokenMint: PublicKey, dstEid: number, amountLd: bigint, minAmountLd: bigint, options: Uint8Array, to: number[], payInLzToken?: boolean, tokenEscrow?: PublicKey, composeMsg?: Uint8Array, peerAddr?: number[], remainingAccounts?: AccountMeta[], msgLibProgram?: PublicKey, endpointProgram?: PublicKey, tokenProgram?: PublicKey): Promise<{
15924
15916
  nativeFee: bigint;
15925
15917
  lzTokenFee: bigint;
15926
15918
  }>;
15927
- declare function createSetMintAuthorityIx(signer: PublicKey, oftInstance: PublicKey, newAuthority: PublicKey | null, oftProgramId?: PublicKey): Promise<TransactionInstruction>;
15919
+ declare function createSetMintAuthorityIx(oftProgramId: PublicKey, signer: PublicKey, oftInstance: PublicKey, newAuthority: PublicKey | null): Promise<TransactionInstruction>;
15928
15920
  declare function getEndpointConfig(connection: Connection, oftInstance: PublicKey, dstEid: number, msgLibProgram?: PublicKey, endpointProgram?: PublicKey): Promise<{
15929
15921
  sendLibraryConfig: SendLibraryConfig & {
15930
15922
  ulnSendConfig?: SendConfig;
@@ -15933,9 +15925,9 @@ declare function getEndpointConfig(connection: Connection, oftInstance: PublicKe
15933
15925
  ulnReceiveConfig?: ReceiveConfig;
15934
15926
  };
15935
15927
  }>;
15936
- declare function getPeerAddress(connection: Connection, oftInstance: PublicKey, dstEid: number, oftProgramId?: PublicKey): Promise<string>;
15928
+ declare function getPeerAddress(connection: Connection, oftProgramId: PublicKey, oftInstance: PublicKey, dstEid: number): Promise<string>;
15937
15929
  declare function getDelegate(connection: Connection, oftInstance: PublicKey, endpointProgram?: PublicKey): Promise<PublicKey>;
15938
- declare function getEnforcedOptions(connection: Connection, oftInstance: PublicKey, dstEid: number, oftProgramId?: PublicKey): Promise<EnforcedOptions>;
15930
+ declare function getEnforcedOptions(connection: Connection, oftProgramId: PublicKey, oftInstance: PublicKey, dstEid: number): Promise<EnforcedOptions>;
15939
15931
 
15940
15932
  declare const oftTools_SOLANA_EID: typeof SOLANA_EID;
15941
15933
  declare const oftTools_createInitAdapterOftIx: typeof createInitAdapterOftIx;