@layerzerolabs/lz-solana-sdk-v2 2.3.20 → 2.3.22

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.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as web3 from '@solana/web3.js';
2
- import { PublicKey, Connection, Commitment, GetAccountInfoConfig, TransactionInstruction, AccountMeta, GetNonceConfig, Transaction, AccountInfo, TransactionSignature, Finality, GetVersionedTransactionConfig, Blockhash, VersionedTransaction, Keypair, NonceAccount, MessageV0 } from '@solana/web3.js';
2
+ import web3__default, { PublicKey, Connection, Commitment, GetAccountInfoConfig, TransactionInstruction, AccountMeta, GetNonceConfig, Transaction, AccountInfo, TransactionSignature, Finality, GetVersionedTransactionConfig, Blockhash, VersionedTransaction, Keypair, NonceAccount, MessageV0 } from '@solana/web3.js';
3
3
  import { PacketPath, PacketV1Codec, Packet as Packet$2 } from '@layerzerolabs/lz-v2-utilities';
4
4
  import * as beet from '@metaplex-foundation/beet';
5
5
  import { bignum, FixableBeetArgsStruct, BeetArgsStruct } from '@metaplex-foundation/beet';
@@ -33,7 +33,7 @@ declare const DVN_CONFIG_SEED = "DvnConfig";
33
33
  declare const EVENT_SEED = "__event_authority";
34
34
  declare const EXECUTOR_CONFIG_SEED = "ExecutorConfig";
35
35
  declare const PRICE_FEED_SEED = "PriceFeed";
36
- declare const OFT_SEED$1 = "Oft";
36
+ declare const OFT_SEED = "Oft";
37
37
  declare const PEER_SEED = "Peer";
38
38
  declare const MINT_SEED = "Mint";
39
39
  declare const ENFORCED_OPTIONS_SEED = "EnforcedOptions";
@@ -146,6 +146,7 @@ declare class OftPDADeriver {
146
146
  enforcedOptions(oftConfig: PublicKey, eid: number): [PublicKey, number];
147
147
  peer(oftConfig: PublicKey, eid: number): [PublicKey, number];
148
148
  oftConfig(mintOrEscrow: PublicKey): [PublicKey, number];
149
+ lzReceiveTypesAccounts(oftConfig: PublicKey): [PublicKey, number];
149
150
  }
150
151
 
151
152
  /**
@@ -1105,48 +1106,48 @@ declare const accountProviders$6: {
1105
1106
  PendingInboundNonce: typeof PendingInboundNonce;
1106
1107
  };
1107
1108
 
1108
- type index$s_ComposeMessageState = ComposeMessageState;
1109
- declare const index$s_ComposeMessageState: typeof ComposeMessageState;
1110
- type index$s_ComposeMessageStateArgs = ComposeMessageStateArgs;
1111
- type index$s_EndpointSettings = EndpointSettings;
1112
- declare const index$s_EndpointSettings: typeof EndpointSettings;
1113
- type index$s_EndpointSettingsArgs = EndpointSettingsArgs;
1114
- type index$s_MessageLibInfo = MessageLibInfo;
1115
- declare const index$s_MessageLibInfo: typeof MessageLibInfo;
1116
- type index$s_MessageLibInfoArgs = MessageLibInfoArgs;
1117
- type index$s_OAppRegistry = OAppRegistry;
1118
- declare const index$s_OAppRegistry: typeof OAppRegistry;
1119
- type index$s_OAppRegistryArgs = OAppRegistryArgs;
1120
- type index$s_PayloadHash = PayloadHash;
1121
- declare const index$s_PayloadHash: typeof PayloadHash;
1122
- type index$s_PayloadHashArgs = PayloadHashArgs;
1123
- type index$s_PendingInboundNonce = PendingInboundNonce;
1124
- declare const index$s_PendingInboundNonce: typeof PendingInboundNonce;
1125
- type index$s_PendingInboundNonceArgs = PendingInboundNonceArgs;
1126
- type index$s_ReceiveLibraryConfig = ReceiveLibraryConfig;
1127
- declare const index$s_ReceiveLibraryConfig: typeof ReceiveLibraryConfig;
1128
- type index$s_ReceiveLibraryConfigArgs = ReceiveLibraryConfigArgs;
1129
- type index$s_SendLibraryConfig = SendLibraryConfig;
1130
- declare const index$s_SendLibraryConfig: typeof SendLibraryConfig;
1131
- type index$s_SendLibraryConfigArgs = SendLibraryConfigArgs;
1132
- declare const index$s_composeMessageStateBeet: typeof composeMessageStateBeet;
1133
- declare const index$s_composeMessageStateDiscriminator: typeof composeMessageStateDiscriminator;
1134
- declare const index$s_endpointSettingsBeet: typeof endpointSettingsBeet;
1135
- declare const index$s_endpointSettingsDiscriminator: typeof endpointSettingsDiscriminator;
1136
- declare const index$s_messageLibInfoBeet: typeof messageLibInfoBeet;
1137
- declare const index$s_messageLibInfoDiscriminator: typeof messageLibInfoDiscriminator;
1138
- declare const index$s_oAppRegistryBeet: typeof oAppRegistryBeet;
1139
- declare const index$s_oAppRegistryDiscriminator: typeof oAppRegistryDiscriminator;
1140
- declare const index$s_payloadHashBeet: typeof payloadHashBeet;
1141
- declare const index$s_payloadHashDiscriminator: typeof payloadHashDiscriminator;
1142
- declare const index$s_pendingInboundNonceBeet: typeof pendingInboundNonceBeet;
1143
- declare const index$s_pendingInboundNonceDiscriminator: typeof pendingInboundNonceDiscriminator;
1144
- declare const index$s_receiveLibraryConfigBeet: typeof receiveLibraryConfigBeet;
1145
- declare const index$s_receiveLibraryConfigDiscriminator: typeof receiveLibraryConfigDiscriminator;
1146
- declare const index$s_sendLibraryConfigBeet: typeof sendLibraryConfigBeet;
1147
- declare const index$s_sendLibraryConfigDiscriminator: typeof sendLibraryConfigDiscriminator;
1148
- declare namespace index$s {
1149
- export { index$s_ComposeMessageState as ComposeMessageState, type index$s_ComposeMessageStateArgs as ComposeMessageStateArgs, index$s_EndpointSettings as EndpointSettings, type index$s_EndpointSettingsArgs as EndpointSettingsArgs, index$s_MessageLibInfo as MessageLibInfo, type index$s_MessageLibInfoArgs as MessageLibInfoArgs, Nonce$1 as Nonce, type NonceArgs$1 as NonceArgs, index$s_OAppRegistry as OAppRegistry, type index$s_OAppRegistryArgs as OAppRegistryArgs, index$s_PayloadHash as PayloadHash, type index$s_PayloadHashArgs as PayloadHashArgs, index$s_PendingInboundNonce as PendingInboundNonce, type index$s_PendingInboundNonceArgs as PendingInboundNonceArgs, index$s_ReceiveLibraryConfig as ReceiveLibraryConfig, type index$s_ReceiveLibraryConfigArgs as ReceiveLibraryConfigArgs, index$s_SendLibraryConfig as SendLibraryConfig, type index$s_SendLibraryConfigArgs as SendLibraryConfigArgs, accountProviders$6 as accountProviders, index$s_composeMessageStateBeet as composeMessageStateBeet, index$s_composeMessageStateDiscriminator as composeMessageStateDiscriminator, index$s_endpointSettingsBeet as endpointSettingsBeet, index$s_endpointSettingsDiscriminator as endpointSettingsDiscriminator, index$s_messageLibInfoBeet as messageLibInfoBeet, index$s_messageLibInfoDiscriminator as messageLibInfoDiscriminator, nonceBeet$1 as nonceBeet, nonceDiscriminator$1 as nonceDiscriminator, index$s_oAppRegistryBeet as oAppRegistryBeet, index$s_oAppRegistryDiscriminator as oAppRegistryDiscriminator, index$s_payloadHashBeet as payloadHashBeet, index$s_payloadHashDiscriminator as payloadHashDiscriminator, index$s_pendingInboundNonceBeet as pendingInboundNonceBeet, index$s_pendingInboundNonceDiscriminator as pendingInboundNonceDiscriminator, index$s_receiveLibraryConfigBeet as receiveLibraryConfigBeet, index$s_receiveLibraryConfigDiscriminator as receiveLibraryConfigDiscriminator, index$s_sendLibraryConfigBeet as sendLibraryConfigBeet, index$s_sendLibraryConfigDiscriminator as sendLibraryConfigDiscriminator };
1109
+ type index$u_ComposeMessageState = ComposeMessageState;
1110
+ declare const index$u_ComposeMessageState: typeof ComposeMessageState;
1111
+ type index$u_ComposeMessageStateArgs = ComposeMessageStateArgs;
1112
+ type index$u_EndpointSettings = EndpointSettings;
1113
+ declare const index$u_EndpointSettings: typeof EndpointSettings;
1114
+ type index$u_EndpointSettingsArgs = EndpointSettingsArgs;
1115
+ type index$u_MessageLibInfo = MessageLibInfo;
1116
+ declare const index$u_MessageLibInfo: typeof MessageLibInfo;
1117
+ type index$u_MessageLibInfoArgs = MessageLibInfoArgs;
1118
+ type index$u_OAppRegistry = OAppRegistry;
1119
+ declare const index$u_OAppRegistry: typeof OAppRegistry;
1120
+ type index$u_OAppRegistryArgs = OAppRegistryArgs;
1121
+ type index$u_PayloadHash = PayloadHash;
1122
+ declare const index$u_PayloadHash: typeof PayloadHash;
1123
+ type index$u_PayloadHashArgs = PayloadHashArgs;
1124
+ type index$u_PendingInboundNonce = PendingInboundNonce;
1125
+ declare const index$u_PendingInboundNonce: typeof PendingInboundNonce;
1126
+ type index$u_PendingInboundNonceArgs = PendingInboundNonceArgs;
1127
+ type index$u_ReceiveLibraryConfig = ReceiveLibraryConfig;
1128
+ declare const index$u_ReceiveLibraryConfig: typeof ReceiveLibraryConfig;
1129
+ type index$u_ReceiveLibraryConfigArgs = ReceiveLibraryConfigArgs;
1130
+ type index$u_SendLibraryConfig = SendLibraryConfig;
1131
+ declare const index$u_SendLibraryConfig: typeof SendLibraryConfig;
1132
+ type index$u_SendLibraryConfigArgs = SendLibraryConfigArgs;
1133
+ declare const index$u_composeMessageStateBeet: typeof composeMessageStateBeet;
1134
+ declare const index$u_composeMessageStateDiscriminator: typeof composeMessageStateDiscriminator;
1135
+ declare const index$u_endpointSettingsBeet: typeof endpointSettingsBeet;
1136
+ declare const index$u_endpointSettingsDiscriminator: typeof endpointSettingsDiscriminator;
1137
+ declare const index$u_messageLibInfoBeet: typeof messageLibInfoBeet;
1138
+ declare const index$u_messageLibInfoDiscriminator: typeof messageLibInfoDiscriminator;
1139
+ declare const index$u_oAppRegistryBeet: typeof oAppRegistryBeet;
1140
+ declare const index$u_oAppRegistryDiscriminator: typeof oAppRegistryDiscriminator;
1141
+ declare const index$u_payloadHashBeet: typeof payloadHashBeet;
1142
+ declare const index$u_payloadHashDiscriminator: typeof payloadHashDiscriminator;
1143
+ declare const index$u_pendingInboundNonceBeet: typeof pendingInboundNonceBeet;
1144
+ declare const index$u_pendingInboundNonceDiscriminator: typeof pendingInboundNonceDiscriminator;
1145
+ declare const index$u_receiveLibraryConfigBeet: typeof receiveLibraryConfigBeet;
1146
+ declare const index$u_receiveLibraryConfigDiscriminator: typeof receiveLibraryConfigDiscriminator;
1147
+ declare const index$u_sendLibraryConfigBeet: typeof sendLibraryConfigBeet;
1148
+ declare const index$u_sendLibraryConfigDiscriminator: typeof sendLibraryConfigDiscriminator;
1149
+ declare namespace index$u {
1150
+ export { index$u_ComposeMessageState as ComposeMessageState, type index$u_ComposeMessageStateArgs as ComposeMessageStateArgs, index$u_EndpointSettings as EndpointSettings, type index$u_EndpointSettingsArgs as EndpointSettingsArgs, index$u_MessageLibInfo as MessageLibInfo, type index$u_MessageLibInfoArgs as MessageLibInfoArgs, Nonce$1 as Nonce, type NonceArgs$1 as NonceArgs, index$u_OAppRegistry as OAppRegistry, type index$u_OAppRegistryArgs as OAppRegistryArgs, index$u_PayloadHash as PayloadHash, type index$u_PayloadHashArgs as PayloadHashArgs, index$u_PendingInboundNonce as PendingInboundNonce, type index$u_PendingInboundNonceArgs as PendingInboundNonceArgs, index$u_ReceiveLibraryConfig as ReceiveLibraryConfig, type index$u_ReceiveLibraryConfigArgs as ReceiveLibraryConfigArgs, index$u_SendLibraryConfig as SendLibraryConfig, type index$u_SendLibraryConfigArgs as SendLibraryConfigArgs, accountProviders$6 as accountProviders, index$u_composeMessageStateBeet as composeMessageStateBeet, index$u_composeMessageStateDiscriminator as composeMessageStateDiscriminator, index$u_endpointSettingsBeet as endpointSettingsBeet, index$u_endpointSettingsDiscriminator as endpointSettingsDiscriminator, index$u_messageLibInfoBeet as messageLibInfoBeet, index$u_messageLibInfoDiscriminator as messageLibInfoDiscriminator, nonceBeet$1 as nonceBeet, nonceDiscriminator$1 as nonceDiscriminator, index$u_oAppRegistryBeet as oAppRegistryBeet, index$u_oAppRegistryDiscriminator as oAppRegistryDiscriminator, index$u_payloadHashBeet as payloadHashBeet, index$u_payloadHashDiscriminator as payloadHashDiscriminator, index$u_pendingInboundNonceBeet as pendingInboundNonceBeet, index$u_pendingInboundNonceDiscriminator as pendingInboundNonceDiscriminator, index$u_receiveLibraryConfigBeet as receiveLibraryConfigBeet, index$u_receiveLibraryConfigDiscriminator as receiveLibraryConfigDiscriminator, index$u_sendLibraryConfigBeet as sendLibraryConfigBeet, index$u_sendLibraryConfigDiscriminator as sendLibraryConfigDiscriminator };
1150
1151
  }
1151
1152
 
1152
1153
  /**
@@ -1155,10 +1156,10 @@ declare namespace index$s {
1155
1156
  *
1156
1157
  * See: https://github.com/metaplex-foundation/solita
1157
1158
  */
1158
- type ErrorWithCode$5 = Error & {
1159
+ type ErrorWithCode$4 = Error & {
1159
1160
  code: number;
1160
1161
  };
1161
- type MaybeErrorWithCode$5 = ErrorWithCode$5 | null | undefined;
1162
+ type MaybeErrorWithCode$4 = ErrorWithCode$4 | null | undefined;
1162
1163
  /**
1163
1164
  * InvalidSendLibrary: ''
1164
1165
  *
@@ -1275,7 +1276,7 @@ declare class InvalidNonceError extends Error {
1275
1276
  * @category Errors
1276
1277
  * @category generated
1277
1278
  */
1278
- declare class UnauthorizedError$2 extends Error {
1279
+ declare class UnauthorizedError$1 extends Error {
1279
1280
  readonly code: number;
1280
1281
  readonly name: string;
1281
1282
  constructor();
@@ -1362,46 +1363,46 @@ declare class WritableAccountNotAllowedError extends Error {
1362
1363
  * @category Errors
1363
1364
  * @category generated
1364
1365
  */
1365
- declare function errorFromCode$5(code: number): MaybeErrorWithCode$5;
1366
+ declare function errorFromCode$4(code: number): MaybeErrorWithCode$4;
1366
1367
  /**
1367
1368
  * Attempts to resolve a custom program error from the provided error name, i.e. 'Unauthorized'.
1368
1369
  * @category Errors
1369
1370
  * @category generated
1370
1371
  */
1371
- declare function errorFromName$5(name: string): MaybeErrorWithCode$5;
1372
-
1373
- type index$r_AccountNotFoundError = AccountNotFoundError;
1374
- declare const index$r_AccountNotFoundError: typeof AccountNotFoundError;
1375
- type index$r_ComposeNotFoundError = ComposeNotFoundError;
1376
- declare const index$r_ComposeNotFoundError: typeof ComposeNotFoundError;
1377
- type index$r_InvalidExpiryError = InvalidExpiryError;
1378
- declare const index$r_InvalidExpiryError: typeof InvalidExpiryError;
1379
- type index$r_InvalidMessageLibError = InvalidMessageLibError;
1380
- declare const index$r_InvalidMessageLibError: typeof InvalidMessageLibError;
1381
- type index$r_InvalidNonceError = InvalidNonceError;
1382
- declare const index$r_InvalidNonceError: typeof InvalidNonceError;
1383
- type index$r_InvalidPayloadHashError = InvalidPayloadHashError;
1384
- declare const index$r_InvalidPayloadHashError: typeof InvalidPayloadHashError;
1385
- type index$r_InvalidReceiveLibraryError = InvalidReceiveLibraryError;
1386
- declare const index$r_InvalidReceiveLibraryError: typeof InvalidReceiveLibraryError;
1387
- type index$r_InvalidSendLibraryError = InvalidSendLibraryError;
1388
- declare const index$r_InvalidSendLibraryError: typeof InvalidSendLibraryError;
1389
- type index$r_OnlyNonDefaultLibError = OnlyNonDefaultLibError;
1390
- declare const index$r_OnlyNonDefaultLibError: typeof OnlyNonDefaultLibError;
1391
- type index$r_OnlyReceiveLibError = OnlyReceiveLibError;
1392
- declare const index$r_OnlyReceiveLibError: typeof OnlyReceiveLibError;
1393
- type index$r_OnlySendLibError = OnlySendLibError;
1394
- declare const index$r_OnlySendLibError: typeof OnlySendLibError;
1395
- type index$r_PayloadHashNotFoundError = PayloadHashNotFoundError;
1396
- declare const index$r_PayloadHashNotFoundError: typeof PayloadHashNotFoundError;
1397
- type index$r_ReadOnlyAccountError = ReadOnlyAccountError;
1398
- declare const index$r_ReadOnlyAccountError: typeof ReadOnlyAccountError;
1399
- type index$r_SameValueError = SameValueError;
1400
- declare const index$r_SameValueError: typeof SameValueError;
1401
- type index$r_WritableAccountNotAllowedError = WritableAccountNotAllowedError;
1402
- declare const index$r_WritableAccountNotAllowedError: typeof WritableAccountNotAllowedError;
1403
- declare namespace index$r {
1404
- export { index$r_AccountNotFoundError as AccountNotFoundError, index$r_ComposeNotFoundError as ComposeNotFoundError, InvalidAmountError$3 as InvalidAmountError, index$r_InvalidExpiryError as InvalidExpiryError, index$r_InvalidMessageLibError as InvalidMessageLibError, index$r_InvalidNonceError as InvalidNonceError, index$r_InvalidPayloadHashError as InvalidPayloadHashError, index$r_InvalidReceiveLibraryError as InvalidReceiveLibraryError, index$r_InvalidSendLibraryError as InvalidSendLibraryError, LzTokenUnavailableError$2 as LzTokenUnavailableError, index$r_OnlyNonDefaultLibError as OnlyNonDefaultLibError, index$r_OnlyReceiveLibError as OnlyReceiveLibError, index$r_OnlySendLibError as OnlySendLibError, index$r_PayloadHashNotFoundError as PayloadHashNotFoundError, index$r_ReadOnlyAccountError as ReadOnlyAccountError, index$r_SameValueError as SameValueError, UnauthorizedError$2 as UnauthorizedError, index$r_WritableAccountNotAllowedError as WritableAccountNotAllowedError, errorFromCode$5 as errorFromCode, errorFromName$5 as errorFromName };
1372
+ declare function errorFromName$4(name: string): MaybeErrorWithCode$4;
1373
+
1374
+ type index$t_AccountNotFoundError = AccountNotFoundError;
1375
+ declare const index$t_AccountNotFoundError: typeof AccountNotFoundError;
1376
+ type index$t_ComposeNotFoundError = ComposeNotFoundError;
1377
+ declare const index$t_ComposeNotFoundError: typeof ComposeNotFoundError;
1378
+ type index$t_InvalidExpiryError = InvalidExpiryError;
1379
+ declare const index$t_InvalidExpiryError: typeof InvalidExpiryError;
1380
+ type index$t_InvalidMessageLibError = InvalidMessageLibError;
1381
+ declare const index$t_InvalidMessageLibError: typeof InvalidMessageLibError;
1382
+ type index$t_InvalidNonceError = InvalidNonceError;
1383
+ declare const index$t_InvalidNonceError: typeof InvalidNonceError;
1384
+ type index$t_InvalidPayloadHashError = InvalidPayloadHashError;
1385
+ declare const index$t_InvalidPayloadHashError: typeof InvalidPayloadHashError;
1386
+ type index$t_InvalidReceiveLibraryError = InvalidReceiveLibraryError;
1387
+ declare const index$t_InvalidReceiveLibraryError: typeof InvalidReceiveLibraryError;
1388
+ type index$t_InvalidSendLibraryError = InvalidSendLibraryError;
1389
+ declare const index$t_InvalidSendLibraryError: typeof InvalidSendLibraryError;
1390
+ type index$t_OnlyNonDefaultLibError = OnlyNonDefaultLibError;
1391
+ declare const index$t_OnlyNonDefaultLibError: typeof OnlyNonDefaultLibError;
1392
+ type index$t_OnlyReceiveLibError = OnlyReceiveLibError;
1393
+ declare const index$t_OnlyReceiveLibError: typeof OnlyReceiveLibError;
1394
+ type index$t_OnlySendLibError = OnlySendLibError;
1395
+ declare const index$t_OnlySendLibError: typeof OnlySendLibError;
1396
+ type index$t_PayloadHashNotFoundError = PayloadHashNotFoundError;
1397
+ declare const index$t_PayloadHashNotFoundError: typeof PayloadHashNotFoundError;
1398
+ type index$t_ReadOnlyAccountError = ReadOnlyAccountError;
1399
+ declare const index$t_ReadOnlyAccountError: typeof ReadOnlyAccountError;
1400
+ type index$t_SameValueError = SameValueError;
1401
+ declare const index$t_SameValueError: typeof SameValueError;
1402
+ type index$t_WritableAccountNotAllowedError = WritableAccountNotAllowedError;
1403
+ declare const index$t_WritableAccountNotAllowedError: typeof WritableAccountNotAllowedError;
1404
+ declare namespace index$t {
1405
+ export { index$t_AccountNotFoundError as AccountNotFoundError, index$t_ComposeNotFoundError as ComposeNotFoundError, InvalidAmountError$3 as InvalidAmountError, index$t_InvalidExpiryError as InvalidExpiryError, index$t_InvalidMessageLibError as InvalidMessageLibError, index$t_InvalidNonceError as InvalidNonceError, index$t_InvalidPayloadHashError as InvalidPayloadHashError, index$t_InvalidReceiveLibraryError as InvalidReceiveLibraryError, index$t_InvalidSendLibraryError as InvalidSendLibraryError, LzTokenUnavailableError$2 as LzTokenUnavailableError, index$t_OnlyNonDefaultLibError as OnlyNonDefaultLibError, index$t_OnlyReceiveLibError as OnlyReceiveLibError, index$t_OnlySendLibError as OnlySendLibError, index$t_PayloadHashNotFoundError as PayloadHashNotFoundError, index$t_ReadOnlyAccountError as ReadOnlyAccountError, index$t_SameValueError as SameValueError, UnauthorizedError$1 as UnauthorizedError, index$t_WritableAccountNotAllowedError as WritableAccountNotAllowedError, errorFromCode$4 as errorFromCode, errorFromName$4 as errorFromName };
1405
1406
  }
1406
1407
 
1407
1408
  /**
@@ -4113,146 +4114,146 @@ declare function createWithdrawRentInstruction$1(accounts: WithdrawRentInstructi
4113
4114
  */
4114
4115
  declare function createWithdrawRentInstructionAccounts$1(accounts: WithdrawRentInstructionAccounts$1, programId?: web3.PublicKey): web3.AccountMeta[];
4115
4116
 
4116
- type index$q_BurnInstructionAccounts = BurnInstructionAccounts;
4117
- type index$q_BurnInstructionArgs = BurnInstructionArgs;
4118
- type index$q_ClearComposeInstructionAccounts = ClearComposeInstructionAccounts;
4119
- type index$q_ClearComposeInstructionArgs = ClearComposeInstructionArgs;
4120
- type index$q_ClearInstructionAccounts = ClearInstructionAccounts;
4121
- type index$q_ClearInstructionArgs = ClearInstructionArgs;
4122
- type index$q_InitDefaultReceiveLibraryInstructionAccounts = InitDefaultReceiveLibraryInstructionAccounts;
4123
- type index$q_InitDefaultReceiveLibraryInstructionArgs = InitDefaultReceiveLibraryInstructionArgs;
4124
- type index$q_InitDefaultSendLibraryInstructionAccounts = InitDefaultSendLibraryInstructionAccounts;
4125
- type index$q_InitDefaultSendLibraryInstructionArgs = InitDefaultSendLibraryInstructionArgs;
4126
- type index$q_InitEndpointInstructionAccounts = InitEndpointInstructionAccounts;
4127
- type index$q_InitEndpointInstructionArgs = InitEndpointInstructionArgs;
4128
- type index$q_InitNonceInstructionAccounts = InitNonceInstructionAccounts;
4129
- type index$q_InitNonceInstructionArgs = InitNonceInstructionArgs;
4130
- type index$q_InitReceiveLibraryInstructionAccounts = InitReceiveLibraryInstructionAccounts;
4131
- type index$q_InitReceiveLibraryInstructionArgs = InitReceiveLibraryInstructionArgs;
4132
- type index$q_InitSendLibraryInstructionAccounts = InitSendLibraryInstructionAccounts;
4133
- type index$q_InitSendLibraryInstructionArgs = InitSendLibraryInstructionArgs;
4134
- type index$q_LzComposeAlertInstructionAccounts = LzComposeAlertInstructionAccounts;
4135
- type index$q_LzComposeAlertInstructionArgs = LzComposeAlertInstructionArgs;
4136
- type index$q_LzReceiveAlertInstructionAccounts = LzReceiveAlertInstructionAccounts;
4137
- type index$q_LzReceiveAlertInstructionArgs = LzReceiveAlertInstructionArgs;
4138
- type index$q_NilifyInstructionAccounts = NilifyInstructionAccounts;
4139
- type index$q_NilifyInstructionArgs = NilifyInstructionArgs;
4140
- type index$q_RegisterLibraryInstructionAccounts = RegisterLibraryInstructionAccounts;
4141
- type index$q_RegisterLibraryInstructionArgs = RegisterLibraryInstructionArgs;
4142
- type index$q_RegisterOappInstructionAccounts = RegisterOappInstructionAccounts;
4143
- type index$q_RegisterOappInstructionArgs = RegisterOappInstructionArgs;
4144
- type index$q_SendComposeInstructionAccounts = SendComposeInstructionAccounts;
4145
- type index$q_SendComposeInstructionArgs = SendComposeInstructionArgs;
4146
- type index$q_SetDefaultReceiveLibraryInstructionAccounts = SetDefaultReceiveLibraryInstructionAccounts;
4147
- type index$q_SetDefaultReceiveLibraryInstructionArgs = SetDefaultReceiveLibraryInstructionArgs;
4148
- type index$q_SetDefaultReceiveLibraryTimeoutInstructionAccounts = SetDefaultReceiveLibraryTimeoutInstructionAccounts;
4149
- type index$q_SetDefaultReceiveLibraryTimeoutInstructionArgs = SetDefaultReceiveLibraryTimeoutInstructionArgs;
4150
- type index$q_SetDefaultSendLibraryInstructionAccounts = SetDefaultSendLibraryInstructionAccounts;
4151
- type index$q_SetDefaultSendLibraryInstructionArgs = SetDefaultSendLibraryInstructionArgs;
4152
- type index$q_SetLzTokenInstructionAccounts = SetLzTokenInstructionAccounts;
4153
- type index$q_SetLzTokenInstructionArgs = SetLzTokenInstructionArgs;
4154
- type index$q_SetReceiveLibraryInstructionAccounts = SetReceiveLibraryInstructionAccounts;
4155
- type index$q_SetReceiveLibraryInstructionArgs = SetReceiveLibraryInstructionArgs;
4156
- type index$q_SetReceiveLibraryTimeoutInstructionAccounts = SetReceiveLibraryTimeoutInstructionAccounts;
4157
- type index$q_SetReceiveLibraryTimeoutInstructionArgs = SetReceiveLibraryTimeoutInstructionArgs;
4158
- type index$q_SetSendLibraryInstructionAccounts = SetSendLibraryInstructionAccounts;
4159
- type index$q_SetSendLibraryInstructionArgs = SetSendLibraryInstructionArgs;
4160
- type index$q_SkipInstructionAccounts = SkipInstructionAccounts;
4161
- type index$q_SkipInstructionArgs = SkipInstructionArgs;
4162
- declare const index$q_burnInstructionDiscriminator: typeof burnInstructionDiscriminator;
4163
- declare const index$q_burnStruct: typeof burnStruct;
4164
- declare const index$q_clearComposeInstructionDiscriminator: typeof clearComposeInstructionDiscriminator;
4165
- declare const index$q_clearComposeStruct: typeof clearComposeStruct;
4166
- declare const index$q_clearInstructionDiscriminator: typeof clearInstructionDiscriminator;
4167
- declare const index$q_clearStruct: typeof clearStruct;
4168
- declare const index$q_createBurnInstruction: typeof createBurnInstruction;
4169
- declare const index$q_createBurnInstructionAccounts: typeof createBurnInstructionAccounts;
4170
- declare const index$q_createClearComposeInstruction: typeof createClearComposeInstruction;
4171
- declare const index$q_createClearComposeInstructionAccounts: typeof createClearComposeInstructionAccounts;
4172
- declare const index$q_createClearInstruction: typeof createClearInstruction;
4173
- declare const index$q_createClearInstructionAccounts: typeof createClearInstructionAccounts;
4174
- declare const index$q_createInitDefaultReceiveLibraryInstruction: typeof createInitDefaultReceiveLibraryInstruction;
4175
- declare const index$q_createInitDefaultReceiveLibraryInstructionAccounts: typeof createInitDefaultReceiveLibraryInstructionAccounts;
4176
- declare const index$q_createInitDefaultSendLibraryInstruction: typeof createInitDefaultSendLibraryInstruction;
4177
- declare const index$q_createInitDefaultSendLibraryInstructionAccounts: typeof createInitDefaultSendLibraryInstructionAccounts;
4178
- declare const index$q_createInitEndpointInstruction: typeof createInitEndpointInstruction;
4179
- declare const index$q_createInitEndpointInstructionAccounts: typeof createInitEndpointInstructionAccounts;
4180
- declare const index$q_createInitNonceInstruction: typeof createInitNonceInstruction;
4181
- declare const index$q_createInitNonceInstructionAccounts: typeof createInitNonceInstructionAccounts;
4182
- declare const index$q_createInitReceiveLibraryInstruction: typeof createInitReceiveLibraryInstruction;
4183
- declare const index$q_createInitReceiveLibraryInstructionAccounts: typeof createInitReceiveLibraryInstructionAccounts;
4184
- declare const index$q_createInitSendLibraryInstruction: typeof createInitSendLibraryInstruction;
4185
- declare const index$q_createInitSendLibraryInstructionAccounts: typeof createInitSendLibraryInstructionAccounts;
4186
- declare const index$q_createLzComposeAlertInstruction: typeof createLzComposeAlertInstruction;
4187
- declare const index$q_createLzComposeAlertInstructionAccounts: typeof createLzComposeAlertInstructionAccounts;
4188
- declare const index$q_createLzReceiveAlertInstruction: typeof createLzReceiveAlertInstruction;
4189
- declare const index$q_createLzReceiveAlertInstructionAccounts: typeof createLzReceiveAlertInstructionAccounts;
4190
- declare const index$q_createNilifyInstruction: typeof createNilifyInstruction;
4191
- declare const index$q_createNilifyInstructionAccounts: typeof createNilifyInstructionAccounts;
4192
- declare const index$q_createRegisterLibraryInstruction: typeof createRegisterLibraryInstruction;
4193
- declare const index$q_createRegisterLibraryInstructionAccounts: typeof createRegisterLibraryInstructionAccounts;
4194
- declare const index$q_createRegisterOappInstruction: typeof createRegisterOappInstruction;
4195
- declare const index$q_createRegisterOappInstructionAccounts: typeof createRegisterOappInstructionAccounts;
4196
- declare const index$q_createSendComposeInstruction: typeof createSendComposeInstruction;
4197
- declare const index$q_createSendComposeInstructionAccounts: typeof createSendComposeInstructionAccounts;
4198
- declare const index$q_createSetDefaultReceiveLibraryInstruction: typeof createSetDefaultReceiveLibraryInstruction;
4199
- declare const index$q_createSetDefaultReceiveLibraryInstructionAccounts: typeof createSetDefaultReceiveLibraryInstructionAccounts;
4200
- declare const index$q_createSetDefaultReceiveLibraryTimeoutInstruction: typeof createSetDefaultReceiveLibraryTimeoutInstruction;
4201
- declare const index$q_createSetDefaultReceiveLibraryTimeoutInstructionAccounts: typeof createSetDefaultReceiveLibraryTimeoutInstructionAccounts;
4202
- declare const index$q_createSetDefaultSendLibraryInstruction: typeof createSetDefaultSendLibraryInstruction;
4203
- declare const index$q_createSetDefaultSendLibraryInstructionAccounts: typeof createSetDefaultSendLibraryInstructionAccounts;
4204
- declare const index$q_createSetLzTokenInstruction: typeof createSetLzTokenInstruction;
4205
- declare const index$q_createSetLzTokenInstructionAccounts: typeof createSetLzTokenInstructionAccounts;
4206
- declare const index$q_createSetReceiveLibraryInstruction: typeof createSetReceiveLibraryInstruction;
4207
- declare const index$q_createSetReceiveLibraryInstructionAccounts: typeof createSetReceiveLibraryInstructionAccounts;
4208
- declare const index$q_createSetReceiveLibraryTimeoutInstruction: typeof createSetReceiveLibraryTimeoutInstruction;
4209
- declare const index$q_createSetReceiveLibraryTimeoutInstructionAccounts: typeof createSetReceiveLibraryTimeoutInstructionAccounts;
4210
- declare const index$q_createSetSendLibraryInstruction: typeof createSetSendLibraryInstruction;
4211
- declare const index$q_createSetSendLibraryInstructionAccounts: typeof createSetSendLibraryInstructionAccounts;
4212
- declare const index$q_createSkipInstruction: typeof createSkipInstruction;
4213
- declare const index$q_createSkipInstructionAccounts: typeof createSkipInstructionAccounts;
4214
- declare const index$q_initDefaultReceiveLibraryInstructionDiscriminator: typeof initDefaultReceiveLibraryInstructionDiscriminator;
4215
- declare const index$q_initDefaultReceiveLibraryStruct: typeof initDefaultReceiveLibraryStruct;
4216
- declare const index$q_initDefaultSendLibraryInstructionDiscriminator: typeof initDefaultSendLibraryInstructionDiscriminator;
4217
- declare const index$q_initDefaultSendLibraryStruct: typeof initDefaultSendLibraryStruct;
4218
- declare const index$q_initEndpointInstructionDiscriminator: typeof initEndpointInstructionDiscriminator;
4219
- declare const index$q_initEndpointStruct: typeof initEndpointStruct;
4220
- declare const index$q_initNonceInstructionDiscriminator: typeof initNonceInstructionDiscriminator;
4221
- declare const index$q_initNonceStruct: typeof initNonceStruct;
4222
- declare const index$q_initReceiveLibraryInstructionDiscriminator: typeof initReceiveLibraryInstructionDiscriminator;
4223
- declare const index$q_initReceiveLibraryStruct: typeof initReceiveLibraryStruct;
4224
- declare const index$q_initSendLibraryInstructionDiscriminator: typeof initSendLibraryInstructionDiscriminator;
4225
- declare const index$q_initSendLibraryStruct: typeof initSendLibraryStruct;
4226
- declare const index$q_lzComposeAlertInstructionDiscriminator: typeof lzComposeAlertInstructionDiscriminator;
4227
- declare const index$q_lzComposeAlertStruct: typeof lzComposeAlertStruct;
4228
- declare const index$q_lzReceiveAlertInstructionDiscriminator: typeof lzReceiveAlertInstructionDiscriminator;
4229
- declare const index$q_lzReceiveAlertStruct: typeof lzReceiveAlertStruct;
4230
- declare const index$q_nilifyInstructionDiscriminator: typeof nilifyInstructionDiscriminator;
4231
- declare const index$q_nilifyStruct: typeof nilifyStruct;
4232
- declare const index$q_registerLibraryInstructionDiscriminator: typeof registerLibraryInstructionDiscriminator;
4233
- declare const index$q_registerLibraryStruct: typeof registerLibraryStruct;
4234
- declare const index$q_registerOappInstructionDiscriminator: typeof registerOappInstructionDiscriminator;
4235
- declare const index$q_registerOappStruct: typeof registerOappStruct;
4236
- declare const index$q_sendComposeInstructionDiscriminator: typeof sendComposeInstructionDiscriminator;
4237
- declare const index$q_sendComposeStruct: typeof sendComposeStruct;
4238
- declare const index$q_setDefaultReceiveLibraryInstructionDiscriminator: typeof setDefaultReceiveLibraryInstructionDiscriminator;
4239
- declare const index$q_setDefaultReceiveLibraryStruct: typeof setDefaultReceiveLibraryStruct;
4240
- declare const index$q_setDefaultReceiveLibraryTimeoutInstructionDiscriminator: typeof setDefaultReceiveLibraryTimeoutInstructionDiscriminator;
4241
- declare const index$q_setDefaultReceiveLibraryTimeoutStruct: typeof setDefaultReceiveLibraryTimeoutStruct;
4242
- declare const index$q_setDefaultSendLibraryInstructionDiscriminator: typeof setDefaultSendLibraryInstructionDiscriminator;
4243
- declare const index$q_setDefaultSendLibraryStruct: typeof setDefaultSendLibraryStruct;
4244
- declare const index$q_setLzTokenInstructionDiscriminator: typeof setLzTokenInstructionDiscriminator;
4245
- declare const index$q_setLzTokenStruct: typeof setLzTokenStruct;
4246
- declare const index$q_setReceiveLibraryInstructionDiscriminator: typeof setReceiveLibraryInstructionDiscriminator;
4247
- declare const index$q_setReceiveLibraryStruct: typeof setReceiveLibraryStruct;
4248
- declare const index$q_setReceiveLibraryTimeoutInstructionDiscriminator: typeof setReceiveLibraryTimeoutInstructionDiscriminator;
4249
- declare const index$q_setReceiveLibraryTimeoutStruct: typeof setReceiveLibraryTimeoutStruct;
4250
- declare const index$q_setSendLibraryInstructionDiscriminator: typeof setSendLibraryInstructionDiscriminator;
4251
- declare const index$q_setSendLibraryStruct: typeof setSendLibraryStruct;
4252
- declare const index$q_skipInstructionDiscriminator: typeof skipInstructionDiscriminator;
4253
- declare const index$q_skipStruct: typeof skipStruct;
4254
- declare namespace index$q {
4255
- export { type index$q_BurnInstructionAccounts as BurnInstructionAccounts, type index$q_BurnInstructionArgs as BurnInstructionArgs, type index$q_ClearComposeInstructionAccounts as ClearComposeInstructionAccounts, type index$q_ClearComposeInstructionArgs as ClearComposeInstructionArgs, type index$q_ClearInstructionAccounts as ClearInstructionAccounts, type index$q_ClearInstructionArgs as ClearInstructionArgs, type InitConfigInstructionAccounts$2 as InitConfigInstructionAccounts, type InitConfigInstructionArgs$2 as InitConfigInstructionArgs, type index$q_InitDefaultReceiveLibraryInstructionAccounts as InitDefaultReceiveLibraryInstructionAccounts, type index$q_InitDefaultReceiveLibraryInstructionArgs as InitDefaultReceiveLibraryInstructionArgs, type index$q_InitDefaultSendLibraryInstructionAccounts as InitDefaultSendLibraryInstructionAccounts, type index$q_InitDefaultSendLibraryInstructionArgs as InitDefaultSendLibraryInstructionArgs, type index$q_InitEndpointInstructionAccounts as InitEndpointInstructionAccounts, type index$q_InitEndpointInstructionArgs as InitEndpointInstructionArgs, type index$q_InitNonceInstructionAccounts as InitNonceInstructionAccounts, type index$q_InitNonceInstructionArgs as InitNonceInstructionArgs, type index$q_InitReceiveLibraryInstructionAccounts as InitReceiveLibraryInstructionAccounts, type index$q_InitReceiveLibraryInstructionArgs as InitReceiveLibraryInstructionArgs, type index$q_InitSendLibraryInstructionAccounts as InitSendLibraryInstructionAccounts, type index$q_InitSendLibraryInstructionArgs as InitSendLibraryInstructionArgs, type InitVerifyInstructionAccounts$1 as InitVerifyInstructionAccounts, type InitVerifyInstructionArgs$1 as InitVerifyInstructionArgs, type index$q_LzComposeAlertInstructionAccounts as LzComposeAlertInstructionAccounts, type index$q_LzComposeAlertInstructionArgs as LzComposeAlertInstructionArgs, type index$q_LzReceiveAlertInstructionAccounts as LzReceiveAlertInstructionAccounts, type index$q_LzReceiveAlertInstructionArgs as LzReceiveAlertInstructionArgs, type index$q_NilifyInstructionAccounts as NilifyInstructionAccounts, type index$q_NilifyInstructionArgs as NilifyInstructionArgs, type QuoteInstructionAccounts$3 as QuoteInstructionAccounts, type QuoteInstructionArgs$3 as QuoteInstructionArgs, type index$q_RegisterLibraryInstructionAccounts as RegisterLibraryInstructionAccounts, type index$q_RegisterLibraryInstructionArgs as RegisterLibraryInstructionArgs, type index$q_RegisterOappInstructionAccounts as RegisterOappInstructionAccounts, type index$q_RegisterOappInstructionArgs as RegisterOappInstructionArgs, type index$q_SendComposeInstructionAccounts as SendComposeInstructionAccounts, type index$q_SendComposeInstructionArgs as SendComposeInstructionArgs, type SendInstructionAccounts$3 as SendInstructionAccounts, type SendInstructionArgs$3 as SendInstructionArgs, type SetConfigInstructionAccounts$3 as SetConfigInstructionAccounts, type SetConfigInstructionArgs$3 as SetConfigInstructionArgs, type index$q_SetDefaultReceiveLibraryInstructionAccounts as SetDefaultReceiveLibraryInstructionAccounts, type index$q_SetDefaultReceiveLibraryInstructionArgs as SetDefaultReceiveLibraryInstructionArgs, type index$q_SetDefaultReceiveLibraryTimeoutInstructionAccounts as SetDefaultReceiveLibraryTimeoutInstructionAccounts, type index$q_SetDefaultReceiveLibraryTimeoutInstructionArgs as SetDefaultReceiveLibraryTimeoutInstructionArgs, type index$q_SetDefaultSendLibraryInstructionAccounts as SetDefaultSendLibraryInstructionAccounts, type index$q_SetDefaultSendLibraryInstructionArgs as SetDefaultSendLibraryInstructionArgs, type SetDelegateInstructionAccounts$1 as SetDelegateInstructionAccounts, type SetDelegateInstructionArgs$1 as SetDelegateInstructionArgs, type index$q_SetLzTokenInstructionAccounts as SetLzTokenInstructionAccounts, type index$q_SetLzTokenInstructionArgs as SetLzTokenInstructionArgs, type index$q_SetReceiveLibraryInstructionAccounts as SetReceiveLibraryInstructionAccounts, type index$q_SetReceiveLibraryInstructionArgs as SetReceiveLibraryInstructionArgs, type index$q_SetReceiveLibraryTimeoutInstructionAccounts as SetReceiveLibraryTimeoutInstructionAccounts, type index$q_SetReceiveLibraryTimeoutInstructionArgs as SetReceiveLibraryTimeoutInstructionArgs, type index$q_SetSendLibraryInstructionAccounts as SetSendLibraryInstructionAccounts, type index$q_SetSendLibraryInstructionArgs as SetSendLibraryInstructionArgs, type index$q_SkipInstructionAccounts as SkipInstructionAccounts, type index$q_SkipInstructionArgs as SkipInstructionArgs, type TransferAdminInstructionAccounts$4 as TransferAdminInstructionAccounts, type TransferAdminInstructionArgs$4 as TransferAdminInstructionArgs, type VerifyInstructionAccounts$1 as VerifyInstructionAccounts, type VerifyInstructionArgs$1 as VerifyInstructionArgs, type WithdrawRentInstructionAccounts$1 as WithdrawRentInstructionAccounts, type WithdrawRentInstructionArgs$1 as WithdrawRentInstructionArgs, index$q_burnInstructionDiscriminator as burnInstructionDiscriminator, index$q_burnStruct as burnStruct, index$q_clearComposeInstructionDiscriminator as clearComposeInstructionDiscriminator, index$q_clearComposeStruct as clearComposeStruct, index$q_clearInstructionDiscriminator as clearInstructionDiscriminator, index$q_clearStruct as clearStruct, index$q_createBurnInstruction as createBurnInstruction, index$q_createBurnInstructionAccounts as createBurnInstructionAccounts, index$q_createClearComposeInstruction as createClearComposeInstruction, index$q_createClearComposeInstructionAccounts as createClearComposeInstructionAccounts, index$q_createClearInstruction as createClearInstruction, index$q_createClearInstructionAccounts as createClearInstructionAccounts, createInitConfigInstruction$2 as createInitConfigInstruction, createInitConfigInstructionAccounts$2 as createInitConfigInstructionAccounts, index$q_createInitDefaultReceiveLibraryInstruction as createInitDefaultReceiveLibraryInstruction, index$q_createInitDefaultReceiveLibraryInstructionAccounts as createInitDefaultReceiveLibraryInstructionAccounts, index$q_createInitDefaultSendLibraryInstruction as createInitDefaultSendLibraryInstruction, index$q_createInitDefaultSendLibraryInstructionAccounts as createInitDefaultSendLibraryInstructionAccounts, index$q_createInitEndpointInstruction as createInitEndpointInstruction, index$q_createInitEndpointInstructionAccounts as createInitEndpointInstructionAccounts, index$q_createInitNonceInstruction as createInitNonceInstruction, index$q_createInitNonceInstructionAccounts as createInitNonceInstructionAccounts, index$q_createInitReceiveLibraryInstruction as createInitReceiveLibraryInstruction, index$q_createInitReceiveLibraryInstructionAccounts as createInitReceiveLibraryInstructionAccounts, index$q_createInitSendLibraryInstruction as createInitSendLibraryInstruction, index$q_createInitSendLibraryInstructionAccounts as createInitSendLibraryInstructionAccounts, createInitVerifyInstruction$1 as createInitVerifyInstruction, createInitVerifyInstructionAccounts$1 as createInitVerifyInstructionAccounts, index$q_createLzComposeAlertInstruction as createLzComposeAlertInstruction, index$q_createLzComposeAlertInstructionAccounts as createLzComposeAlertInstructionAccounts, index$q_createLzReceiveAlertInstruction as createLzReceiveAlertInstruction, index$q_createLzReceiveAlertInstructionAccounts as createLzReceiveAlertInstructionAccounts, index$q_createNilifyInstruction as createNilifyInstruction, index$q_createNilifyInstructionAccounts as createNilifyInstructionAccounts, createQuoteInstruction$3 as createQuoteInstruction, createQuoteInstructionAccounts$3 as createQuoteInstructionAccounts, index$q_createRegisterLibraryInstruction as createRegisterLibraryInstruction, index$q_createRegisterLibraryInstructionAccounts as createRegisterLibraryInstructionAccounts, index$q_createRegisterOappInstruction as createRegisterOappInstruction, index$q_createRegisterOappInstructionAccounts as createRegisterOappInstructionAccounts, index$q_createSendComposeInstruction as createSendComposeInstruction, index$q_createSendComposeInstructionAccounts as createSendComposeInstructionAccounts, createSendInstruction$3 as createSendInstruction, createSendInstructionAccounts$3 as createSendInstructionAccounts, createSetConfigInstruction$3 as createSetConfigInstruction, createSetConfigInstructionAccounts$3 as createSetConfigInstructionAccounts, index$q_createSetDefaultReceiveLibraryInstruction as createSetDefaultReceiveLibraryInstruction, index$q_createSetDefaultReceiveLibraryInstructionAccounts as createSetDefaultReceiveLibraryInstructionAccounts, index$q_createSetDefaultReceiveLibraryTimeoutInstruction as createSetDefaultReceiveLibraryTimeoutInstruction, index$q_createSetDefaultReceiveLibraryTimeoutInstructionAccounts as createSetDefaultReceiveLibraryTimeoutInstructionAccounts, index$q_createSetDefaultSendLibraryInstruction as createSetDefaultSendLibraryInstruction, index$q_createSetDefaultSendLibraryInstructionAccounts as createSetDefaultSendLibraryInstructionAccounts, createSetDelegateInstruction$1 as createSetDelegateInstruction, createSetDelegateInstructionAccounts$1 as createSetDelegateInstructionAccounts, index$q_createSetLzTokenInstruction as createSetLzTokenInstruction, index$q_createSetLzTokenInstructionAccounts as createSetLzTokenInstructionAccounts, index$q_createSetReceiveLibraryInstruction as createSetReceiveLibraryInstruction, index$q_createSetReceiveLibraryInstructionAccounts as createSetReceiveLibraryInstructionAccounts, index$q_createSetReceiveLibraryTimeoutInstruction as createSetReceiveLibraryTimeoutInstruction, index$q_createSetReceiveLibraryTimeoutInstructionAccounts as createSetReceiveLibraryTimeoutInstructionAccounts, index$q_createSetSendLibraryInstruction as createSetSendLibraryInstruction, index$q_createSetSendLibraryInstructionAccounts as createSetSendLibraryInstructionAccounts, index$q_createSkipInstruction as createSkipInstruction, index$q_createSkipInstructionAccounts as createSkipInstructionAccounts, createTransferAdminInstruction$4 as createTransferAdminInstruction, createTransferAdminInstructionAccounts$4 as createTransferAdminInstructionAccounts, createVerifyInstruction$1 as createVerifyInstruction, createVerifyInstructionAccounts$1 as createVerifyInstructionAccounts, createWithdrawRentInstruction$1 as createWithdrawRentInstruction, createWithdrawRentInstructionAccounts$1 as createWithdrawRentInstructionAccounts, initConfigInstructionDiscriminator$2 as initConfigInstructionDiscriminator, initConfigStruct$2 as initConfigStruct, index$q_initDefaultReceiveLibraryInstructionDiscriminator as initDefaultReceiveLibraryInstructionDiscriminator, index$q_initDefaultReceiveLibraryStruct as initDefaultReceiveLibraryStruct, index$q_initDefaultSendLibraryInstructionDiscriminator as initDefaultSendLibraryInstructionDiscriminator, index$q_initDefaultSendLibraryStruct as initDefaultSendLibraryStruct, index$q_initEndpointInstructionDiscriminator as initEndpointInstructionDiscriminator, index$q_initEndpointStruct as initEndpointStruct, index$q_initNonceInstructionDiscriminator as initNonceInstructionDiscriminator, index$q_initNonceStruct as initNonceStruct, index$q_initReceiveLibraryInstructionDiscriminator as initReceiveLibraryInstructionDiscriminator, index$q_initReceiveLibraryStruct as initReceiveLibraryStruct, index$q_initSendLibraryInstructionDiscriminator as initSendLibraryInstructionDiscriminator, index$q_initSendLibraryStruct as initSendLibraryStruct, initVerifyInstructionDiscriminator$1 as initVerifyInstructionDiscriminator, initVerifyStruct$1 as initVerifyStruct, index$q_lzComposeAlertInstructionDiscriminator as lzComposeAlertInstructionDiscriminator, index$q_lzComposeAlertStruct as lzComposeAlertStruct, index$q_lzReceiveAlertInstructionDiscriminator as lzReceiveAlertInstructionDiscriminator, index$q_lzReceiveAlertStruct as lzReceiveAlertStruct, index$q_nilifyInstructionDiscriminator as nilifyInstructionDiscriminator, index$q_nilifyStruct as nilifyStruct, quoteInstructionDiscriminator$3 as quoteInstructionDiscriminator, quoteStruct$3 as quoteStruct, index$q_registerLibraryInstructionDiscriminator as registerLibraryInstructionDiscriminator, index$q_registerLibraryStruct as registerLibraryStruct, index$q_registerOappInstructionDiscriminator as registerOappInstructionDiscriminator, index$q_registerOappStruct as registerOappStruct, index$q_sendComposeInstructionDiscriminator as sendComposeInstructionDiscriminator, index$q_sendComposeStruct as sendComposeStruct, sendInstructionDiscriminator$3 as sendInstructionDiscriminator, sendStruct$3 as sendStruct, setConfigInstructionDiscriminator$3 as setConfigInstructionDiscriminator, setConfigStruct$3 as setConfigStruct, index$q_setDefaultReceiveLibraryInstructionDiscriminator as setDefaultReceiveLibraryInstructionDiscriminator, index$q_setDefaultReceiveLibraryStruct as setDefaultReceiveLibraryStruct, index$q_setDefaultReceiveLibraryTimeoutInstructionDiscriminator as setDefaultReceiveLibraryTimeoutInstructionDiscriminator, index$q_setDefaultReceiveLibraryTimeoutStruct as setDefaultReceiveLibraryTimeoutStruct, index$q_setDefaultSendLibraryInstructionDiscriminator as setDefaultSendLibraryInstructionDiscriminator, index$q_setDefaultSendLibraryStruct as setDefaultSendLibraryStruct, setDelegateInstructionDiscriminator$1 as setDelegateInstructionDiscriminator, setDelegateStruct$1 as setDelegateStruct, index$q_setLzTokenInstructionDiscriminator as setLzTokenInstructionDiscriminator, index$q_setLzTokenStruct as setLzTokenStruct, index$q_setReceiveLibraryInstructionDiscriminator as setReceiveLibraryInstructionDiscriminator, index$q_setReceiveLibraryStruct as setReceiveLibraryStruct, index$q_setReceiveLibraryTimeoutInstructionDiscriminator as setReceiveLibraryTimeoutInstructionDiscriminator, index$q_setReceiveLibraryTimeoutStruct as setReceiveLibraryTimeoutStruct, index$q_setSendLibraryInstructionDiscriminator as setSendLibraryInstructionDiscriminator, index$q_setSendLibraryStruct as setSendLibraryStruct, index$q_skipInstructionDiscriminator as skipInstructionDiscriminator, index$q_skipStruct as skipStruct, transferAdminInstructionDiscriminator$4 as transferAdminInstructionDiscriminator, transferAdminStruct$4 as transferAdminStruct, verifyInstructionDiscriminator$1 as verifyInstructionDiscriminator, verifyStruct$1 as verifyStruct, withdrawRentInstructionDiscriminator$1 as withdrawRentInstructionDiscriminator, withdrawRentStruct$1 as withdrawRentStruct };
4117
+ type index$s_BurnInstructionAccounts = BurnInstructionAccounts;
4118
+ type index$s_BurnInstructionArgs = BurnInstructionArgs;
4119
+ type index$s_ClearComposeInstructionAccounts = ClearComposeInstructionAccounts;
4120
+ type index$s_ClearComposeInstructionArgs = ClearComposeInstructionArgs;
4121
+ type index$s_ClearInstructionAccounts = ClearInstructionAccounts;
4122
+ type index$s_ClearInstructionArgs = ClearInstructionArgs;
4123
+ type index$s_InitDefaultReceiveLibraryInstructionAccounts = InitDefaultReceiveLibraryInstructionAccounts;
4124
+ type index$s_InitDefaultReceiveLibraryInstructionArgs = InitDefaultReceiveLibraryInstructionArgs;
4125
+ type index$s_InitDefaultSendLibraryInstructionAccounts = InitDefaultSendLibraryInstructionAccounts;
4126
+ type index$s_InitDefaultSendLibraryInstructionArgs = InitDefaultSendLibraryInstructionArgs;
4127
+ type index$s_InitEndpointInstructionAccounts = InitEndpointInstructionAccounts;
4128
+ type index$s_InitEndpointInstructionArgs = InitEndpointInstructionArgs;
4129
+ type index$s_InitNonceInstructionAccounts = InitNonceInstructionAccounts;
4130
+ type index$s_InitNonceInstructionArgs = InitNonceInstructionArgs;
4131
+ type index$s_InitReceiveLibraryInstructionAccounts = InitReceiveLibraryInstructionAccounts;
4132
+ type index$s_InitReceiveLibraryInstructionArgs = InitReceiveLibraryInstructionArgs;
4133
+ type index$s_InitSendLibraryInstructionAccounts = InitSendLibraryInstructionAccounts;
4134
+ type index$s_InitSendLibraryInstructionArgs = InitSendLibraryInstructionArgs;
4135
+ type index$s_LzComposeAlertInstructionAccounts = LzComposeAlertInstructionAccounts;
4136
+ type index$s_LzComposeAlertInstructionArgs = LzComposeAlertInstructionArgs;
4137
+ type index$s_LzReceiveAlertInstructionAccounts = LzReceiveAlertInstructionAccounts;
4138
+ type index$s_LzReceiveAlertInstructionArgs = LzReceiveAlertInstructionArgs;
4139
+ type index$s_NilifyInstructionAccounts = NilifyInstructionAccounts;
4140
+ type index$s_NilifyInstructionArgs = NilifyInstructionArgs;
4141
+ type index$s_RegisterLibraryInstructionAccounts = RegisterLibraryInstructionAccounts;
4142
+ type index$s_RegisterLibraryInstructionArgs = RegisterLibraryInstructionArgs;
4143
+ type index$s_RegisterOappInstructionAccounts = RegisterOappInstructionAccounts;
4144
+ type index$s_RegisterOappInstructionArgs = RegisterOappInstructionArgs;
4145
+ type index$s_SendComposeInstructionAccounts = SendComposeInstructionAccounts;
4146
+ type index$s_SendComposeInstructionArgs = SendComposeInstructionArgs;
4147
+ type index$s_SetDefaultReceiveLibraryInstructionAccounts = SetDefaultReceiveLibraryInstructionAccounts;
4148
+ type index$s_SetDefaultReceiveLibraryInstructionArgs = SetDefaultReceiveLibraryInstructionArgs;
4149
+ type index$s_SetDefaultReceiveLibraryTimeoutInstructionAccounts = SetDefaultReceiveLibraryTimeoutInstructionAccounts;
4150
+ type index$s_SetDefaultReceiveLibraryTimeoutInstructionArgs = SetDefaultReceiveLibraryTimeoutInstructionArgs;
4151
+ type index$s_SetDefaultSendLibraryInstructionAccounts = SetDefaultSendLibraryInstructionAccounts;
4152
+ type index$s_SetDefaultSendLibraryInstructionArgs = SetDefaultSendLibraryInstructionArgs;
4153
+ type index$s_SetLzTokenInstructionAccounts = SetLzTokenInstructionAccounts;
4154
+ type index$s_SetLzTokenInstructionArgs = SetLzTokenInstructionArgs;
4155
+ type index$s_SetReceiveLibraryInstructionAccounts = SetReceiveLibraryInstructionAccounts;
4156
+ type index$s_SetReceiveLibraryInstructionArgs = SetReceiveLibraryInstructionArgs;
4157
+ type index$s_SetReceiveLibraryTimeoutInstructionAccounts = SetReceiveLibraryTimeoutInstructionAccounts;
4158
+ type index$s_SetReceiveLibraryTimeoutInstructionArgs = SetReceiveLibraryTimeoutInstructionArgs;
4159
+ type index$s_SetSendLibraryInstructionAccounts = SetSendLibraryInstructionAccounts;
4160
+ type index$s_SetSendLibraryInstructionArgs = SetSendLibraryInstructionArgs;
4161
+ type index$s_SkipInstructionAccounts = SkipInstructionAccounts;
4162
+ type index$s_SkipInstructionArgs = SkipInstructionArgs;
4163
+ declare const index$s_burnInstructionDiscriminator: typeof burnInstructionDiscriminator;
4164
+ declare const index$s_burnStruct: typeof burnStruct;
4165
+ declare const index$s_clearComposeInstructionDiscriminator: typeof clearComposeInstructionDiscriminator;
4166
+ declare const index$s_clearComposeStruct: typeof clearComposeStruct;
4167
+ declare const index$s_clearInstructionDiscriminator: typeof clearInstructionDiscriminator;
4168
+ declare const index$s_clearStruct: typeof clearStruct;
4169
+ declare const index$s_createBurnInstruction: typeof createBurnInstruction;
4170
+ declare const index$s_createBurnInstructionAccounts: typeof createBurnInstructionAccounts;
4171
+ declare const index$s_createClearComposeInstruction: typeof createClearComposeInstruction;
4172
+ declare const index$s_createClearComposeInstructionAccounts: typeof createClearComposeInstructionAccounts;
4173
+ declare const index$s_createClearInstruction: typeof createClearInstruction;
4174
+ declare const index$s_createClearInstructionAccounts: typeof createClearInstructionAccounts;
4175
+ declare const index$s_createInitDefaultReceiveLibraryInstruction: typeof createInitDefaultReceiveLibraryInstruction;
4176
+ declare const index$s_createInitDefaultReceiveLibraryInstructionAccounts: typeof createInitDefaultReceiveLibraryInstructionAccounts;
4177
+ declare const index$s_createInitDefaultSendLibraryInstruction: typeof createInitDefaultSendLibraryInstruction;
4178
+ declare const index$s_createInitDefaultSendLibraryInstructionAccounts: typeof createInitDefaultSendLibraryInstructionAccounts;
4179
+ declare const index$s_createInitEndpointInstruction: typeof createInitEndpointInstruction;
4180
+ declare const index$s_createInitEndpointInstructionAccounts: typeof createInitEndpointInstructionAccounts;
4181
+ declare const index$s_createInitNonceInstruction: typeof createInitNonceInstruction;
4182
+ declare const index$s_createInitNonceInstructionAccounts: typeof createInitNonceInstructionAccounts;
4183
+ declare const index$s_createInitReceiveLibraryInstruction: typeof createInitReceiveLibraryInstruction;
4184
+ declare const index$s_createInitReceiveLibraryInstructionAccounts: typeof createInitReceiveLibraryInstructionAccounts;
4185
+ declare const index$s_createInitSendLibraryInstruction: typeof createInitSendLibraryInstruction;
4186
+ declare const index$s_createInitSendLibraryInstructionAccounts: typeof createInitSendLibraryInstructionAccounts;
4187
+ declare const index$s_createLzComposeAlertInstruction: typeof createLzComposeAlertInstruction;
4188
+ declare const index$s_createLzComposeAlertInstructionAccounts: typeof createLzComposeAlertInstructionAccounts;
4189
+ declare const index$s_createLzReceiveAlertInstruction: typeof createLzReceiveAlertInstruction;
4190
+ declare const index$s_createLzReceiveAlertInstructionAccounts: typeof createLzReceiveAlertInstructionAccounts;
4191
+ declare const index$s_createNilifyInstruction: typeof createNilifyInstruction;
4192
+ declare const index$s_createNilifyInstructionAccounts: typeof createNilifyInstructionAccounts;
4193
+ declare const index$s_createRegisterLibraryInstruction: typeof createRegisterLibraryInstruction;
4194
+ declare const index$s_createRegisterLibraryInstructionAccounts: typeof createRegisterLibraryInstructionAccounts;
4195
+ declare const index$s_createRegisterOappInstruction: typeof createRegisterOappInstruction;
4196
+ declare const index$s_createRegisterOappInstructionAccounts: typeof createRegisterOappInstructionAccounts;
4197
+ declare const index$s_createSendComposeInstruction: typeof createSendComposeInstruction;
4198
+ declare const index$s_createSendComposeInstructionAccounts: typeof createSendComposeInstructionAccounts;
4199
+ declare const index$s_createSetDefaultReceiveLibraryInstruction: typeof createSetDefaultReceiveLibraryInstruction;
4200
+ declare const index$s_createSetDefaultReceiveLibraryInstructionAccounts: typeof createSetDefaultReceiveLibraryInstructionAccounts;
4201
+ declare const index$s_createSetDefaultReceiveLibraryTimeoutInstruction: typeof createSetDefaultReceiveLibraryTimeoutInstruction;
4202
+ declare const index$s_createSetDefaultReceiveLibraryTimeoutInstructionAccounts: typeof createSetDefaultReceiveLibraryTimeoutInstructionAccounts;
4203
+ declare const index$s_createSetDefaultSendLibraryInstruction: typeof createSetDefaultSendLibraryInstruction;
4204
+ declare const index$s_createSetDefaultSendLibraryInstructionAccounts: typeof createSetDefaultSendLibraryInstructionAccounts;
4205
+ declare const index$s_createSetLzTokenInstruction: typeof createSetLzTokenInstruction;
4206
+ declare const index$s_createSetLzTokenInstructionAccounts: typeof createSetLzTokenInstructionAccounts;
4207
+ declare const index$s_createSetReceiveLibraryInstruction: typeof createSetReceiveLibraryInstruction;
4208
+ declare const index$s_createSetReceiveLibraryInstructionAccounts: typeof createSetReceiveLibraryInstructionAccounts;
4209
+ declare const index$s_createSetReceiveLibraryTimeoutInstruction: typeof createSetReceiveLibraryTimeoutInstruction;
4210
+ declare const index$s_createSetReceiveLibraryTimeoutInstructionAccounts: typeof createSetReceiveLibraryTimeoutInstructionAccounts;
4211
+ declare const index$s_createSetSendLibraryInstruction: typeof createSetSendLibraryInstruction;
4212
+ declare const index$s_createSetSendLibraryInstructionAccounts: typeof createSetSendLibraryInstructionAccounts;
4213
+ declare const index$s_createSkipInstruction: typeof createSkipInstruction;
4214
+ declare const index$s_createSkipInstructionAccounts: typeof createSkipInstructionAccounts;
4215
+ declare const index$s_initDefaultReceiveLibraryInstructionDiscriminator: typeof initDefaultReceiveLibraryInstructionDiscriminator;
4216
+ declare const index$s_initDefaultReceiveLibraryStruct: typeof initDefaultReceiveLibraryStruct;
4217
+ declare const index$s_initDefaultSendLibraryInstructionDiscriminator: typeof initDefaultSendLibraryInstructionDiscriminator;
4218
+ declare const index$s_initDefaultSendLibraryStruct: typeof initDefaultSendLibraryStruct;
4219
+ declare const index$s_initEndpointInstructionDiscriminator: typeof initEndpointInstructionDiscriminator;
4220
+ declare const index$s_initEndpointStruct: typeof initEndpointStruct;
4221
+ declare const index$s_initNonceInstructionDiscriminator: typeof initNonceInstructionDiscriminator;
4222
+ declare const index$s_initNonceStruct: typeof initNonceStruct;
4223
+ declare const index$s_initReceiveLibraryInstructionDiscriminator: typeof initReceiveLibraryInstructionDiscriminator;
4224
+ declare const index$s_initReceiveLibraryStruct: typeof initReceiveLibraryStruct;
4225
+ declare const index$s_initSendLibraryInstructionDiscriminator: typeof initSendLibraryInstructionDiscriminator;
4226
+ declare const index$s_initSendLibraryStruct: typeof initSendLibraryStruct;
4227
+ declare const index$s_lzComposeAlertInstructionDiscriminator: typeof lzComposeAlertInstructionDiscriminator;
4228
+ declare const index$s_lzComposeAlertStruct: typeof lzComposeAlertStruct;
4229
+ declare const index$s_lzReceiveAlertInstructionDiscriminator: typeof lzReceiveAlertInstructionDiscriminator;
4230
+ declare const index$s_lzReceiveAlertStruct: typeof lzReceiveAlertStruct;
4231
+ declare const index$s_nilifyInstructionDiscriminator: typeof nilifyInstructionDiscriminator;
4232
+ declare const index$s_nilifyStruct: typeof nilifyStruct;
4233
+ declare const index$s_registerLibraryInstructionDiscriminator: typeof registerLibraryInstructionDiscriminator;
4234
+ declare const index$s_registerLibraryStruct: typeof registerLibraryStruct;
4235
+ declare const index$s_registerOappInstructionDiscriminator: typeof registerOappInstructionDiscriminator;
4236
+ declare const index$s_registerOappStruct: typeof registerOappStruct;
4237
+ declare const index$s_sendComposeInstructionDiscriminator: typeof sendComposeInstructionDiscriminator;
4238
+ declare const index$s_sendComposeStruct: typeof sendComposeStruct;
4239
+ declare const index$s_setDefaultReceiveLibraryInstructionDiscriminator: typeof setDefaultReceiveLibraryInstructionDiscriminator;
4240
+ declare const index$s_setDefaultReceiveLibraryStruct: typeof setDefaultReceiveLibraryStruct;
4241
+ declare const index$s_setDefaultReceiveLibraryTimeoutInstructionDiscriminator: typeof setDefaultReceiveLibraryTimeoutInstructionDiscriminator;
4242
+ declare const index$s_setDefaultReceiveLibraryTimeoutStruct: typeof setDefaultReceiveLibraryTimeoutStruct;
4243
+ declare const index$s_setDefaultSendLibraryInstructionDiscriminator: typeof setDefaultSendLibraryInstructionDiscriminator;
4244
+ declare const index$s_setDefaultSendLibraryStruct: typeof setDefaultSendLibraryStruct;
4245
+ declare const index$s_setLzTokenInstructionDiscriminator: typeof setLzTokenInstructionDiscriminator;
4246
+ declare const index$s_setLzTokenStruct: typeof setLzTokenStruct;
4247
+ declare const index$s_setReceiveLibraryInstructionDiscriminator: typeof setReceiveLibraryInstructionDiscriminator;
4248
+ declare const index$s_setReceiveLibraryStruct: typeof setReceiveLibraryStruct;
4249
+ declare const index$s_setReceiveLibraryTimeoutInstructionDiscriminator: typeof setReceiveLibraryTimeoutInstructionDiscriminator;
4250
+ declare const index$s_setReceiveLibraryTimeoutStruct: typeof setReceiveLibraryTimeoutStruct;
4251
+ declare const index$s_setSendLibraryInstructionDiscriminator: typeof setSendLibraryInstructionDiscriminator;
4252
+ declare const index$s_setSendLibraryStruct: typeof setSendLibraryStruct;
4253
+ declare const index$s_skipInstructionDiscriminator: typeof skipInstructionDiscriminator;
4254
+ declare const index$s_skipStruct: typeof skipStruct;
4255
+ declare namespace index$s {
4256
+ export { type index$s_BurnInstructionAccounts as BurnInstructionAccounts, type index$s_BurnInstructionArgs as BurnInstructionArgs, type index$s_ClearComposeInstructionAccounts as ClearComposeInstructionAccounts, type index$s_ClearComposeInstructionArgs as ClearComposeInstructionArgs, type index$s_ClearInstructionAccounts as ClearInstructionAccounts, type index$s_ClearInstructionArgs as ClearInstructionArgs, type InitConfigInstructionAccounts$2 as InitConfigInstructionAccounts, type InitConfigInstructionArgs$2 as InitConfigInstructionArgs, type index$s_InitDefaultReceiveLibraryInstructionAccounts as InitDefaultReceiveLibraryInstructionAccounts, type index$s_InitDefaultReceiveLibraryInstructionArgs as InitDefaultReceiveLibraryInstructionArgs, type index$s_InitDefaultSendLibraryInstructionAccounts as InitDefaultSendLibraryInstructionAccounts, type index$s_InitDefaultSendLibraryInstructionArgs as InitDefaultSendLibraryInstructionArgs, type index$s_InitEndpointInstructionAccounts as InitEndpointInstructionAccounts, type index$s_InitEndpointInstructionArgs as InitEndpointInstructionArgs, type index$s_InitNonceInstructionAccounts as InitNonceInstructionAccounts, type index$s_InitNonceInstructionArgs as InitNonceInstructionArgs, type index$s_InitReceiveLibraryInstructionAccounts as InitReceiveLibraryInstructionAccounts, type index$s_InitReceiveLibraryInstructionArgs as InitReceiveLibraryInstructionArgs, type index$s_InitSendLibraryInstructionAccounts as InitSendLibraryInstructionAccounts, type index$s_InitSendLibraryInstructionArgs as InitSendLibraryInstructionArgs, type InitVerifyInstructionAccounts$1 as InitVerifyInstructionAccounts, type InitVerifyInstructionArgs$1 as InitVerifyInstructionArgs, type index$s_LzComposeAlertInstructionAccounts as LzComposeAlertInstructionAccounts, type index$s_LzComposeAlertInstructionArgs as LzComposeAlertInstructionArgs, type index$s_LzReceiveAlertInstructionAccounts as LzReceiveAlertInstructionAccounts, type index$s_LzReceiveAlertInstructionArgs as LzReceiveAlertInstructionArgs, type index$s_NilifyInstructionAccounts as NilifyInstructionAccounts, type index$s_NilifyInstructionArgs as NilifyInstructionArgs, type QuoteInstructionAccounts$3 as QuoteInstructionAccounts, type QuoteInstructionArgs$3 as QuoteInstructionArgs, type index$s_RegisterLibraryInstructionAccounts as RegisterLibraryInstructionAccounts, type index$s_RegisterLibraryInstructionArgs as RegisterLibraryInstructionArgs, type index$s_RegisterOappInstructionAccounts as RegisterOappInstructionAccounts, type index$s_RegisterOappInstructionArgs as RegisterOappInstructionArgs, type index$s_SendComposeInstructionAccounts as SendComposeInstructionAccounts, type index$s_SendComposeInstructionArgs as SendComposeInstructionArgs, type SendInstructionAccounts$3 as SendInstructionAccounts, type SendInstructionArgs$3 as SendInstructionArgs, type SetConfigInstructionAccounts$3 as SetConfigInstructionAccounts, type SetConfigInstructionArgs$3 as SetConfigInstructionArgs, type index$s_SetDefaultReceiveLibraryInstructionAccounts as SetDefaultReceiveLibraryInstructionAccounts, type index$s_SetDefaultReceiveLibraryInstructionArgs as SetDefaultReceiveLibraryInstructionArgs, type index$s_SetDefaultReceiveLibraryTimeoutInstructionAccounts as SetDefaultReceiveLibraryTimeoutInstructionAccounts, type index$s_SetDefaultReceiveLibraryTimeoutInstructionArgs as SetDefaultReceiveLibraryTimeoutInstructionArgs, type index$s_SetDefaultSendLibraryInstructionAccounts as SetDefaultSendLibraryInstructionAccounts, type index$s_SetDefaultSendLibraryInstructionArgs as SetDefaultSendLibraryInstructionArgs, type SetDelegateInstructionAccounts$1 as SetDelegateInstructionAccounts, type SetDelegateInstructionArgs$1 as SetDelegateInstructionArgs, type index$s_SetLzTokenInstructionAccounts as SetLzTokenInstructionAccounts, type index$s_SetLzTokenInstructionArgs as SetLzTokenInstructionArgs, type index$s_SetReceiveLibraryInstructionAccounts as SetReceiveLibraryInstructionAccounts, type index$s_SetReceiveLibraryInstructionArgs as SetReceiveLibraryInstructionArgs, type index$s_SetReceiveLibraryTimeoutInstructionAccounts as SetReceiveLibraryTimeoutInstructionAccounts, type index$s_SetReceiveLibraryTimeoutInstructionArgs as SetReceiveLibraryTimeoutInstructionArgs, type index$s_SetSendLibraryInstructionAccounts as SetSendLibraryInstructionAccounts, type index$s_SetSendLibraryInstructionArgs as SetSendLibraryInstructionArgs, type index$s_SkipInstructionAccounts as SkipInstructionAccounts, type index$s_SkipInstructionArgs as SkipInstructionArgs, type TransferAdminInstructionAccounts$4 as TransferAdminInstructionAccounts, type TransferAdminInstructionArgs$4 as TransferAdminInstructionArgs, type VerifyInstructionAccounts$1 as VerifyInstructionAccounts, type VerifyInstructionArgs$1 as VerifyInstructionArgs, type WithdrawRentInstructionAccounts$1 as WithdrawRentInstructionAccounts, type WithdrawRentInstructionArgs$1 as WithdrawRentInstructionArgs, index$s_burnInstructionDiscriminator as burnInstructionDiscriminator, index$s_burnStruct as burnStruct, index$s_clearComposeInstructionDiscriminator as clearComposeInstructionDiscriminator, index$s_clearComposeStruct as clearComposeStruct, index$s_clearInstructionDiscriminator as clearInstructionDiscriminator, index$s_clearStruct as clearStruct, index$s_createBurnInstruction as createBurnInstruction, index$s_createBurnInstructionAccounts as createBurnInstructionAccounts, index$s_createClearComposeInstruction as createClearComposeInstruction, index$s_createClearComposeInstructionAccounts as createClearComposeInstructionAccounts, index$s_createClearInstruction as createClearInstruction, index$s_createClearInstructionAccounts as createClearInstructionAccounts, createInitConfigInstruction$2 as createInitConfigInstruction, createInitConfigInstructionAccounts$2 as createInitConfigInstructionAccounts, index$s_createInitDefaultReceiveLibraryInstruction as createInitDefaultReceiveLibraryInstruction, index$s_createInitDefaultReceiveLibraryInstructionAccounts as createInitDefaultReceiveLibraryInstructionAccounts, index$s_createInitDefaultSendLibraryInstruction as createInitDefaultSendLibraryInstruction, index$s_createInitDefaultSendLibraryInstructionAccounts as createInitDefaultSendLibraryInstructionAccounts, index$s_createInitEndpointInstruction as createInitEndpointInstruction, index$s_createInitEndpointInstructionAccounts as createInitEndpointInstructionAccounts, index$s_createInitNonceInstruction as createInitNonceInstruction, index$s_createInitNonceInstructionAccounts as createInitNonceInstructionAccounts, index$s_createInitReceiveLibraryInstruction as createInitReceiveLibraryInstruction, index$s_createInitReceiveLibraryInstructionAccounts as createInitReceiveLibraryInstructionAccounts, index$s_createInitSendLibraryInstruction as createInitSendLibraryInstruction, index$s_createInitSendLibraryInstructionAccounts as createInitSendLibraryInstructionAccounts, createInitVerifyInstruction$1 as createInitVerifyInstruction, createInitVerifyInstructionAccounts$1 as createInitVerifyInstructionAccounts, index$s_createLzComposeAlertInstruction as createLzComposeAlertInstruction, index$s_createLzComposeAlertInstructionAccounts as createLzComposeAlertInstructionAccounts, index$s_createLzReceiveAlertInstruction as createLzReceiveAlertInstruction, index$s_createLzReceiveAlertInstructionAccounts as createLzReceiveAlertInstructionAccounts, index$s_createNilifyInstruction as createNilifyInstruction, index$s_createNilifyInstructionAccounts as createNilifyInstructionAccounts, createQuoteInstruction$3 as createQuoteInstruction, createQuoteInstructionAccounts$3 as createQuoteInstructionAccounts, index$s_createRegisterLibraryInstruction as createRegisterLibraryInstruction, index$s_createRegisterLibraryInstructionAccounts as createRegisterLibraryInstructionAccounts, index$s_createRegisterOappInstruction as createRegisterOappInstruction, index$s_createRegisterOappInstructionAccounts as createRegisterOappInstructionAccounts, index$s_createSendComposeInstruction as createSendComposeInstruction, index$s_createSendComposeInstructionAccounts as createSendComposeInstructionAccounts, createSendInstruction$3 as createSendInstruction, createSendInstructionAccounts$3 as createSendInstructionAccounts, createSetConfigInstruction$3 as createSetConfigInstruction, createSetConfigInstructionAccounts$3 as createSetConfigInstructionAccounts, index$s_createSetDefaultReceiveLibraryInstruction as createSetDefaultReceiveLibraryInstruction, index$s_createSetDefaultReceiveLibraryInstructionAccounts as createSetDefaultReceiveLibraryInstructionAccounts, index$s_createSetDefaultReceiveLibraryTimeoutInstruction as createSetDefaultReceiveLibraryTimeoutInstruction, index$s_createSetDefaultReceiveLibraryTimeoutInstructionAccounts as createSetDefaultReceiveLibraryTimeoutInstructionAccounts, index$s_createSetDefaultSendLibraryInstruction as createSetDefaultSendLibraryInstruction, index$s_createSetDefaultSendLibraryInstructionAccounts as createSetDefaultSendLibraryInstructionAccounts, createSetDelegateInstruction$1 as createSetDelegateInstruction, createSetDelegateInstructionAccounts$1 as createSetDelegateInstructionAccounts, index$s_createSetLzTokenInstruction as createSetLzTokenInstruction, index$s_createSetLzTokenInstructionAccounts as createSetLzTokenInstructionAccounts, index$s_createSetReceiveLibraryInstruction as createSetReceiveLibraryInstruction, index$s_createSetReceiveLibraryInstructionAccounts as createSetReceiveLibraryInstructionAccounts, index$s_createSetReceiveLibraryTimeoutInstruction as createSetReceiveLibraryTimeoutInstruction, index$s_createSetReceiveLibraryTimeoutInstructionAccounts as createSetReceiveLibraryTimeoutInstructionAccounts, index$s_createSetSendLibraryInstruction as createSetSendLibraryInstruction, index$s_createSetSendLibraryInstructionAccounts as createSetSendLibraryInstructionAccounts, index$s_createSkipInstruction as createSkipInstruction, index$s_createSkipInstructionAccounts as createSkipInstructionAccounts, createTransferAdminInstruction$4 as createTransferAdminInstruction, createTransferAdminInstructionAccounts$4 as createTransferAdminInstructionAccounts, createVerifyInstruction$1 as createVerifyInstruction, createVerifyInstructionAccounts$1 as createVerifyInstructionAccounts, createWithdrawRentInstruction$1 as createWithdrawRentInstruction, createWithdrawRentInstructionAccounts$1 as createWithdrawRentInstructionAccounts, initConfigInstructionDiscriminator$2 as initConfigInstructionDiscriminator, initConfigStruct$2 as initConfigStruct, index$s_initDefaultReceiveLibraryInstructionDiscriminator as initDefaultReceiveLibraryInstructionDiscriminator, index$s_initDefaultReceiveLibraryStruct as initDefaultReceiveLibraryStruct, index$s_initDefaultSendLibraryInstructionDiscriminator as initDefaultSendLibraryInstructionDiscriminator, index$s_initDefaultSendLibraryStruct as initDefaultSendLibraryStruct, index$s_initEndpointInstructionDiscriminator as initEndpointInstructionDiscriminator, index$s_initEndpointStruct as initEndpointStruct, index$s_initNonceInstructionDiscriminator as initNonceInstructionDiscriminator, index$s_initNonceStruct as initNonceStruct, index$s_initReceiveLibraryInstructionDiscriminator as initReceiveLibraryInstructionDiscriminator, index$s_initReceiveLibraryStruct as initReceiveLibraryStruct, index$s_initSendLibraryInstructionDiscriminator as initSendLibraryInstructionDiscriminator, index$s_initSendLibraryStruct as initSendLibraryStruct, initVerifyInstructionDiscriminator$1 as initVerifyInstructionDiscriminator, initVerifyStruct$1 as initVerifyStruct, index$s_lzComposeAlertInstructionDiscriminator as lzComposeAlertInstructionDiscriminator, index$s_lzComposeAlertStruct as lzComposeAlertStruct, index$s_lzReceiveAlertInstructionDiscriminator as lzReceiveAlertInstructionDiscriminator, index$s_lzReceiveAlertStruct as lzReceiveAlertStruct, index$s_nilifyInstructionDiscriminator as nilifyInstructionDiscriminator, index$s_nilifyStruct as nilifyStruct, quoteInstructionDiscriminator$3 as quoteInstructionDiscriminator, quoteStruct$3 as quoteStruct, index$s_registerLibraryInstructionDiscriminator as registerLibraryInstructionDiscriminator, index$s_registerLibraryStruct as registerLibraryStruct, index$s_registerOappInstructionDiscriminator as registerOappInstructionDiscriminator, index$s_registerOappStruct as registerOappStruct, index$s_sendComposeInstructionDiscriminator as sendComposeInstructionDiscriminator, index$s_sendComposeStruct as sendComposeStruct, sendInstructionDiscriminator$3 as sendInstructionDiscriminator, sendStruct$3 as sendStruct, setConfigInstructionDiscriminator$3 as setConfigInstructionDiscriminator, setConfigStruct$3 as setConfigStruct, index$s_setDefaultReceiveLibraryInstructionDiscriminator as setDefaultReceiveLibraryInstructionDiscriminator, index$s_setDefaultReceiveLibraryStruct as setDefaultReceiveLibraryStruct, index$s_setDefaultReceiveLibraryTimeoutInstructionDiscriminator as setDefaultReceiveLibraryTimeoutInstructionDiscriminator, index$s_setDefaultReceiveLibraryTimeoutStruct as setDefaultReceiveLibraryTimeoutStruct, index$s_setDefaultSendLibraryInstructionDiscriminator as setDefaultSendLibraryInstructionDiscriminator, index$s_setDefaultSendLibraryStruct as setDefaultSendLibraryStruct, setDelegateInstructionDiscriminator$1 as setDelegateInstructionDiscriminator, setDelegateStruct$1 as setDelegateStruct, index$s_setLzTokenInstructionDiscriminator as setLzTokenInstructionDiscriminator, index$s_setLzTokenStruct as setLzTokenStruct, index$s_setReceiveLibraryInstructionDiscriminator as setReceiveLibraryInstructionDiscriminator, index$s_setReceiveLibraryStruct as setReceiveLibraryStruct, index$s_setReceiveLibraryTimeoutInstructionDiscriminator as setReceiveLibraryTimeoutInstructionDiscriminator, index$s_setReceiveLibraryTimeoutStruct as setReceiveLibraryTimeoutStruct, index$s_setSendLibraryInstructionDiscriminator as setSendLibraryInstructionDiscriminator, index$s_setSendLibraryStruct as setSendLibraryStruct, index$s_skipInstructionDiscriminator as skipInstructionDiscriminator, index$s_skipStruct as skipStruct, transferAdminInstructionDiscriminator$4 as transferAdminInstructionDiscriminator, transferAdminStruct$4 as transferAdminStruct, verifyInstructionDiscriminator$1 as verifyInstructionDiscriminator, verifyStruct$1 as verifyStruct, withdrawRentInstructionDiscriminator$1 as withdrawRentInstructionDiscriminator, withdrawRentStruct$1 as withdrawRentStruct };
4256
4257
  }
4257
4258
 
4258
4259
  /**
@@ -4290,59 +4291,59 @@ type MessagingReceipt$1 = {
4290
4291
  */
4291
4292
  declare const messagingReceiptBeet$1: beet.BeetArgsStruct<MessagingReceipt$1>;
4292
4293
 
4293
- type index$p_BurnParams = BurnParams;
4294
- type index$p_ClearComposeParams = ClearComposeParams;
4295
- type index$p_ClearParams = ClearParams;
4296
- type index$p_InitDefaultReceiveLibraryParams = InitDefaultReceiveLibraryParams;
4297
- type index$p_InitDefaultSendLibraryParams = InitDefaultSendLibraryParams;
4298
- type index$p_InitEndpointParams = InitEndpointParams;
4299
- type index$p_InitNonceParams = InitNonceParams;
4300
- type index$p_InitReceiveLibraryParams = InitReceiveLibraryParams;
4301
- type index$p_InitSendLibraryParams = InitSendLibraryParams;
4302
- type index$p_LzComposeAlertParams = LzComposeAlertParams;
4303
- type index$p_LzReceiveAlertParams = LzReceiveAlertParams;
4304
- type index$p_MessageLibType = MessageLibType;
4305
- declare const index$p_MessageLibType: typeof MessageLibType;
4306
- type index$p_NilifyParams = NilifyParams;
4307
- type index$p_ReceiveLibraryTimeout = ReceiveLibraryTimeout;
4308
- type index$p_RegisterLibraryParams = RegisterLibraryParams;
4309
- type index$p_RegisterOAppParams = RegisterOAppParams;
4310
- type index$p_SendComposeParams = SendComposeParams;
4311
- type index$p_SetDefaultReceiveLibraryParams = SetDefaultReceiveLibraryParams;
4312
- type index$p_SetDefaultReceiveLibraryTimeoutParams = SetDefaultReceiveLibraryTimeoutParams;
4313
- type index$p_SetDefaultSendLibraryParams = SetDefaultSendLibraryParams;
4314
- type index$p_SetLzTokenParams = SetLzTokenParams;
4315
- type index$p_SetReceiveLibraryParams = SetReceiveLibraryParams;
4316
- type index$p_SetReceiveLibraryTimeoutParams = SetReceiveLibraryTimeoutParams;
4317
- type index$p_SetSendLibraryParams = SetSendLibraryParams;
4318
- type index$p_SkipParams = SkipParams;
4319
- declare const index$p_burnParamsBeet: typeof burnParamsBeet;
4320
- declare const index$p_clearComposeParamsBeet: typeof clearComposeParamsBeet;
4321
- declare const index$p_clearParamsBeet: typeof clearParamsBeet;
4322
- declare const index$p_initDefaultReceiveLibraryParamsBeet: typeof initDefaultReceiveLibraryParamsBeet;
4323
- declare const index$p_initDefaultSendLibraryParamsBeet: typeof initDefaultSendLibraryParamsBeet;
4324
- declare const index$p_initEndpointParamsBeet: typeof initEndpointParamsBeet;
4325
- declare const index$p_initNonceParamsBeet: typeof initNonceParamsBeet;
4326
- declare const index$p_initReceiveLibraryParamsBeet: typeof initReceiveLibraryParamsBeet;
4327
- declare const index$p_initSendLibraryParamsBeet: typeof initSendLibraryParamsBeet;
4328
- declare const index$p_lzComposeAlertParamsBeet: typeof lzComposeAlertParamsBeet;
4329
- declare const index$p_lzReceiveAlertParamsBeet: typeof lzReceiveAlertParamsBeet;
4330
- declare const index$p_messageLibTypeBeet: typeof messageLibTypeBeet;
4331
- declare const index$p_nilifyParamsBeet: typeof nilifyParamsBeet;
4332
- declare const index$p_receiveLibraryTimeoutBeet: typeof receiveLibraryTimeoutBeet;
4333
- declare const index$p_registerLibraryParamsBeet: typeof registerLibraryParamsBeet;
4334
- declare const index$p_registerOAppParamsBeet: typeof registerOAppParamsBeet;
4335
- declare const index$p_sendComposeParamsBeet: typeof sendComposeParamsBeet;
4336
- declare const index$p_setDefaultReceiveLibraryParamsBeet: typeof setDefaultReceiveLibraryParamsBeet;
4337
- declare const index$p_setDefaultReceiveLibraryTimeoutParamsBeet: typeof setDefaultReceiveLibraryTimeoutParamsBeet;
4338
- declare const index$p_setDefaultSendLibraryParamsBeet: typeof setDefaultSendLibraryParamsBeet;
4339
- declare const index$p_setLzTokenParamsBeet: typeof setLzTokenParamsBeet;
4340
- declare const index$p_setReceiveLibraryParamsBeet: typeof setReceiveLibraryParamsBeet;
4341
- declare const index$p_setReceiveLibraryTimeoutParamsBeet: typeof setReceiveLibraryTimeoutParamsBeet;
4342
- declare const index$p_setSendLibraryParamsBeet: typeof setSendLibraryParamsBeet;
4343
- declare const index$p_skipParamsBeet: typeof skipParamsBeet;
4344
- declare namespace index$p {
4345
- export { type index$p_BurnParams as BurnParams, type index$p_ClearComposeParams as ClearComposeParams, type index$p_ClearParams as ClearParams, type InitConfigParams$2 as InitConfigParams, type index$p_InitDefaultReceiveLibraryParams as InitDefaultReceiveLibraryParams, type index$p_InitDefaultSendLibraryParams as InitDefaultSendLibraryParams, type index$p_InitEndpointParams as InitEndpointParams, type index$p_InitNonceParams as InitNonceParams, type index$p_InitReceiveLibraryParams as InitReceiveLibraryParams, type index$p_InitSendLibraryParams as InitSendLibraryParams, type InitVerifyParams$1 as InitVerifyParams, type index$p_LzComposeAlertParams as LzComposeAlertParams, type index$p_LzReceiveAlertParams as LzReceiveAlertParams, index$p_MessageLibType as MessageLibType, type MessagingFee$3 as MessagingFee, type MessagingReceipt$1 as MessagingReceipt, type index$p_NilifyParams as NilifyParams, type QuoteParams$3 as QuoteParams, type index$p_ReceiveLibraryTimeout as ReceiveLibraryTimeout, type index$p_RegisterLibraryParams as RegisterLibraryParams, type index$p_RegisterOAppParams as RegisterOAppParams, type index$p_SendComposeParams as SendComposeParams, type SendParams$3 as SendParams, type SetConfigParams$3 as SetConfigParams, type index$p_SetDefaultReceiveLibraryParams as SetDefaultReceiveLibraryParams, type index$p_SetDefaultReceiveLibraryTimeoutParams as SetDefaultReceiveLibraryTimeoutParams, type index$p_SetDefaultSendLibraryParams as SetDefaultSendLibraryParams, type SetDelegateParams$1 as SetDelegateParams, type index$p_SetLzTokenParams as SetLzTokenParams, type index$p_SetReceiveLibraryParams as SetReceiveLibraryParams, type index$p_SetReceiveLibraryTimeoutParams as SetReceiveLibraryTimeoutParams, type index$p_SetSendLibraryParams as SetSendLibraryParams, type index$p_SkipParams as SkipParams, type TransferAdminParams$4 as TransferAdminParams, type VerifyParams$1 as VerifyParams, type WithdrawRentParams$1 as WithdrawRentParams, index$p_burnParamsBeet as burnParamsBeet, index$p_clearComposeParamsBeet as clearComposeParamsBeet, index$p_clearParamsBeet as clearParamsBeet, initConfigParamsBeet$2 as initConfigParamsBeet, index$p_initDefaultReceiveLibraryParamsBeet as initDefaultReceiveLibraryParamsBeet, index$p_initDefaultSendLibraryParamsBeet as initDefaultSendLibraryParamsBeet, index$p_initEndpointParamsBeet as initEndpointParamsBeet, index$p_initNonceParamsBeet as initNonceParamsBeet, index$p_initReceiveLibraryParamsBeet as initReceiveLibraryParamsBeet, index$p_initSendLibraryParamsBeet as initSendLibraryParamsBeet, initVerifyParamsBeet$1 as initVerifyParamsBeet, index$p_lzComposeAlertParamsBeet as lzComposeAlertParamsBeet, index$p_lzReceiveAlertParamsBeet as lzReceiveAlertParamsBeet, index$p_messageLibTypeBeet as messageLibTypeBeet, messagingFeeBeet$3 as messagingFeeBeet, messagingReceiptBeet$1 as messagingReceiptBeet, index$p_nilifyParamsBeet as nilifyParamsBeet, quoteParamsBeet$3 as quoteParamsBeet, index$p_receiveLibraryTimeoutBeet as receiveLibraryTimeoutBeet, index$p_registerLibraryParamsBeet as registerLibraryParamsBeet, index$p_registerOAppParamsBeet as registerOAppParamsBeet, index$p_sendComposeParamsBeet as sendComposeParamsBeet, sendParamsBeet$3 as sendParamsBeet, setConfigParamsBeet$3 as setConfigParamsBeet, index$p_setDefaultReceiveLibraryParamsBeet as setDefaultReceiveLibraryParamsBeet, index$p_setDefaultReceiveLibraryTimeoutParamsBeet as setDefaultReceiveLibraryTimeoutParamsBeet, index$p_setDefaultSendLibraryParamsBeet as setDefaultSendLibraryParamsBeet, setDelegateParamsBeet$1 as setDelegateParamsBeet, index$p_setLzTokenParamsBeet as setLzTokenParamsBeet, index$p_setReceiveLibraryParamsBeet as setReceiveLibraryParamsBeet, index$p_setReceiveLibraryTimeoutParamsBeet as setReceiveLibraryTimeoutParamsBeet, index$p_setSendLibraryParamsBeet as setSendLibraryParamsBeet, index$p_skipParamsBeet as skipParamsBeet, transferAdminParamsBeet$4 as transferAdminParamsBeet, verifyParamsBeet$1 as verifyParamsBeet, withdrawRentParamsBeet$1 as withdrawRentParamsBeet };
4294
+ type index$r_BurnParams = BurnParams;
4295
+ type index$r_ClearComposeParams = ClearComposeParams;
4296
+ type index$r_ClearParams = ClearParams;
4297
+ type index$r_InitDefaultReceiveLibraryParams = InitDefaultReceiveLibraryParams;
4298
+ type index$r_InitDefaultSendLibraryParams = InitDefaultSendLibraryParams;
4299
+ type index$r_InitEndpointParams = InitEndpointParams;
4300
+ type index$r_InitNonceParams = InitNonceParams;
4301
+ type index$r_InitReceiveLibraryParams = InitReceiveLibraryParams;
4302
+ type index$r_InitSendLibraryParams = InitSendLibraryParams;
4303
+ type index$r_LzComposeAlertParams = LzComposeAlertParams;
4304
+ type index$r_LzReceiveAlertParams = LzReceiveAlertParams;
4305
+ type index$r_MessageLibType = MessageLibType;
4306
+ declare const index$r_MessageLibType: typeof MessageLibType;
4307
+ type index$r_NilifyParams = NilifyParams;
4308
+ type index$r_ReceiveLibraryTimeout = ReceiveLibraryTimeout;
4309
+ type index$r_RegisterLibraryParams = RegisterLibraryParams;
4310
+ type index$r_RegisterOAppParams = RegisterOAppParams;
4311
+ type index$r_SendComposeParams = SendComposeParams;
4312
+ type index$r_SetDefaultReceiveLibraryParams = SetDefaultReceiveLibraryParams;
4313
+ type index$r_SetDefaultReceiveLibraryTimeoutParams = SetDefaultReceiveLibraryTimeoutParams;
4314
+ type index$r_SetDefaultSendLibraryParams = SetDefaultSendLibraryParams;
4315
+ type index$r_SetLzTokenParams = SetLzTokenParams;
4316
+ type index$r_SetReceiveLibraryParams = SetReceiveLibraryParams;
4317
+ type index$r_SetReceiveLibraryTimeoutParams = SetReceiveLibraryTimeoutParams;
4318
+ type index$r_SetSendLibraryParams = SetSendLibraryParams;
4319
+ type index$r_SkipParams = SkipParams;
4320
+ declare const index$r_burnParamsBeet: typeof burnParamsBeet;
4321
+ declare const index$r_clearComposeParamsBeet: typeof clearComposeParamsBeet;
4322
+ declare const index$r_clearParamsBeet: typeof clearParamsBeet;
4323
+ declare const index$r_initDefaultReceiveLibraryParamsBeet: typeof initDefaultReceiveLibraryParamsBeet;
4324
+ declare const index$r_initDefaultSendLibraryParamsBeet: typeof initDefaultSendLibraryParamsBeet;
4325
+ declare const index$r_initEndpointParamsBeet: typeof initEndpointParamsBeet;
4326
+ declare const index$r_initNonceParamsBeet: typeof initNonceParamsBeet;
4327
+ declare const index$r_initReceiveLibraryParamsBeet: typeof initReceiveLibraryParamsBeet;
4328
+ declare const index$r_initSendLibraryParamsBeet: typeof initSendLibraryParamsBeet;
4329
+ declare const index$r_lzComposeAlertParamsBeet: typeof lzComposeAlertParamsBeet;
4330
+ declare const index$r_lzReceiveAlertParamsBeet: typeof lzReceiveAlertParamsBeet;
4331
+ declare const index$r_messageLibTypeBeet: typeof messageLibTypeBeet;
4332
+ declare const index$r_nilifyParamsBeet: typeof nilifyParamsBeet;
4333
+ declare const index$r_receiveLibraryTimeoutBeet: typeof receiveLibraryTimeoutBeet;
4334
+ declare const index$r_registerLibraryParamsBeet: typeof registerLibraryParamsBeet;
4335
+ declare const index$r_registerOAppParamsBeet: typeof registerOAppParamsBeet;
4336
+ declare const index$r_sendComposeParamsBeet: typeof sendComposeParamsBeet;
4337
+ declare const index$r_setDefaultReceiveLibraryParamsBeet: typeof setDefaultReceiveLibraryParamsBeet;
4338
+ declare const index$r_setDefaultReceiveLibraryTimeoutParamsBeet: typeof setDefaultReceiveLibraryTimeoutParamsBeet;
4339
+ declare const index$r_setDefaultSendLibraryParamsBeet: typeof setDefaultSendLibraryParamsBeet;
4340
+ declare const index$r_setLzTokenParamsBeet: typeof setLzTokenParamsBeet;
4341
+ declare const index$r_setReceiveLibraryParamsBeet: typeof setReceiveLibraryParamsBeet;
4342
+ declare const index$r_setReceiveLibraryTimeoutParamsBeet: typeof setReceiveLibraryTimeoutParamsBeet;
4343
+ declare const index$r_setSendLibraryParamsBeet: typeof setSendLibraryParamsBeet;
4344
+ declare const index$r_skipParamsBeet: typeof skipParamsBeet;
4345
+ declare namespace index$r {
4346
+ export { type index$r_BurnParams as BurnParams, type index$r_ClearComposeParams as ClearComposeParams, type index$r_ClearParams as ClearParams, type InitConfigParams$2 as InitConfigParams, type index$r_InitDefaultReceiveLibraryParams as InitDefaultReceiveLibraryParams, type index$r_InitDefaultSendLibraryParams as InitDefaultSendLibraryParams, type index$r_InitEndpointParams as InitEndpointParams, type index$r_InitNonceParams as InitNonceParams, type index$r_InitReceiveLibraryParams as InitReceiveLibraryParams, type index$r_InitSendLibraryParams as InitSendLibraryParams, type InitVerifyParams$1 as InitVerifyParams, type index$r_LzComposeAlertParams as LzComposeAlertParams, type index$r_LzReceiveAlertParams as LzReceiveAlertParams, index$r_MessageLibType as MessageLibType, type MessagingFee$3 as MessagingFee, type MessagingReceipt$1 as MessagingReceipt, type index$r_NilifyParams as NilifyParams, type QuoteParams$3 as QuoteParams, type index$r_ReceiveLibraryTimeout as ReceiveLibraryTimeout, type index$r_RegisterLibraryParams as RegisterLibraryParams, type index$r_RegisterOAppParams as RegisterOAppParams, type index$r_SendComposeParams as SendComposeParams, type SendParams$3 as SendParams, type SetConfigParams$3 as SetConfigParams, type index$r_SetDefaultReceiveLibraryParams as SetDefaultReceiveLibraryParams, type index$r_SetDefaultReceiveLibraryTimeoutParams as SetDefaultReceiveLibraryTimeoutParams, type index$r_SetDefaultSendLibraryParams as SetDefaultSendLibraryParams, type SetDelegateParams$1 as SetDelegateParams, type index$r_SetLzTokenParams as SetLzTokenParams, type index$r_SetReceiveLibraryParams as SetReceiveLibraryParams, type index$r_SetReceiveLibraryTimeoutParams as SetReceiveLibraryTimeoutParams, type index$r_SetSendLibraryParams as SetSendLibraryParams, type index$r_SkipParams as SkipParams, type TransferAdminParams$4 as TransferAdminParams, type VerifyParams$1 as VerifyParams, type WithdrawRentParams$1 as WithdrawRentParams, index$r_burnParamsBeet as burnParamsBeet, index$r_clearComposeParamsBeet as clearComposeParamsBeet, index$r_clearParamsBeet as clearParamsBeet, initConfigParamsBeet$2 as initConfigParamsBeet, index$r_initDefaultReceiveLibraryParamsBeet as initDefaultReceiveLibraryParamsBeet, index$r_initDefaultSendLibraryParamsBeet as initDefaultSendLibraryParamsBeet, index$r_initEndpointParamsBeet as initEndpointParamsBeet, index$r_initNonceParamsBeet as initNonceParamsBeet, index$r_initReceiveLibraryParamsBeet as initReceiveLibraryParamsBeet, index$r_initSendLibraryParamsBeet as initSendLibraryParamsBeet, initVerifyParamsBeet$1 as initVerifyParamsBeet, index$r_lzComposeAlertParamsBeet as lzComposeAlertParamsBeet, index$r_lzReceiveAlertParamsBeet as lzReceiveAlertParamsBeet, index$r_messageLibTypeBeet as messageLibTypeBeet, messagingFeeBeet$3 as messagingFeeBeet, messagingReceiptBeet$1 as messagingReceiptBeet, index$r_nilifyParamsBeet as nilifyParamsBeet, quoteParamsBeet$3 as quoteParamsBeet, index$r_receiveLibraryTimeoutBeet as receiveLibraryTimeoutBeet, index$r_registerLibraryParamsBeet as registerLibraryParamsBeet, index$r_registerOAppParamsBeet as registerOAppParamsBeet, index$r_sendComposeParamsBeet as sendComposeParamsBeet, sendParamsBeet$3 as sendParamsBeet, setConfigParamsBeet$3 as setConfigParamsBeet, index$r_setDefaultReceiveLibraryParamsBeet as setDefaultReceiveLibraryParamsBeet, index$r_setDefaultReceiveLibraryTimeoutParamsBeet as setDefaultReceiveLibraryTimeoutParamsBeet, index$r_setDefaultSendLibraryParamsBeet as setDefaultSendLibraryParamsBeet, setDelegateParamsBeet$1 as setDelegateParamsBeet, index$r_setLzTokenParamsBeet as setLzTokenParamsBeet, index$r_setReceiveLibraryParamsBeet as setReceiveLibraryParamsBeet, index$r_setReceiveLibraryTimeoutParamsBeet as setReceiveLibraryTimeoutParamsBeet, index$r_setSendLibraryParamsBeet as setSendLibraryParamsBeet, index$r_skipParamsBeet as skipParamsBeet, transferAdminParamsBeet$4 as transferAdminParamsBeet, verifyParamsBeet$1 as verifyParamsBeet, withdrawRentParamsBeet$1 as withdrawRentParamsBeet };
4346
4347
  }
4347
4348
 
4348
4349
  /**
@@ -4763,48 +4764,48 @@ type SendLibrarySetEvent = {
4763
4764
  */
4764
4765
  declare const sendLibrarySetEventBeet: beet.BeetArgsStruct<SendLibrarySetEvent>;
4765
4766
 
4766
- type index$o_ComposeDeliveredEvent = ComposeDeliveredEvent;
4767
- type index$o_ComposeSentEvent = ComposeSentEvent;
4768
- type index$o_DefaultReceiveLibrarySetEvent = DefaultReceiveLibrarySetEvent;
4769
- type index$o_DefaultReceiveLibraryTimeoutSetEvent = DefaultReceiveLibraryTimeoutSetEvent;
4770
- type index$o_DefaultSendLibrarySetEvent = DefaultSendLibrarySetEvent;
4771
- type index$o_DelegateSetEvent = DelegateSetEvent;
4772
- type index$o_InboundNonceSkippedEvent = InboundNonceSkippedEvent;
4773
- type index$o_LibraryRegisteredEvent = LibraryRegisteredEvent;
4774
- type index$o_LzComposeAlertEvent = LzComposeAlertEvent;
4775
- type index$o_LzReceiveAlertEvent = LzReceiveAlertEvent;
4776
- type index$o_LzTokenSetEvent = LzTokenSetEvent;
4777
- type index$o_OAppRegisteredEvent = OAppRegisteredEvent;
4778
- type index$o_PacketBurntEvent = PacketBurntEvent;
4779
- type index$o_PacketDeliveredEvent = PacketDeliveredEvent;
4780
- type index$o_PacketNilifiedEvent = PacketNilifiedEvent;
4781
- type index$o_PacketSentEvent = PacketSentEvent;
4782
- type index$o_PacketVerifiedEvent = PacketVerifiedEvent;
4783
- type index$o_ReceiveLibrarySetEvent = ReceiveLibrarySetEvent;
4784
- type index$o_ReceiveLibraryTimeoutSetEvent = ReceiveLibraryTimeoutSetEvent;
4785
- type index$o_SendLibrarySetEvent = SendLibrarySetEvent;
4786
- declare const index$o_composeDeliveredEventBeet: typeof composeDeliveredEventBeet;
4787
- declare const index$o_composeSentEventBeet: typeof composeSentEventBeet;
4788
- declare const index$o_defaultReceiveLibrarySetEventBeet: typeof defaultReceiveLibrarySetEventBeet;
4789
- declare const index$o_defaultReceiveLibraryTimeoutSetEventBeet: typeof defaultReceiveLibraryTimeoutSetEventBeet;
4790
- declare const index$o_defaultSendLibrarySetEventBeet: typeof defaultSendLibrarySetEventBeet;
4791
- declare const index$o_delegateSetEventBeet: typeof delegateSetEventBeet;
4792
- declare const index$o_inboundNonceSkippedEventBeet: typeof inboundNonceSkippedEventBeet;
4793
- declare const index$o_libraryRegisteredEventBeet: typeof libraryRegisteredEventBeet;
4794
- declare const index$o_lzComposeAlertEventBeet: typeof lzComposeAlertEventBeet;
4795
- declare const index$o_lzReceiveAlertEventBeet: typeof lzReceiveAlertEventBeet;
4796
- declare const index$o_lzTokenSetEventBeet: typeof lzTokenSetEventBeet;
4797
- declare const index$o_oAppRegisteredEventBeet: typeof oAppRegisteredEventBeet;
4798
- declare const index$o_packetBurntEventBeet: typeof packetBurntEventBeet;
4799
- declare const index$o_packetDeliveredEventBeet: typeof packetDeliveredEventBeet;
4800
- declare const index$o_packetNilifiedEventBeet: typeof packetNilifiedEventBeet;
4801
- declare const index$o_packetSentEventBeet: typeof packetSentEventBeet;
4802
- declare const index$o_packetVerifiedEventBeet: typeof packetVerifiedEventBeet;
4803
- declare const index$o_receiveLibrarySetEventBeet: typeof receiveLibrarySetEventBeet;
4804
- declare const index$o_receiveLibraryTimeoutSetEventBeet: typeof receiveLibraryTimeoutSetEventBeet;
4805
- declare const index$o_sendLibrarySetEventBeet: typeof sendLibrarySetEventBeet;
4806
- declare namespace index$o {
4807
- export { type AdminTransferredEvent$1 as AdminTransferredEvent, type index$o_ComposeDeliveredEvent as ComposeDeliveredEvent, type index$o_ComposeSentEvent as ComposeSentEvent, type index$o_DefaultReceiveLibrarySetEvent as DefaultReceiveLibrarySetEvent, type index$o_DefaultReceiveLibraryTimeoutSetEvent as DefaultReceiveLibraryTimeoutSetEvent, type index$o_DefaultSendLibrarySetEvent as DefaultSendLibrarySetEvent, type index$o_DelegateSetEvent as DelegateSetEvent, type index$o_InboundNonceSkippedEvent as InboundNonceSkippedEvent, type index$o_LibraryRegisteredEvent as LibraryRegisteredEvent, type index$o_LzComposeAlertEvent as LzComposeAlertEvent, type index$o_LzReceiveAlertEvent as LzReceiveAlertEvent, type index$o_LzTokenSetEvent as LzTokenSetEvent, type index$o_OAppRegisteredEvent as OAppRegisteredEvent, type index$o_PacketBurntEvent as PacketBurntEvent, type index$o_PacketDeliveredEvent as PacketDeliveredEvent, type index$o_PacketNilifiedEvent as PacketNilifiedEvent, type index$o_PacketSentEvent as PacketSentEvent, type index$o_PacketVerifiedEvent as PacketVerifiedEvent, type index$o_ReceiveLibrarySetEvent as ReceiveLibrarySetEvent, type index$o_ReceiveLibraryTimeoutSetEvent as ReceiveLibraryTimeoutSetEvent, type RentWithdrawnEvent$1 as RentWithdrawnEvent, type index$o_SendLibrarySetEvent as SendLibrarySetEvent, adminTransferredEventBeet$1 as adminTransferredEventBeet, index$o_composeDeliveredEventBeet as composeDeliveredEventBeet, index$o_composeSentEventBeet as composeSentEventBeet, index$o_defaultReceiveLibrarySetEventBeet as defaultReceiveLibrarySetEventBeet, index$o_defaultReceiveLibraryTimeoutSetEventBeet as defaultReceiveLibraryTimeoutSetEventBeet, index$o_defaultSendLibrarySetEventBeet as defaultSendLibrarySetEventBeet, index$o_delegateSetEventBeet as delegateSetEventBeet, index$o_inboundNonceSkippedEventBeet as inboundNonceSkippedEventBeet, index$o_libraryRegisteredEventBeet as libraryRegisteredEventBeet, index$o_lzComposeAlertEventBeet as lzComposeAlertEventBeet, index$o_lzReceiveAlertEventBeet as lzReceiveAlertEventBeet, index$o_lzTokenSetEventBeet as lzTokenSetEventBeet, index$o_oAppRegisteredEventBeet as oAppRegisteredEventBeet, index$o_packetBurntEventBeet as packetBurntEventBeet, index$o_packetDeliveredEventBeet as packetDeliveredEventBeet, index$o_packetNilifiedEventBeet as packetNilifiedEventBeet, index$o_packetSentEventBeet as packetSentEventBeet, index$o_packetVerifiedEventBeet as packetVerifiedEventBeet, index$o_receiveLibrarySetEventBeet as receiveLibrarySetEventBeet, index$o_receiveLibraryTimeoutSetEventBeet as receiveLibraryTimeoutSetEventBeet, rentWithdrawnEventBeet$1 as rentWithdrawnEventBeet, index$o_sendLibrarySetEventBeet as sendLibrarySetEventBeet };
4767
+ type index$q_ComposeDeliveredEvent = ComposeDeliveredEvent;
4768
+ type index$q_ComposeSentEvent = ComposeSentEvent;
4769
+ type index$q_DefaultReceiveLibrarySetEvent = DefaultReceiveLibrarySetEvent;
4770
+ type index$q_DefaultReceiveLibraryTimeoutSetEvent = DefaultReceiveLibraryTimeoutSetEvent;
4771
+ type index$q_DefaultSendLibrarySetEvent = DefaultSendLibrarySetEvent;
4772
+ type index$q_DelegateSetEvent = DelegateSetEvent;
4773
+ type index$q_InboundNonceSkippedEvent = InboundNonceSkippedEvent;
4774
+ type index$q_LibraryRegisteredEvent = LibraryRegisteredEvent;
4775
+ type index$q_LzComposeAlertEvent = LzComposeAlertEvent;
4776
+ type index$q_LzReceiveAlertEvent = LzReceiveAlertEvent;
4777
+ type index$q_LzTokenSetEvent = LzTokenSetEvent;
4778
+ type index$q_OAppRegisteredEvent = OAppRegisteredEvent;
4779
+ type index$q_PacketBurntEvent = PacketBurntEvent;
4780
+ type index$q_PacketDeliveredEvent = PacketDeliveredEvent;
4781
+ type index$q_PacketNilifiedEvent = PacketNilifiedEvent;
4782
+ type index$q_PacketSentEvent = PacketSentEvent;
4783
+ type index$q_PacketVerifiedEvent = PacketVerifiedEvent;
4784
+ type index$q_ReceiveLibrarySetEvent = ReceiveLibrarySetEvent;
4785
+ type index$q_ReceiveLibraryTimeoutSetEvent = ReceiveLibraryTimeoutSetEvent;
4786
+ type index$q_SendLibrarySetEvent = SendLibrarySetEvent;
4787
+ declare const index$q_composeDeliveredEventBeet: typeof composeDeliveredEventBeet;
4788
+ declare const index$q_composeSentEventBeet: typeof composeSentEventBeet;
4789
+ declare const index$q_defaultReceiveLibrarySetEventBeet: typeof defaultReceiveLibrarySetEventBeet;
4790
+ declare const index$q_defaultReceiveLibraryTimeoutSetEventBeet: typeof defaultReceiveLibraryTimeoutSetEventBeet;
4791
+ declare const index$q_defaultSendLibrarySetEventBeet: typeof defaultSendLibrarySetEventBeet;
4792
+ declare const index$q_delegateSetEventBeet: typeof delegateSetEventBeet;
4793
+ declare const index$q_inboundNonceSkippedEventBeet: typeof inboundNonceSkippedEventBeet;
4794
+ declare const index$q_libraryRegisteredEventBeet: typeof libraryRegisteredEventBeet;
4795
+ declare const index$q_lzComposeAlertEventBeet: typeof lzComposeAlertEventBeet;
4796
+ declare const index$q_lzReceiveAlertEventBeet: typeof lzReceiveAlertEventBeet;
4797
+ declare const index$q_lzTokenSetEventBeet: typeof lzTokenSetEventBeet;
4798
+ declare const index$q_oAppRegisteredEventBeet: typeof oAppRegisteredEventBeet;
4799
+ declare const index$q_packetBurntEventBeet: typeof packetBurntEventBeet;
4800
+ declare const index$q_packetDeliveredEventBeet: typeof packetDeliveredEventBeet;
4801
+ declare const index$q_packetNilifiedEventBeet: typeof packetNilifiedEventBeet;
4802
+ declare const index$q_packetSentEventBeet: typeof packetSentEventBeet;
4803
+ declare const index$q_packetVerifiedEventBeet: typeof packetVerifiedEventBeet;
4804
+ declare const index$q_receiveLibrarySetEventBeet: typeof receiveLibrarySetEventBeet;
4805
+ declare const index$q_receiveLibraryTimeoutSetEventBeet: typeof receiveLibraryTimeoutSetEventBeet;
4806
+ declare const index$q_sendLibrarySetEventBeet: typeof sendLibrarySetEventBeet;
4807
+ declare namespace index$q {
4808
+ export { type AdminTransferredEvent$1 as AdminTransferredEvent, type index$q_ComposeDeliveredEvent as ComposeDeliveredEvent, type index$q_ComposeSentEvent as ComposeSentEvent, type index$q_DefaultReceiveLibrarySetEvent as DefaultReceiveLibrarySetEvent, type index$q_DefaultReceiveLibraryTimeoutSetEvent as DefaultReceiveLibraryTimeoutSetEvent, type index$q_DefaultSendLibrarySetEvent as DefaultSendLibrarySetEvent, type index$q_DelegateSetEvent as DelegateSetEvent, type index$q_InboundNonceSkippedEvent as InboundNonceSkippedEvent, type index$q_LibraryRegisteredEvent as LibraryRegisteredEvent, type index$q_LzComposeAlertEvent as LzComposeAlertEvent, type index$q_LzReceiveAlertEvent as LzReceiveAlertEvent, type index$q_LzTokenSetEvent as LzTokenSetEvent, type index$q_OAppRegisteredEvent as OAppRegisteredEvent, type index$q_PacketBurntEvent as PacketBurntEvent, type index$q_PacketDeliveredEvent as PacketDeliveredEvent, type index$q_PacketNilifiedEvent as PacketNilifiedEvent, type index$q_PacketSentEvent as PacketSentEvent, type index$q_PacketVerifiedEvent as PacketVerifiedEvent, type index$q_ReceiveLibrarySetEvent as ReceiveLibrarySetEvent, type index$q_ReceiveLibraryTimeoutSetEvent as ReceiveLibraryTimeoutSetEvent, type RentWithdrawnEvent$1 as RentWithdrawnEvent, type index$q_SendLibrarySetEvent as SendLibrarySetEvent, adminTransferredEventBeet$1 as adminTransferredEventBeet, index$q_composeDeliveredEventBeet as composeDeliveredEventBeet, index$q_composeSentEventBeet as composeSentEventBeet, index$q_defaultReceiveLibrarySetEventBeet as defaultReceiveLibrarySetEventBeet, index$q_defaultReceiveLibraryTimeoutSetEventBeet as defaultReceiveLibraryTimeoutSetEventBeet, index$q_defaultSendLibrarySetEventBeet as defaultSendLibrarySetEventBeet, index$q_delegateSetEventBeet as delegateSetEventBeet, index$q_inboundNonceSkippedEventBeet as inboundNonceSkippedEventBeet, index$q_libraryRegisteredEventBeet as libraryRegisteredEventBeet, index$q_lzComposeAlertEventBeet as lzComposeAlertEventBeet, index$q_lzReceiveAlertEventBeet as lzReceiveAlertEventBeet, index$q_lzTokenSetEventBeet as lzTokenSetEventBeet, index$q_oAppRegisteredEventBeet as oAppRegisteredEventBeet, index$q_packetBurntEventBeet as packetBurntEventBeet, index$q_packetDeliveredEventBeet as packetDeliveredEventBeet, index$q_packetNilifiedEventBeet as packetNilifiedEventBeet, index$q_packetSentEventBeet as packetSentEventBeet, index$q_packetVerifiedEventBeet as packetVerifiedEventBeet, index$q_receiveLibrarySetEventBeet as receiveLibrarySetEventBeet, index$q_receiveLibraryTimeoutSetEventBeet as receiveLibraryTimeoutSetEventBeet, rentWithdrawnEventBeet$1 as rentWithdrawnEventBeet, index$q_sendLibrarySetEventBeet as sendLibrarySetEventBeet };
4808
4809
  }
4809
4810
 
4810
4811
  /**
@@ -5134,23 +5135,23 @@ declare const accountProviders$5: {
5134
5135
  SendConfigStore: typeof SendConfigStore;
5135
5136
  };
5136
5137
 
5137
- type index$n_MessageLib = MessageLib;
5138
- declare const index$n_MessageLib: typeof MessageLib;
5139
- type index$n_MessageLibArgs = MessageLibArgs;
5140
- type index$n_ReceiveConfigStore = ReceiveConfigStore;
5141
- declare const index$n_ReceiveConfigStore: typeof ReceiveConfigStore;
5142
- type index$n_ReceiveConfigStoreArgs = ReceiveConfigStoreArgs;
5143
- type index$n_SendConfigStore = SendConfigStore;
5144
- declare const index$n_SendConfigStore: typeof SendConfigStore;
5145
- type index$n_SendConfigStoreArgs = SendConfigStoreArgs;
5146
- declare const index$n_messageLibBeet: typeof messageLibBeet;
5147
- declare const index$n_messageLibDiscriminator: typeof messageLibDiscriminator;
5148
- declare const index$n_receiveConfigStoreBeet: typeof receiveConfigStoreBeet;
5149
- declare const index$n_receiveConfigStoreDiscriminator: typeof receiveConfigStoreDiscriminator;
5150
- declare const index$n_sendConfigStoreBeet: typeof sendConfigStoreBeet;
5151
- declare const index$n_sendConfigStoreDiscriminator: typeof sendConfigStoreDiscriminator;
5152
- declare namespace index$n {
5153
- export { index$n_MessageLib as MessageLib, type index$n_MessageLibArgs as MessageLibArgs, index$n_ReceiveConfigStore as ReceiveConfigStore, type index$n_ReceiveConfigStoreArgs as ReceiveConfigStoreArgs, index$n_SendConfigStore as SendConfigStore, type index$n_SendConfigStoreArgs as SendConfigStoreArgs, accountProviders$5 as accountProviders, index$n_messageLibBeet as messageLibBeet, index$n_messageLibDiscriminator as messageLibDiscriminator, index$n_receiveConfigStoreBeet as receiveConfigStoreBeet, index$n_receiveConfigStoreDiscriminator as receiveConfigStoreDiscriminator, index$n_sendConfigStoreBeet as sendConfigStoreBeet, index$n_sendConfigStoreDiscriminator as sendConfigStoreDiscriminator };
5138
+ type index$p_MessageLib = MessageLib;
5139
+ declare const index$p_MessageLib: typeof MessageLib;
5140
+ type index$p_MessageLibArgs = MessageLibArgs;
5141
+ type index$p_ReceiveConfigStore = ReceiveConfigStore;
5142
+ declare const index$p_ReceiveConfigStore: typeof ReceiveConfigStore;
5143
+ type index$p_ReceiveConfigStoreArgs = ReceiveConfigStoreArgs;
5144
+ type index$p_SendConfigStore = SendConfigStore;
5145
+ declare const index$p_SendConfigStore: typeof SendConfigStore;
5146
+ type index$p_SendConfigStoreArgs = SendConfigStoreArgs;
5147
+ declare const index$p_messageLibBeet: typeof messageLibBeet;
5148
+ declare const index$p_messageLibDiscriminator: typeof messageLibDiscriminator;
5149
+ declare const index$p_receiveConfigStoreBeet: typeof receiveConfigStoreBeet;
5150
+ declare const index$p_receiveConfigStoreDiscriminator: typeof receiveConfigStoreDiscriminator;
5151
+ declare const index$p_sendConfigStoreBeet: typeof sendConfigStoreBeet;
5152
+ declare const index$p_sendConfigStoreDiscriminator: typeof sendConfigStoreDiscriminator;
5153
+ declare namespace index$p {
5154
+ export { index$p_MessageLib as MessageLib, type index$p_MessageLibArgs as MessageLibArgs, index$p_ReceiveConfigStore as ReceiveConfigStore, type index$p_ReceiveConfigStoreArgs as ReceiveConfigStoreArgs, index$p_SendConfigStore as SendConfigStore, type index$p_SendConfigStoreArgs as SendConfigStoreArgs, accountProviders$5 as accountProviders, index$p_messageLibBeet as messageLibBeet, index$p_messageLibDiscriminator as messageLibDiscriminator, index$p_receiveConfigStoreBeet as receiveConfigStoreBeet, index$p_receiveConfigStoreDiscriminator as receiveConfigStoreDiscriminator, index$p_sendConfigStoreBeet as sendConfigStoreBeet, index$p_sendConfigStoreDiscriminator as sendConfigStoreDiscriminator };
5154
5155
  }
5155
5156
 
5156
5157
  /**
@@ -5159,10 +5160,10 @@ declare namespace index$n {
5159
5160
  *
5160
5161
  * See: https://github.com/metaplex-foundation/solita
5161
5162
  */
5162
- type ErrorWithCode$4 = Error & {
5163
+ type ErrorWithCode$3 = Error & {
5163
5164
  code: number;
5164
5165
  };
5165
- type MaybeErrorWithCode$4 = ErrorWithCode$4 | null | undefined;
5166
+ type MaybeErrorWithCode$3 = ErrorWithCode$3 | null | undefined;
5166
5167
  /**
5167
5168
  * OnlyWhitelistedCaller: ''
5168
5169
  *
@@ -5256,22 +5257,22 @@ declare class OnlyRevertError extends Error {
5256
5257
  * @category Errors
5257
5258
  * @category generated
5258
5259
  */
5259
- declare function errorFromCode$4(code: number): MaybeErrorWithCode$4;
5260
+ declare function errorFromCode$3(code: number): MaybeErrorWithCode$3;
5260
5261
  /**
5261
5262
  * Attempts to resolve a custom program error from the provided error name, i.e. 'Unauthorized'.
5262
5263
  * @category Errors
5263
5264
  * @category generated
5264
5265
  */
5265
- declare function errorFromName$4(name: string): MaybeErrorWithCode$4;
5266
+ declare function errorFromName$3(name: string): MaybeErrorWithCode$3;
5266
5267
 
5267
- type index$m_OnlyRevertError = OnlyRevertError;
5268
- declare const index$m_OnlyRevertError: typeof OnlyRevertError;
5269
- type index$m_OnlyWhitelistedCallerError = OnlyWhitelistedCallerError;
5270
- declare const index$m_OnlyWhitelistedCallerError: typeof OnlyWhitelistedCallerError;
5271
- type index$m_SendReentrancyError = SendReentrancyError;
5272
- declare const index$m_SendReentrancyError: typeof SendReentrancyError;
5273
- declare namespace index$m {
5274
- export { InsufficientFeeError$1 as InsufficientFeeError, InvalidAmountError$2 as InvalidAmountError, InvalidConfigTypeError$1 as InvalidConfigTypeError, InvalidLzTokenMintError$1 as InvalidLzTokenMintError, LzTokenUnavailableError$1 as LzTokenUnavailableError, index$m_OnlyRevertError as OnlyRevertError, index$m_OnlyWhitelistedCallerError as OnlyWhitelistedCallerError, index$m_SendReentrancyError as SendReentrancyError, errorFromCode$4 as errorFromCode, errorFromName$4 as errorFromName };
5268
+ type index$o_OnlyRevertError = OnlyRevertError;
5269
+ declare const index$o_OnlyRevertError: typeof OnlyRevertError;
5270
+ type index$o_OnlyWhitelistedCallerError = OnlyWhitelistedCallerError;
5271
+ declare const index$o_OnlyWhitelistedCallerError: typeof OnlyWhitelistedCallerError;
5272
+ type index$o_SendReentrancyError = SendReentrancyError;
5273
+ declare const index$o_SendReentrancyError: typeof SendReentrancyError;
5274
+ declare namespace index$o {
5275
+ export { InsufficientFeeError$1 as InsufficientFeeError, InvalidAmountError$2 as InvalidAmountError, InvalidConfigTypeError$1 as InvalidConfigTypeError, InvalidLzTokenMintError$1 as InvalidLzTokenMintError, LzTokenUnavailableError$1 as LzTokenUnavailableError, index$o_OnlyRevertError as OnlyRevertError, index$o_OnlyWhitelistedCallerError as OnlyWhitelistedCallerError, index$o_SendReentrancyError as SendReentrancyError, errorFromCode$3 as errorFromCode, errorFromName$3 as errorFromName };
5275
5276
  }
5276
5277
 
5277
5278
  /**
@@ -6396,42 +6397,42 @@ declare function createWithdrawFeesInstruction(accounts: WithdrawFeesInstruction
6396
6397
  */
6397
6398
  declare function createWithdrawFeesInstructionAccounts(accounts: WithdrawFeesInstructionAccounts, programId?: web3.PublicKey): web3.AccountMeta[];
6398
6399
 
6399
- type index$l_InitMessageLibInstructionAccounts = InitMessageLibInstructionAccounts;
6400
- type index$l_InitMessageLibInstructionArgs = InitMessageLibInstructionArgs;
6401
- type index$l_SetFeeInstructionAccounts = SetFeeInstructionAccounts;
6402
- type index$l_SetFeeInstructionArgs = SetFeeInstructionArgs;
6403
- type index$l_SetWlCallerInstructionAccounts = SetWlCallerInstructionAccounts;
6404
- type index$l_SetWlCallerInstructionArgs = SetWlCallerInstructionArgs;
6405
- type index$l_ValidatePacketInstructionAccounts = ValidatePacketInstructionAccounts;
6406
- type index$l_ValidatePacketInstructionArgs = ValidatePacketInstructionArgs;
6407
- type index$l_WithdrawFeesInstructionAccounts = WithdrawFeesInstructionAccounts;
6408
- type index$l_WithdrawFeesInstructionArgs = WithdrawFeesInstructionArgs;
6409
- declare const index$l_createInitMessageLibInstruction: typeof createInitMessageLibInstruction;
6410
- declare const index$l_createInitMessageLibInstructionAccounts: typeof createInitMessageLibInstructionAccounts;
6411
- declare const index$l_createRevertCallInstruction: typeof createRevertCallInstruction;
6412
- declare const index$l_createRevertCallInstructionAccounts: typeof createRevertCallInstructionAccounts;
6413
- declare const index$l_createSetFeeInstruction: typeof createSetFeeInstruction;
6414
- declare const index$l_createSetFeeInstructionAccounts: typeof createSetFeeInstructionAccounts;
6415
- declare const index$l_createSetWlCallerInstruction: typeof createSetWlCallerInstruction;
6416
- declare const index$l_createSetWlCallerInstructionAccounts: typeof createSetWlCallerInstructionAccounts;
6417
- declare const index$l_createValidatePacketInstruction: typeof createValidatePacketInstruction;
6418
- declare const index$l_createValidatePacketInstructionAccounts: typeof createValidatePacketInstructionAccounts;
6419
- declare const index$l_createWithdrawFeesInstruction: typeof createWithdrawFeesInstruction;
6420
- declare const index$l_createWithdrawFeesInstructionAccounts: typeof createWithdrawFeesInstructionAccounts;
6421
- declare const index$l_initMessageLibInstructionDiscriminator: typeof initMessageLibInstructionDiscriminator;
6422
- declare const index$l_initMessageLibStruct: typeof initMessageLibStruct;
6423
- declare const index$l_revertCallInstructionDiscriminator: typeof revertCallInstructionDiscriminator;
6424
- declare const index$l_revertCallStruct: typeof revertCallStruct;
6425
- declare const index$l_setFeeInstructionDiscriminator: typeof setFeeInstructionDiscriminator;
6426
- declare const index$l_setFeeStruct: typeof setFeeStruct;
6427
- declare const index$l_setWlCallerInstructionDiscriminator: typeof setWlCallerInstructionDiscriminator;
6428
- declare const index$l_setWlCallerStruct: typeof setWlCallerStruct;
6429
- declare const index$l_validatePacketInstructionDiscriminator: typeof validatePacketInstructionDiscriminator;
6430
- declare const index$l_validatePacketStruct: typeof validatePacketStruct;
6431
- declare const index$l_withdrawFeesInstructionDiscriminator: typeof withdrawFeesInstructionDiscriminator;
6432
- declare const index$l_withdrawFeesStruct: typeof withdrawFeesStruct;
6433
- declare namespace index$l {
6434
- export { type InitConfigInstructionAccounts$1 as InitConfigInstructionAccounts, type InitConfigInstructionArgs$1 as InitConfigInstructionArgs, type InitDefaultConfigInstructionAccounts$1 as InitDefaultConfigInstructionAccounts, type InitDefaultConfigInstructionArgs$1 as InitDefaultConfigInstructionArgs, type index$l_InitMessageLibInstructionAccounts as InitMessageLibInstructionAccounts, type index$l_InitMessageLibInstructionArgs as InitMessageLibInstructionArgs, type QuoteInstructionAccounts$2 as QuoteInstructionAccounts, type QuoteInstructionArgs$2 as QuoteInstructionArgs, type SendInstructionAccounts$2 as SendInstructionAccounts, type SendInstructionArgs$2 as SendInstructionArgs, type SendWithLzTokenInstructionAccounts$1 as SendWithLzTokenInstructionAccounts, type SendWithLzTokenInstructionArgs$1 as SendWithLzTokenInstructionArgs, type SetConfigInstructionAccounts$2 as SetConfigInstructionAccounts, type SetConfigInstructionArgs$2 as SetConfigInstructionArgs, type SetDefaultConfigInstructionAccounts$1 as SetDefaultConfigInstructionAccounts, type SetDefaultConfigInstructionArgs$1 as SetDefaultConfigInstructionArgs, type index$l_SetFeeInstructionAccounts as SetFeeInstructionAccounts, type index$l_SetFeeInstructionArgs as SetFeeInstructionArgs, type index$l_SetWlCallerInstructionAccounts as SetWlCallerInstructionAccounts, type index$l_SetWlCallerInstructionArgs as SetWlCallerInstructionArgs, type TransferAdminInstructionAccounts$3 as TransferAdminInstructionAccounts, type TransferAdminInstructionArgs$3 as TransferAdminInstructionArgs, type index$l_ValidatePacketInstructionAccounts as ValidatePacketInstructionAccounts, type index$l_ValidatePacketInstructionArgs as ValidatePacketInstructionArgs, type index$l_WithdrawFeesInstructionAccounts as WithdrawFeesInstructionAccounts, type index$l_WithdrawFeesInstructionArgs as WithdrawFeesInstructionArgs, createInitConfigInstruction$1 as createInitConfigInstruction, createInitConfigInstructionAccounts$1 as createInitConfigInstructionAccounts, createInitDefaultConfigInstruction$1 as createInitDefaultConfigInstruction, createInitDefaultConfigInstructionAccounts$1 as createInitDefaultConfigInstructionAccounts, index$l_createInitMessageLibInstruction as createInitMessageLibInstruction, index$l_createInitMessageLibInstructionAccounts as createInitMessageLibInstructionAccounts, createQuoteInstruction$2 as createQuoteInstruction, createQuoteInstructionAccounts$2 as createQuoteInstructionAccounts, index$l_createRevertCallInstruction as createRevertCallInstruction, index$l_createRevertCallInstructionAccounts as createRevertCallInstructionAccounts, createSendInstruction$2 as createSendInstruction, createSendInstructionAccounts$2 as createSendInstructionAccounts, createSendWithLzTokenInstruction$1 as createSendWithLzTokenInstruction, createSendWithLzTokenInstructionAccounts$1 as createSendWithLzTokenInstructionAccounts, createSetConfigInstruction$2 as createSetConfigInstruction, createSetConfigInstructionAccounts$2 as createSetConfigInstructionAccounts, createSetDefaultConfigInstruction$1 as createSetDefaultConfigInstruction, createSetDefaultConfigInstructionAccounts$1 as createSetDefaultConfigInstructionAccounts, index$l_createSetFeeInstruction as createSetFeeInstruction, index$l_createSetFeeInstructionAccounts as createSetFeeInstructionAccounts, index$l_createSetWlCallerInstruction as createSetWlCallerInstruction, index$l_createSetWlCallerInstructionAccounts as createSetWlCallerInstructionAccounts, createTransferAdminInstruction$3 as createTransferAdminInstruction, createTransferAdminInstructionAccounts$3 as createTransferAdminInstructionAccounts, index$l_createValidatePacketInstruction as createValidatePacketInstruction, index$l_createValidatePacketInstructionAccounts as createValidatePacketInstructionAccounts, createVersionInstruction$3 as createVersionInstruction, createVersionInstructionAccounts$3 as createVersionInstructionAccounts, index$l_createWithdrawFeesInstruction as createWithdrawFeesInstruction, index$l_createWithdrawFeesInstructionAccounts as createWithdrawFeesInstructionAccounts, initConfigInstructionDiscriminator$1 as initConfigInstructionDiscriminator, initConfigStruct$1 as initConfigStruct, initDefaultConfigInstructionDiscriminator$1 as initDefaultConfigInstructionDiscriminator, initDefaultConfigStruct$1 as initDefaultConfigStruct, index$l_initMessageLibInstructionDiscriminator as initMessageLibInstructionDiscriminator, index$l_initMessageLibStruct as initMessageLibStruct, quoteInstructionDiscriminator$2 as quoteInstructionDiscriminator, quoteStruct$2 as quoteStruct, index$l_revertCallInstructionDiscriminator as revertCallInstructionDiscriminator, index$l_revertCallStruct as revertCallStruct, sendInstructionDiscriminator$2 as sendInstructionDiscriminator, sendStruct$2 as sendStruct, sendWithLzTokenInstructionDiscriminator$1 as sendWithLzTokenInstructionDiscriminator, sendWithLzTokenStruct$1 as sendWithLzTokenStruct, setConfigInstructionDiscriminator$2 as setConfigInstructionDiscriminator, setConfigStruct$2 as setConfigStruct, setDefaultConfigInstructionDiscriminator$1 as setDefaultConfigInstructionDiscriminator, setDefaultConfigStruct$1 as setDefaultConfigStruct, index$l_setFeeInstructionDiscriminator as setFeeInstructionDiscriminator, index$l_setFeeStruct as setFeeStruct, index$l_setWlCallerInstructionDiscriminator as setWlCallerInstructionDiscriminator, index$l_setWlCallerStruct as setWlCallerStruct, transferAdminInstructionDiscriminator$3 as transferAdminInstructionDiscriminator, transferAdminStruct$3 as transferAdminStruct, index$l_validatePacketInstructionDiscriminator as validatePacketInstructionDiscriminator, index$l_validatePacketStruct as validatePacketStruct, versionInstructionDiscriminator$3 as versionInstructionDiscriminator, versionStruct$3 as versionStruct, index$l_withdrawFeesInstructionDiscriminator as withdrawFeesInstructionDiscriminator, index$l_withdrawFeesStruct as withdrawFeesStruct };
6400
+ type index$n_InitMessageLibInstructionAccounts = InitMessageLibInstructionAccounts;
6401
+ type index$n_InitMessageLibInstructionArgs = InitMessageLibInstructionArgs;
6402
+ type index$n_SetFeeInstructionAccounts = SetFeeInstructionAccounts;
6403
+ type index$n_SetFeeInstructionArgs = SetFeeInstructionArgs;
6404
+ type index$n_SetWlCallerInstructionAccounts = SetWlCallerInstructionAccounts;
6405
+ type index$n_SetWlCallerInstructionArgs = SetWlCallerInstructionArgs;
6406
+ type index$n_ValidatePacketInstructionAccounts = ValidatePacketInstructionAccounts;
6407
+ type index$n_ValidatePacketInstructionArgs = ValidatePacketInstructionArgs;
6408
+ type index$n_WithdrawFeesInstructionAccounts = WithdrawFeesInstructionAccounts;
6409
+ type index$n_WithdrawFeesInstructionArgs = WithdrawFeesInstructionArgs;
6410
+ declare const index$n_createInitMessageLibInstruction: typeof createInitMessageLibInstruction;
6411
+ declare const index$n_createInitMessageLibInstructionAccounts: typeof createInitMessageLibInstructionAccounts;
6412
+ declare const index$n_createRevertCallInstruction: typeof createRevertCallInstruction;
6413
+ declare const index$n_createRevertCallInstructionAccounts: typeof createRevertCallInstructionAccounts;
6414
+ declare const index$n_createSetFeeInstruction: typeof createSetFeeInstruction;
6415
+ declare const index$n_createSetFeeInstructionAccounts: typeof createSetFeeInstructionAccounts;
6416
+ declare const index$n_createSetWlCallerInstruction: typeof createSetWlCallerInstruction;
6417
+ declare const index$n_createSetWlCallerInstructionAccounts: typeof createSetWlCallerInstructionAccounts;
6418
+ declare const index$n_createValidatePacketInstruction: typeof createValidatePacketInstruction;
6419
+ declare const index$n_createValidatePacketInstructionAccounts: typeof createValidatePacketInstructionAccounts;
6420
+ declare const index$n_createWithdrawFeesInstruction: typeof createWithdrawFeesInstruction;
6421
+ declare const index$n_createWithdrawFeesInstructionAccounts: typeof createWithdrawFeesInstructionAccounts;
6422
+ declare const index$n_initMessageLibInstructionDiscriminator: typeof initMessageLibInstructionDiscriminator;
6423
+ declare const index$n_initMessageLibStruct: typeof initMessageLibStruct;
6424
+ declare const index$n_revertCallInstructionDiscriminator: typeof revertCallInstructionDiscriminator;
6425
+ declare const index$n_revertCallStruct: typeof revertCallStruct;
6426
+ declare const index$n_setFeeInstructionDiscriminator: typeof setFeeInstructionDiscriminator;
6427
+ declare const index$n_setFeeStruct: typeof setFeeStruct;
6428
+ declare const index$n_setWlCallerInstructionDiscriminator: typeof setWlCallerInstructionDiscriminator;
6429
+ declare const index$n_setWlCallerStruct: typeof setWlCallerStruct;
6430
+ declare const index$n_validatePacketInstructionDiscriminator: typeof validatePacketInstructionDiscriminator;
6431
+ declare const index$n_validatePacketStruct: typeof validatePacketStruct;
6432
+ declare const index$n_withdrawFeesInstructionDiscriminator: typeof withdrawFeesInstructionDiscriminator;
6433
+ declare const index$n_withdrawFeesStruct: typeof withdrawFeesStruct;
6434
+ declare namespace index$n {
6435
+ export { type InitConfigInstructionAccounts$1 as InitConfigInstructionAccounts, type InitConfigInstructionArgs$1 as InitConfigInstructionArgs, type InitDefaultConfigInstructionAccounts$1 as InitDefaultConfigInstructionAccounts, type InitDefaultConfigInstructionArgs$1 as InitDefaultConfigInstructionArgs, type index$n_InitMessageLibInstructionAccounts as InitMessageLibInstructionAccounts, type index$n_InitMessageLibInstructionArgs as InitMessageLibInstructionArgs, type QuoteInstructionAccounts$2 as QuoteInstructionAccounts, type QuoteInstructionArgs$2 as QuoteInstructionArgs, type SendInstructionAccounts$2 as SendInstructionAccounts, type SendInstructionArgs$2 as SendInstructionArgs, type SendWithLzTokenInstructionAccounts$1 as SendWithLzTokenInstructionAccounts, type SendWithLzTokenInstructionArgs$1 as SendWithLzTokenInstructionArgs, type SetConfigInstructionAccounts$2 as SetConfigInstructionAccounts, type SetConfigInstructionArgs$2 as SetConfigInstructionArgs, type SetDefaultConfigInstructionAccounts$1 as SetDefaultConfigInstructionAccounts, type SetDefaultConfigInstructionArgs$1 as SetDefaultConfigInstructionArgs, type index$n_SetFeeInstructionAccounts as SetFeeInstructionAccounts, type index$n_SetFeeInstructionArgs as SetFeeInstructionArgs, type index$n_SetWlCallerInstructionAccounts as SetWlCallerInstructionAccounts, type index$n_SetWlCallerInstructionArgs as SetWlCallerInstructionArgs, type TransferAdminInstructionAccounts$3 as TransferAdminInstructionAccounts, type TransferAdminInstructionArgs$3 as TransferAdminInstructionArgs, type index$n_ValidatePacketInstructionAccounts as ValidatePacketInstructionAccounts, type index$n_ValidatePacketInstructionArgs as ValidatePacketInstructionArgs, type index$n_WithdrawFeesInstructionAccounts as WithdrawFeesInstructionAccounts, type index$n_WithdrawFeesInstructionArgs as WithdrawFeesInstructionArgs, createInitConfigInstruction$1 as createInitConfigInstruction, createInitConfigInstructionAccounts$1 as createInitConfigInstructionAccounts, createInitDefaultConfigInstruction$1 as createInitDefaultConfigInstruction, createInitDefaultConfigInstructionAccounts$1 as createInitDefaultConfigInstructionAccounts, index$n_createInitMessageLibInstruction as createInitMessageLibInstruction, index$n_createInitMessageLibInstructionAccounts as createInitMessageLibInstructionAccounts, createQuoteInstruction$2 as createQuoteInstruction, createQuoteInstructionAccounts$2 as createQuoteInstructionAccounts, index$n_createRevertCallInstruction as createRevertCallInstruction, index$n_createRevertCallInstructionAccounts as createRevertCallInstructionAccounts, createSendInstruction$2 as createSendInstruction, createSendInstructionAccounts$2 as createSendInstructionAccounts, createSendWithLzTokenInstruction$1 as createSendWithLzTokenInstruction, createSendWithLzTokenInstructionAccounts$1 as createSendWithLzTokenInstructionAccounts, createSetConfigInstruction$2 as createSetConfigInstruction, createSetConfigInstructionAccounts$2 as createSetConfigInstructionAccounts, createSetDefaultConfigInstruction$1 as createSetDefaultConfigInstruction, createSetDefaultConfigInstructionAccounts$1 as createSetDefaultConfigInstructionAccounts, index$n_createSetFeeInstruction as createSetFeeInstruction, index$n_createSetFeeInstructionAccounts as createSetFeeInstructionAccounts, index$n_createSetWlCallerInstruction as createSetWlCallerInstruction, index$n_createSetWlCallerInstructionAccounts as createSetWlCallerInstructionAccounts, createTransferAdminInstruction$3 as createTransferAdminInstruction, createTransferAdminInstructionAccounts$3 as createTransferAdminInstructionAccounts, index$n_createValidatePacketInstruction as createValidatePacketInstruction, index$n_createValidatePacketInstructionAccounts as createValidatePacketInstructionAccounts, createVersionInstruction$3 as createVersionInstruction, createVersionInstructionAccounts$3 as createVersionInstructionAccounts, index$n_createWithdrawFeesInstruction as createWithdrawFeesInstruction, index$n_createWithdrawFeesInstructionAccounts as createWithdrawFeesInstructionAccounts, initConfigInstructionDiscriminator$1 as initConfigInstructionDiscriminator, initConfigStruct$1 as initConfigStruct, initDefaultConfigInstructionDiscriminator$1 as initDefaultConfigInstructionDiscriminator, initDefaultConfigStruct$1 as initDefaultConfigStruct, index$n_initMessageLibInstructionDiscriminator as initMessageLibInstructionDiscriminator, index$n_initMessageLibStruct as initMessageLibStruct, quoteInstructionDiscriminator$2 as quoteInstructionDiscriminator, quoteStruct$2 as quoteStruct, index$n_revertCallInstructionDiscriminator as revertCallInstructionDiscriminator, index$n_revertCallStruct as revertCallStruct, sendInstructionDiscriminator$2 as sendInstructionDiscriminator, sendStruct$2 as sendStruct, sendWithLzTokenInstructionDiscriminator$1 as sendWithLzTokenInstructionDiscriminator, sendWithLzTokenStruct$1 as sendWithLzTokenStruct, setConfigInstructionDiscriminator$2 as setConfigInstructionDiscriminator, setConfigStruct$2 as setConfigStruct, setDefaultConfigInstructionDiscriminator$1 as setDefaultConfigInstructionDiscriminator, setDefaultConfigStruct$1 as setDefaultConfigStruct, index$n_setFeeInstructionDiscriminator as setFeeInstructionDiscriminator, index$n_setFeeStruct as setFeeStruct, index$n_setWlCallerInstructionDiscriminator as setWlCallerInstructionDiscriminator, index$n_setWlCallerStruct as setWlCallerStruct, transferAdminInstructionDiscriminator$3 as transferAdminInstructionDiscriminator, transferAdminStruct$3 as transferAdminStruct, index$n_validatePacketInstructionDiscriminator as validatePacketInstructionDiscriminator, index$n_validatePacketStruct as validatePacketStruct, versionInstructionDiscriminator$3 as versionInstructionDiscriminator, versionStruct$3 as versionStruct, index$n_withdrawFeesInstructionDiscriminator as withdrawFeesInstructionDiscriminator, index$n_withdrawFeesStruct as withdrawFeesStruct };
6435
6436
  }
6436
6437
 
6437
6438
  /**
@@ -6469,18 +6470,18 @@ type Version$2 = {
6469
6470
  */
6470
6471
  declare const versionBeet$2: beet.BeetArgsStruct<Version$2>;
6471
6472
 
6472
- type index$k_InitMessageLibParams = InitMessageLibParams;
6473
- type index$k_SetFeeParams = SetFeeParams;
6474
- type index$k_SetWlCallerParams = SetWlCallerParams;
6475
- type index$k_ValidatePacketParams = ValidatePacketParams;
6476
- type index$k_WithdrawFeesParams = WithdrawFeesParams;
6477
- declare const index$k_initMessageLibParamsBeet: typeof initMessageLibParamsBeet;
6478
- declare const index$k_setFeeParamsBeet: typeof setFeeParamsBeet;
6479
- declare const index$k_setWlCallerParamsBeet: typeof setWlCallerParamsBeet;
6480
- declare const index$k_validatePacketParamsBeet: typeof validatePacketParamsBeet;
6481
- declare const index$k_withdrawFeesParamsBeet: typeof withdrawFeesParamsBeet;
6482
- declare namespace index$k {
6483
- export { type InitConfigParams$1 as InitConfigParams, type InitDefaultConfigParams$1 as InitDefaultConfigParams, type index$k_InitMessageLibParams as InitMessageLibParams, type MessagingFee$2 as MessagingFee, type Packet$1 as Packet, type QuoteParams$2 as QuoteParams, type SendParams$2 as SendParams, type SendWithLzTokenParams$1 as SendWithLzTokenParams, type SetConfigParams$2 as SetConfigParams, type SetDefaultConfigParams$1 as SetDefaultConfigParams, type index$k_SetFeeParams as SetFeeParams, type index$k_SetWlCallerParams as SetWlCallerParams, type TransferAdminParams$3 as TransferAdminParams, type index$k_ValidatePacketParams as ValidatePacketParams, type Version$2 as Version, type index$k_WithdrawFeesParams as WithdrawFeesParams, initConfigParamsBeet$1 as initConfigParamsBeet, initDefaultConfigParamsBeet$1 as initDefaultConfigParamsBeet, index$k_initMessageLibParamsBeet as initMessageLibParamsBeet, messagingFeeBeet$2 as messagingFeeBeet, packetBeet$1 as packetBeet, quoteParamsBeet$2 as quoteParamsBeet, sendParamsBeet$2 as sendParamsBeet, sendWithLzTokenParamsBeet$1 as sendWithLzTokenParamsBeet, setConfigParamsBeet$2 as setConfigParamsBeet, setDefaultConfigParamsBeet$1 as setDefaultConfigParamsBeet, index$k_setFeeParamsBeet as setFeeParamsBeet, index$k_setWlCallerParamsBeet as setWlCallerParamsBeet, transferAdminParamsBeet$3 as transferAdminParamsBeet, index$k_validatePacketParamsBeet as validatePacketParamsBeet, versionBeet$2 as versionBeet, index$k_withdrawFeesParamsBeet as withdrawFeesParamsBeet };
6473
+ type index$m_InitMessageLibParams = InitMessageLibParams;
6474
+ type index$m_SetFeeParams = SetFeeParams;
6475
+ type index$m_SetWlCallerParams = SetWlCallerParams;
6476
+ type index$m_ValidatePacketParams = ValidatePacketParams;
6477
+ type index$m_WithdrawFeesParams = WithdrawFeesParams;
6478
+ declare const index$m_initMessageLibParamsBeet: typeof initMessageLibParamsBeet;
6479
+ declare const index$m_setFeeParamsBeet: typeof setFeeParamsBeet;
6480
+ declare const index$m_setWlCallerParamsBeet: typeof setWlCallerParamsBeet;
6481
+ declare const index$m_validatePacketParamsBeet: typeof validatePacketParamsBeet;
6482
+ declare const index$m_withdrawFeesParamsBeet: typeof withdrawFeesParamsBeet;
6483
+ declare namespace index$m {
6484
+ export { type InitConfigParams$1 as InitConfigParams, type InitDefaultConfigParams$1 as InitDefaultConfigParams, type index$m_InitMessageLibParams as InitMessageLibParams, type MessagingFee$2 as MessagingFee, type Packet$1 as Packet, type QuoteParams$2 as QuoteParams, type SendParams$2 as SendParams, type SendWithLzTokenParams$1 as SendWithLzTokenParams, type SetConfigParams$2 as SetConfigParams, type SetDefaultConfigParams$1 as SetDefaultConfigParams, type index$m_SetFeeParams as SetFeeParams, type index$m_SetWlCallerParams as SetWlCallerParams, type TransferAdminParams$3 as TransferAdminParams, type index$m_ValidatePacketParams as ValidatePacketParams, type Version$2 as Version, type index$m_WithdrawFeesParams as WithdrawFeesParams, initConfigParamsBeet$1 as initConfigParamsBeet, initDefaultConfigParamsBeet$1 as initDefaultConfigParamsBeet, index$m_initMessageLibParamsBeet as initMessageLibParamsBeet, messagingFeeBeet$2 as messagingFeeBeet, packetBeet$1 as packetBeet, quoteParamsBeet$2 as quoteParamsBeet, sendParamsBeet$2 as sendParamsBeet, sendWithLzTokenParamsBeet$1 as sendWithLzTokenParamsBeet, setConfigParamsBeet$2 as setConfigParamsBeet, setDefaultConfigParamsBeet$1 as setDefaultConfigParamsBeet, index$m_setFeeParamsBeet as setFeeParamsBeet, index$m_setWlCallerParamsBeet as setWlCallerParamsBeet, transferAdminParamsBeet$3 as transferAdminParamsBeet, index$m_validatePacketParamsBeet as validatePacketParamsBeet, versionBeet$2 as versionBeet, index$m_withdrawFeesParamsBeet as withdrawFeesParamsBeet };
6484
6485
  }
6485
6486
 
6486
6487
  /**
@@ -6511,10 +6512,14 @@ declare class Endpoint {
6511
6512
  initOappConfig(delegate: PublicKey, msgLibSDK: MessageLibInterface, payer: PublicKey, oappID: PublicKey, eid: number): Promise<TransactionInstruction>;
6512
6513
  initOAppNonce(connection: Connection, delegate: PublicKey, // payer
6513
6514
  dstEid: number, oappIDPDA: PublicKey, remoteOappAddr: Uint8Array): Promise<TransactionInstruction | null>;
6515
+ initOAppNonceWithoutChecks(delegate: PublicKey, // payer
6516
+ dstEid: number, oappIDPDA: PublicKey, remoteOappAddr: Uint8Array): TransactionInstruction;
6514
6517
  initSendLibrary(connection: Connection, delegate: PublicKey, sender: PublicKey, dstEid: number, commitmentOrConfig?: Commitment | GetAccountInfoConfig): Promise<TransactionInstruction | null>;
6515
- setSendLibrary(_connection: Connection, oappAdmin: PublicKey, oappIDPDA: PublicKey, newSendLibProgram: PublicKey, dstEid: number): Promise<TransactionInstruction | null>;
6518
+ initSendLibraryWithoutChecks(delegate: PublicKey, sender: PublicKey, dstEid: number): TransactionInstruction;
6519
+ setSendLibrary(oappAdmin: PublicKey, oappIDPDA: PublicKey, newSendLibProgram: PublicKey, dstEid: number): Promise<TransactionInstruction>;
6516
6520
  initReceiveLibrary(connection: Connection, delegate: PublicKey, receiver: PublicKey, srcEid: number, commitmentOrConfig?: Commitment | GetAccountInfoConfig): Promise<TransactionInstruction | null>;
6517
- setReceiveLibrary(_connection: Connection, oappAdmin: PublicKey, oappIDPDA: PublicKey, newReceiveLibProgram: PublicKey, srcEid: number, gracePeriod?: number): Promise<TransactionInstruction | null>;
6521
+ initReceiveLibraryWithoutChecks(delegate: PublicKey, receiver: PublicKey, srcEid: number): TransactionInstruction;
6522
+ setReceiveLibrary(oappAdmin: PublicKey, oappIDPDA: PublicKey, newReceiveLibProgram: PublicKey, srcEid: number, gracePeriod?: number): Promise<TransactionInstruction>;
6518
6523
  setOappConfig(connection: Connection, oappDelegate: PublicKey, oappID: PublicKey, msgLibProgram: PublicKey, eid: number, config: {
6519
6524
  configType: SetConfigType;
6520
6525
  value: ExecutorConfig$1 | UlnConfig$1;
@@ -6555,6 +6560,7 @@ declare class Endpoint {
6555
6560
  /**
6556
6561
  * @param composer. The composer is usually the PDA of the app's ID. It depends on the oapp's implementation.
6557
6562
  */
6563
+ getRegisterOappIxAccountMetaForCPI(payer: PublicKey, oapp: PublicKey): AccountMeta[];
6558
6564
  getSkipIxAccountMetaForCPI(receiver: PublicKey, sender: Uint8Array, srcEid: number, nonce: number): AccountMeta[];
6559
6565
  isDefaultSendLibrary(connection: Connection, messageLibProgram: PublicKey, dstEid: number, commitmentOrConfig?: Commitment | GetAccountInfoConfig): Promise<boolean>;
6560
6566
  isDefaultReceiveLibrary(connection: Connection, messageLibProgram: PublicKey, srcEid: number, commitmentOrConfig?: Commitment | GetAccountInfoConfig): Promise<boolean>;
@@ -6605,7 +6611,7 @@ type endpoint_Endpoint = Endpoint;
6605
6611
  declare const endpoint_Endpoint: typeof Endpoint;
6606
6612
  declare const endpoint_EventEmitDiscriminator: typeof EventEmitDiscriminator;
6607
6613
  declare namespace endpoint {
6608
- export { endpoint_DefaultMessageLib as DefaultMessageLib, endpoint_Endpoint as Endpoint, endpoint_EventEmitDiscriminator as EventEmitDiscriminator, PROGRAM_ID$7 as PROGRAM_ID, index$s as accounts, index$r as errors, index$o as events, index$q as instructions, index$p as types };
6614
+ 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 };
6609
6615
  }
6610
6616
 
6611
6617
  declare class SimpleMessageLib implements MessageLibInterface {
@@ -6626,13 +6632,13 @@ declare class SimpleMessageLib implements MessageLibInterface {
6626
6632
  * Get the account meta of the send instruction for CPI(Cross-Program Invocation )
6627
6633
  */
6628
6634
  getInitConfigIXAccountMetaForCPI(payer: PublicKey, oappID: PublicKey, eid: number): Promise<AccountMeta[]>;
6629
- getSetConfigIXAccountMetaForCPI(_endpointProgram: PublicKey, _oappID: PublicKey, _eid: number): Promise<AccountMeta[]>;
6635
+ getSetConfigIXAccountMetaForCPI(endpointProgram: PublicKey, oappID: PublicKey, eid: number): Promise<AccountMeta[]>;
6630
6636
  }
6631
6637
 
6632
6638
  type simpleMessageLib_SimpleMessageLib = SimpleMessageLib;
6633
6639
  declare const simpleMessageLib_SimpleMessageLib: typeof SimpleMessageLib;
6634
6640
  declare namespace simpleMessageLib {
6635
- export { PROGRAM_ID$6 as PROGRAM_ID, simpleMessageLib_SimpleMessageLib as SimpleMessageLib, index$n as accounts, index$m as errors, index$l as instructions, index$k as types };
6641
+ 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 };
6636
6642
  }
6637
6643
 
6638
6644
  /**
@@ -7119,23 +7125,23 @@ declare const accountProviders$4: {
7119
7125
  UlnSettings: typeof UlnSettings;
7120
7126
  };
7121
7127
 
7122
- type index$j_Confirmations = Confirmations;
7123
- declare const index$j_Confirmations: typeof Confirmations;
7124
- type index$j_ConfirmationsArgs = ConfirmationsArgs;
7125
- type index$j_SendConfig = SendConfig;
7126
- declare const index$j_SendConfig: typeof SendConfig;
7127
- type index$j_SendConfigArgs = SendConfigArgs;
7128
- type index$j_UlnSettings = UlnSettings;
7129
- declare const index$j_UlnSettings: typeof UlnSettings;
7130
- type index$j_UlnSettingsArgs = UlnSettingsArgs;
7131
- declare const index$j_confirmationsBeet: typeof confirmationsBeet;
7132
- declare const index$j_confirmationsDiscriminator: typeof confirmationsDiscriminator;
7133
- declare const index$j_sendConfigBeet: typeof sendConfigBeet;
7134
- declare const index$j_sendConfigDiscriminator: typeof sendConfigDiscriminator;
7135
- declare const index$j_ulnSettingsBeet: typeof ulnSettingsBeet;
7136
- declare const index$j_ulnSettingsDiscriminator: typeof ulnSettingsDiscriminator;
7137
- declare namespace index$j {
7138
- export { index$j_Confirmations as Confirmations, type index$j_ConfirmationsArgs as ConfirmationsArgs, ReceiveConfig$1 as ReceiveConfig, type ReceiveConfigArgs$1 as ReceiveConfigArgs, index$j_SendConfig as SendConfig, type index$j_SendConfigArgs as SendConfigArgs, index$j_UlnSettings as UlnSettings, type index$j_UlnSettingsArgs as UlnSettingsArgs, accountProviders$4 as accountProviders, index$j_confirmationsBeet as confirmationsBeet, index$j_confirmationsDiscriminator as confirmationsDiscriminator, receiveConfigBeet$1 as receiveConfigBeet, receiveConfigDiscriminator$1 as receiveConfigDiscriminator, index$j_sendConfigBeet as sendConfigBeet, index$j_sendConfigDiscriminator as sendConfigDiscriminator, index$j_ulnSettingsBeet as ulnSettingsBeet, index$j_ulnSettingsDiscriminator as ulnSettingsDiscriminator };
7128
+ type index$l_Confirmations = Confirmations;
7129
+ declare const index$l_Confirmations: typeof Confirmations;
7130
+ type index$l_ConfirmationsArgs = ConfirmationsArgs;
7131
+ type index$l_SendConfig = SendConfig;
7132
+ declare const index$l_SendConfig: typeof SendConfig;
7133
+ type index$l_SendConfigArgs = SendConfigArgs;
7134
+ type index$l_UlnSettings = UlnSettings;
7135
+ declare const index$l_UlnSettings: typeof UlnSettings;
7136
+ type index$l_UlnSettingsArgs = UlnSettingsArgs;
7137
+ declare const index$l_confirmationsBeet: typeof confirmationsBeet;
7138
+ declare const index$l_confirmationsDiscriminator: typeof confirmationsDiscriminator;
7139
+ declare const index$l_sendConfigBeet: typeof sendConfigBeet;
7140
+ declare const index$l_sendConfigDiscriminator: typeof sendConfigDiscriminator;
7141
+ declare const index$l_ulnSettingsBeet: typeof ulnSettingsBeet;
7142
+ declare const index$l_ulnSettingsDiscriminator: typeof ulnSettingsDiscriminator;
7143
+ declare namespace index$l {
7144
+ export { index$l_Confirmations as Confirmations, type index$l_ConfirmationsArgs as ConfirmationsArgs, ReceiveConfig$1 as ReceiveConfig, type ReceiveConfigArgs$1 as ReceiveConfigArgs, index$l_SendConfig as SendConfig, type index$l_SendConfigArgs as SendConfigArgs, index$l_UlnSettings as UlnSettings, type index$l_UlnSettingsArgs as UlnSettingsArgs, accountProviders$4 as accountProviders, index$l_confirmationsBeet as confirmationsBeet, index$l_confirmationsDiscriminator as confirmationsDiscriminator, receiveConfigBeet$1 as receiveConfigBeet, receiveConfigDiscriminator$1 as receiveConfigDiscriminator, index$l_sendConfigBeet as sendConfigBeet, index$l_sendConfigDiscriminator as sendConfigDiscriminator, index$l_ulnSettingsBeet as ulnSettingsBeet, index$l_ulnSettingsDiscriminator as ulnSettingsDiscriminator };
7139
7145
  }
7140
7146
 
7141
7147
  /**
@@ -7144,17 +7150,17 @@ declare namespace index$j {
7144
7150
  *
7145
7151
  * See: https://github.com/metaplex-foundation/solita
7146
7152
  */
7147
- type ErrorWithCode$3 = Error & {
7153
+ type ErrorWithCode$2 = Error & {
7148
7154
  code: number;
7149
7155
  };
7150
- type MaybeErrorWithCode$3 = ErrorWithCode$3 | null | undefined;
7156
+ type MaybeErrorWithCode$2 = ErrorWithCode$2 | null | undefined;
7151
7157
  /**
7152
7158
  * Unauthorized: ''
7153
7159
  *
7154
7160
  * @category Errors
7155
7161
  * @category generated
7156
7162
  */
7157
- declare class UnauthorizedError$1 extends Error {
7163
+ declare class UnauthorizedError extends Error {
7158
7164
  readonly code: number;
7159
7165
  readonly name: string;
7160
7166
  constructor();
@@ -7516,78 +7522,80 @@ declare class InvalidPayerError extends Error {
7516
7522
  * @category Errors
7517
7523
  * @category generated
7518
7524
  */
7519
- declare function errorFromCode$3(code: number): MaybeErrorWithCode$3;
7525
+ declare function errorFromCode$2(code: number): MaybeErrorWithCode$2;
7520
7526
  /**
7521
7527
  * Attempts to resolve a custom program error from the provided error name, i.e. 'Unauthorized'.
7522
7528
  * @category Errors
7523
7529
  * @category generated
7524
7530
  */
7525
- declare function errorFromName$3(name: string): MaybeErrorWithCode$3;
7531
+ declare function errorFromName$2(name: string): MaybeErrorWithCode$2;
7526
7532
 
7527
- type index$i_AtLeastOneDVNError = AtLeastOneDVNError;
7528
- declare const index$i_AtLeastOneDVNError: typeof AtLeastOneDVNError;
7529
- type index$i_ExceededMaxMessageSizeError = ExceededMaxMessageSizeError;
7530
- declare const index$i_ExceededMaxMessageSizeError: typeof ExceededMaxMessageSizeError;
7531
- type index$i_ExceededU128Error = ExceededU128Error;
7532
- declare const index$i_ExceededU128Error: typeof ExceededU128Error;
7533
- type index$i_InsufficientFeeError = InsufficientFeeError;
7534
- declare const index$i_InsufficientFeeError: typeof InsufficientFeeError;
7535
- type index$i_InvalidAccountLengthError = InvalidAccountLengthError;
7536
- declare const index$i_InvalidAccountLengthError: typeof InvalidAccountLengthError;
7537
- type index$i_InvalidBpsError = InvalidBpsError;
7538
- declare const index$i_InvalidBpsError: typeof InvalidBpsError;
7539
- type index$i_InvalidConfigTypeError = InvalidConfigTypeError;
7540
- declare const index$i_InvalidConfigTypeError: typeof InvalidConfigTypeError;
7541
- type index$i_InvalidConfirmationError = InvalidConfirmationError;
7542
- declare const index$i_InvalidConfirmationError: typeof InvalidConfirmationError;
7543
- type index$i_InvalidConfirmationsError = InvalidConfirmationsError;
7544
- declare const index$i_InvalidConfirmationsError: typeof InvalidConfirmationsError;
7545
- type index$i_InvalidDvnError = InvalidDvnError;
7546
- declare const index$i_InvalidDvnError: typeof InvalidDvnError;
7547
- type index$i_InvalidDvnProgramError = InvalidDvnProgramError;
7548
- declare const index$i_InvalidDvnProgramError: typeof InvalidDvnProgramError;
7549
- type index$i_InvalidEidError = InvalidEidError;
7550
- declare const index$i_InvalidEidError: typeof InvalidEidError;
7551
- type index$i_InvalidExecutorError = InvalidExecutorError;
7552
- declare const index$i_InvalidExecutorError: typeof InvalidExecutorError;
7553
- type index$i_InvalidExecutorProgramError = InvalidExecutorProgramError;
7554
- declare const index$i_InvalidExecutorProgramError: typeof InvalidExecutorProgramError;
7555
- type index$i_InvalidLzTokenMintError = InvalidLzTokenMintError;
7556
- declare const index$i_InvalidLzTokenMintError: typeof InvalidLzTokenMintError;
7557
- type index$i_InvalidOptionTypeError = InvalidOptionTypeError;
7558
- declare const index$i_InvalidOptionTypeError: typeof InvalidOptionTypeError;
7559
- type index$i_InvalidOptionalDVNCountError = InvalidOptionalDVNCountError;
7560
- declare const index$i_InvalidOptionalDVNCountError: typeof InvalidOptionalDVNCountError;
7561
- type index$i_InvalidOptionalDVNThresholdError = InvalidOptionalDVNThresholdError;
7562
- declare const index$i_InvalidOptionalDVNThresholdError: typeof InvalidOptionalDVNThresholdError;
7563
- type index$i_InvalidPacketVersionError = InvalidPacketVersionError;
7564
- declare const index$i_InvalidPacketVersionError: typeof InvalidPacketVersionError;
7565
- type index$i_InvalidPayerError = InvalidPayerError;
7566
- declare const index$i_InvalidPayerError: typeof InvalidPayerError;
7567
- type index$i_InvalidRequiredDVNCountError = InvalidRequiredDVNCountError;
7568
- declare const index$i_InvalidRequiredDVNCountError: typeof InvalidRequiredDVNCountError;
7569
- type index$i_InvalidTreasuryError = InvalidTreasuryError;
7570
- declare const index$i_InvalidTreasuryError: typeof InvalidTreasuryError;
7571
- type index$i_InvalidTreasuryFeeCapError = InvalidTreasuryFeeCapError;
7572
- declare const index$i_InvalidTreasuryFeeCapError: typeof InvalidTreasuryFeeCapError;
7573
- type index$i_InvalidType1SizeError = InvalidType1SizeError;
7574
- declare const index$i_InvalidType1SizeError: typeof InvalidType1SizeError;
7575
- type index$i_InvalidType2SizeError = InvalidType2SizeError;
7576
- declare const index$i_InvalidType2SizeError: typeof InvalidType2SizeError;
7577
- type index$i_InvalidWorkerIdError = InvalidWorkerIdError;
7578
- declare const index$i_InvalidWorkerIdError: typeof InvalidWorkerIdError;
7579
- type index$i_LzTokenUnavailableError = LzTokenUnavailableError;
7580
- declare const index$i_LzTokenUnavailableError: typeof LzTokenUnavailableError;
7581
- type index$i_NonSignerError = NonSignerError;
7582
- declare const index$i_NonSignerError: typeof NonSignerError;
7583
- type index$i_UnsortedError = UnsortedError;
7584
- declare const index$i_UnsortedError: typeof UnsortedError;
7585
- type index$i_VerifyingError = VerifyingError;
7586
- declare const index$i_VerifyingError: typeof VerifyingError;
7587
- type index$i_ZeroMessageSizeError = ZeroMessageSizeError;
7588
- declare const index$i_ZeroMessageSizeError: typeof ZeroMessageSizeError;
7589
- declare namespace index$i {
7590
- export { index$i_AtLeastOneDVNError as AtLeastOneDVNError, index$i_ExceededMaxMessageSizeError as ExceededMaxMessageSizeError, index$i_ExceededU128Error as ExceededU128Error, index$i_InsufficientFeeError as InsufficientFeeError, index$i_InvalidAccountLengthError as InvalidAccountLengthError, InvalidAmountError$1 as InvalidAmountError, index$i_InvalidBpsError as InvalidBpsError, index$i_InvalidConfigTypeError as InvalidConfigTypeError, index$i_InvalidConfirmationError as InvalidConfirmationError, index$i_InvalidConfirmationsError as InvalidConfirmationsError, index$i_InvalidDvnError as InvalidDvnError, index$i_InvalidDvnProgramError as InvalidDvnProgramError, index$i_InvalidEidError as InvalidEidError, index$i_InvalidExecutorError as InvalidExecutorError, index$i_InvalidExecutorProgramError as InvalidExecutorProgramError, index$i_InvalidLzTokenMintError as InvalidLzTokenMintError, index$i_InvalidOptionTypeError as InvalidOptionTypeError, index$i_InvalidOptionalDVNCountError as InvalidOptionalDVNCountError, index$i_InvalidOptionalDVNThresholdError as InvalidOptionalDVNThresholdError, index$i_InvalidPacketVersionError as InvalidPacketVersionError, index$i_InvalidPayerError as InvalidPayerError, index$i_InvalidRequiredDVNCountError as InvalidRequiredDVNCountError, index$i_InvalidTreasuryError as InvalidTreasuryError, index$i_InvalidTreasuryFeeCapError as InvalidTreasuryFeeCapError, index$i_InvalidType1SizeError as InvalidType1SizeError, index$i_InvalidType2SizeError as InvalidType2SizeError, index$i_InvalidWorkerIdError as InvalidWorkerIdError, index$i_LzTokenUnavailableError as LzTokenUnavailableError, index$i_NonSignerError as NonSignerError, UnauthorizedError$1 as UnauthorizedError, index$i_UnsortedError as UnsortedError, index$i_VerifyingError as VerifyingError, index$i_ZeroMessageSizeError as ZeroMessageSizeError, errorFromCode$3 as errorFromCode, errorFromName$3 as errorFromName };
7533
+ type index$k_AtLeastOneDVNError = AtLeastOneDVNError;
7534
+ declare const index$k_AtLeastOneDVNError: typeof AtLeastOneDVNError;
7535
+ type index$k_ExceededMaxMessageSizeError = ExceededMaxMessageSizeError;
7536
+ declare const index$k_ExceededMaxMessageSizeError: typeof ExceededMaxMessageSizeError;
7537
+ type index$k_ExceededU128Error = ExceededU128Error;
7538
+ declare const index$k_ExceededU128Error: typeof ExceededU128Error;
7539
+ type index$k_InsufficientFeeError = InsufficientFeeError;
7540
+ declare const index$k_InsufficientFeeError: typeof InsufficientFeeError;
7541
+ type index$k_InvalidAccountLengthError = InvalidAccountLengthError;
7542
+ declare const index$k_InvalidAccountLengthError: typeof InvalidAccountLengthError;
7543
+ type index$k_InvalidBpsError = InvalidBpsError;
7544
+ declare const index$k_InvalidBpsError: typeof InvalidBpsError;
7545
+ type index$k_InvalidConfigTypeError = InvalidConfigTypeError;
7546
+ declare const index$k_InvalidConfigTypeError: typeof InvalidConfigTypeError;
7547
+ type index$k_InvalidConfirmationError = InvalidConfirmationError;
7548
+ declare const index$k_InvalidConfirmationError: typeof InvalidConfirmationError;
7549
+ type index$k_InvalidConfirmationsError = InvalidConfirmationsError;
7550
+ declare const index$k_InvalidConfirmationsError: typeof InvalidConfirmationsError;
7551
+ type index$k_InvalidDvnError = InvalidDvnError;
7552
+ declare const index$k_InvalidDvnError: typeof InvalidDvnError;
7553
+ type index$k_InvalidDvnProgramError = InvalidDvnProgramError;
7554
+ declare const index$k_InvalidDvnProgramError: typeof InvalidDvnProgramError;
7555
+ type index$k_InvalidEidError = InvalidEidError;
7556
+ declare const index$k_InvalidEidError: typeof InvalidEidError;
7557
+ type index$k_InvalidExecutorError = InvalidExecutorError;
7558
+ declare const index$k_InvalidExecutorError: typeof InvalidExecutorError;
7559
+ type index$k_InvalidExecutorProgramError = InvalidExecutorProgramError;
7560
+ declare const index$k_InvalidExecutorProgramError: typeof InvalidExecutorProgramError;
7561
+ type index$k_InvalidLzTokenMintError = InvalidLzTokenMintError;
7562
+ declare const index$k_InvalidLzTokenMintError: typeof InvalidLzTokenMintError;
7563
+ type index$k_InvalidOptionTypeError = InvalidOptionTypeError;
7564
+ declare const index$k_InvalidOptionTypeError: typeof InvalidOptionTypeError;
7565
+ type index$k_InvalidOptionalDVNCountError = InvalidOptionalDVNCountError;
7566
+ declare const index$k_InvalidOptionalDVNCountError: typeof InvalidOptionalDVNCountError;
7567
+ type index$k_InvalidOptionalDVNThresholdError = InvalidOptionalDVNThresholdError;
7568
+ declare const index$k_InvalidOptionalDVNThresholdError: typeof InvalidOptionalDVNThresholdError;
7569
+ type index$k_InvalidPacketVersionError = InvalidPacketVersionError;
7570
+ declare const index$k_InvalidPacketVersionError: typeof InvalidPacketVersionError;
7571
+ type index$k_InvalidPayerError = InvalidPayerError;
7572
+ declare const index$k_InvalidPayerError: typeof InvalidPayerError;
7573
+ type index$k_InvalidRequiredDVNCountError = InvalidRequiredDVNCountError;
7574
+ declare const index$k_InvalidRequiredDVNCountError: typeof InvalidRequiredDVNCountError;
7575
+ type index$k_InvalidTreasuryError = InvalidTreasuryError;
7576
+ declare const index$k_InvalidTreasuryError: typeof InvalidTreasuryError;
7577
+ type index$k_InvalidTreasuryFeeCapError = InvalidTreasuryFeeCapError;
7578
+ declare const index$k_InvalidTreasuryFeeCapError: typeof InvalidTreasuryFeeCapError;
7579
+ type index$k_InvalidType1SizeError = InvalidType1SizeError;
7580
+ declare const index$k_InvalidType1SizeError: typeof InvalidType1SizeError;
7581
+ type index$k_InvalidType2SizeError = InvalidType2SizeError;
7582
+ declare const index$k_InvalidType2SizeError: typeof InvalidType2SizeError;
7583
+ type index$k_InvalidWorkerIdError = InvalidWorkerIdError;
7584
+ declare const index$k_InvalidWorkerIdError: typeof InvalidWorkerIdError;
7585
+ type index$k_LzTokenUnavailableError = LzTokenUnavailableError;
7586
+ declare const index$k_LzTokenUnavailableError: typeof LzTokenUnavailableError;
7587
+ type index$k_NonSignerError = NonSignerError;
7588
+ declare const index$k_NonSignerError: typeof NonSignerError;
7589
+ type index$k_UnauthorizedError = UnauthorizedError;
7590
+ declare const index$k_UnauthorizedError: typeof UnauthorizedError;
7591
+ type index$k_UnsortedError = UnsortedError;
7592
+ declare const index$k_UnsortedError: typeof UnsortedError;
7593
+ type index$k_VerifyingError = VerifyingError;
7594
+ declare const index$k_VerifyingError: typeof VerifyingError;
7595
+ type index$k_ZeroMessageSizeError = ZeroMessageSizeError;
7596
+ declare const index$k_ZeroMessageSizeError: typeof ZeroMessageSizeError;
7597
+ declare namespace index$k {
7598
+ export { index$k_AtLeastOneDVNError as AtLeastOneDVNError, index$k_ExceededMaxMessageSizeError as ExceededMaxMessageSizeError, index$k_ExceededU128Error as ExceededU128Error, index$k_InsufficientFeeError as InsufficientFeeError, index$k_InvalidAccountLengthError as InvalidAccountLengthError, InvalidAmountError$1 as InvalidAmountError, index$k_InvalidBpsError as InvalidBpsError, index$k_InvalidConfigTypeError as InvalidConfigTypeError, index$k_InvalidConfirmationError as InvalidConfirmationError, index$k_InvalidConfirmationsError as InvalidConfirmationsError, index$k_InvalidDvnError as InvalidDvnError, index$k_InvalidDvnProgramError as InvalidDvnProgramError, index$k_InvalidEidError as InvalidEidError, index$k_InvalidExecutorError as InvalidExecutorError, index$k_InvalidExecutorProgramError as InvalidExecutorProgramError, index$k_InvalidLzTokenMintError as InvalidLzTokenMintError, index$k_InvalidOptionTypeError as InvalidOptionTypeError, index$k_InvalidOptionalDVNCountError as InvalidOptionalDVNCountError, index$k_InvalidOptionalDVNThresholdError as InvalidOptionalDVNThresholdError, index$k_InvalidPacketVersionError as InvalidPacketVersionError, index$k_InvalidPayerError as InvalidPayerError, index$k_InvalidRequiredDVNCountError as InvalidRequiredDVNCountError, index$k_InvalidTreasuryError as InvalidTreasuryError, index$k_InvalidTreasuryFeeCapError as InvalidTreasuryFeeCapError, index$k_InvalidType1SizeError as InvalidType1SizeError, index$k_InvalidType2SizeError as InvalidType2SizeError, index$k_InvalidWorkerIdError as InvalidWorkerIdError, index$k_LzTokenUnavailableError as LzTokenUnavailableError, index$k_NonSignerError as NonSignerError, index$k_UnauthorizedError as UnauthorizedError, index$k_UnsortedError as UnsortedError, index$k_VerifyingError as VerifyingError, index$k_ZeroMessageSizeError as ZeroMessageSizeError, errorFromCode$2 as errorFromCode, errorFromName$2 as errorFromName };
7591
7599
  }
7592
7600
 
7593
7601
  /**
@@ -7814,22 +7822,22 @@ type TreasurySetEvent = {
7814
7822
  */
7815
7823
  declare const treasurySetEventBeet: beet.FixableBeetArgsStruct<TreasurySetEvent>;
7816
7824
 
7817
- type index$h_AdminTransferredEvent = AdminTransferredEvent;
7818
- type index$h_ConfigSetEvent = ConfigSetEvent;
7819
- type index$h_DefaultConfigSetEvent = DefaultConfigSetEvent;
7820
- type index$h_FeesPaidEvent = FeesPaidEvent;
7821
- type index$h_PayloadVerifiedEvent = PayloadVerifiedEvent;
7822
- type index$h_RentWithdrawnEvent = RentWithdrawnEvent;
7823
- type index$h_TreasurySetEvent = TreasurySetEvent;
7824
- declare const index$h_adminTransferredEventBeet: typeof adminTransferredEventBeet;
7825
- declare const index$h_configSetEventBeet: typeof configSetEventBeet;
7826
- declare const index$h_defaultConfigSetEventBeet: typeof defaultConfigSetEventBeet;
7827
- declare const index$h_feesPaidEventBeet: typeof feesPaidEventBeet;
7828
- declare const index$h_payloadVerifiedEventBeet: typeof payloadVerifiedEventBeet;
7829
- declare const index$h_rentWithdrawnEventBeet: typeof rentWithdrawnEventBeet;
7830
- declare const index$h_treasurySetEventBeet: typeof treasurySetEventBeet;
7831
- declare namespace index$h {
7832
- export { type index$h_AdminTransferredEvent as AdminTransferredEvent, type index$h_ConfigSetEvent as ConfigSetEvent, type index$h_DefaultConfigSetEvent as DefaultConfigSetEvent, type index$h_FeesPaidEvent as FeesPaidEvent, type index$h_PayloadVerifiedEvent as PayloadVerifiedEvent, type index$h_RentWithdrawnEvent as RentWithdrawnEvent, type index$h_TreasurySetEvent as TreasurySetEvent, index$h_adminTransferredEventBeet as adminTransferredEventBeet, index$h_configSetEventBeet as configSetEventBeet, index$h_defaultConfigSetEventBeet as defaultConfigSetEventBeet, index$h_feesPaidEventBeet as feesPaidEventBeet, index$h_payloadVerifiedEventBeet as payloadVerifiedEventBeet, index$h_rentWithdrawnEventBeet as rentWithdrawnEventBeet, index$h_treasurySetEventBeet as treasurySetEventBeet };
7825
+ type index$j_AdminTransferredEvent = AdminTransferredEvent;
7826
+ type index$j_ConfigSetEvent = ConfigSetEvent;
7827
+ type index$j_DefaultConfigSetEvent = DefaultConfigSetEvent;
7828
+ type index$j_FeesPaidEvent = FeesPaidEvent;
7829
+ type index$j_PayloadVerifiedEvent = PayloadVerifiedEvent;
7830
+ type index$j_RentWithdrawnEvent = RentWithdrawnEvent;
7831
+ type index$j_TreasurySetEvent = TreasurySetEvent;
7832
+ declare const index$j_adminTransferredEventBeet: typeof adminTransferredEventBeet;
7833
+ declare const index$j_configSetEventBeet: typeof configSetEventBeet;
7834
+ declare const index$j_defaultConfigSetEventBeet: typeof defaultConfigSetEventBeet;
7835
+ declare const index$j_feesPaidEventBeet: typeof feesPaidEventBeet;
7836
+ declare const index$j_payloadVerifiedEventBeet: typeof payloadVerifiedEventBeet;
7837
+ declare const index$j_rentWithdrawnEventBeet: typeof rentWithdrawnEventBeet;
7838
+ declare const index$j_treasurySetEventBeet: typeof treasurySetEventBeet;
7839
+ declare namespace index$j {
7840
+ export { type index$j_AdminTransferredEvent as AdminTransferredEvent, type index$j_ConfigSetEvent as ConfigSetEvent, type index$j_DefaultConfigSetEvent as DefaultConfigSetEvent, type index$j_FeesPaidEvent as FeesPaidEvent, type index$j_PayloadVerifiedEvent as PayloadVerifiedEvent, type index$j_RentWithdrawnEvent as RentWithdrawnEvent, type index$j_TreasurySetEvent as TreasurySetEvent, index$j_adminTransferredEventBeet as adminTransferredEventBeet, index$j_configSetEventBeet as configSetEventBeet, index$j_defaultConfigSetEventBeet as defaultConfigSetEventBeet, index$j_feesPaidEventBeet as feesPaidEventBeet, index$j_payloadVerifiedEventBeet as payloadVerifiedEventBeet, index$j_rentWithdrawnEventBeet as rentWithdrawnEventBeet, index$j_treasurySetEventBeet as treasurySetEventBeet };
7833
7841
  }
7834
7842
 
7835
7843
  /**
@@ -9062,68 +9070,68 @@ declare function createWithdrawRentInstruction(accounts: WithdrawRentInstruction
9062
9070
  */
9063
9071
  declare function createWithdrawRentInstructionAccounts(accounts: WithdrawRentInstructionAccounts, programId?: web3.PublicKey): web3.AccountMeta[];
9064
9072
 
9065
- type index$g_CommitVerificationInstructionAccounts = CommitVerificationInstructionAccounts;
9066
- type index$g_CommitVerificationInstructionArgs = CommitVerificationInstructionArgs;
9067
- type index$g_InitConfigInstructionAccounts = InitConfigInstructionAccounts;
9068
- type index$g_InitConfigInstructionArgs = InitConfigInstructionArgs;
9069
- type index$g_InitDefaultConfigInstructionAccounts = InitDefaultConfigInstructionAccounts;
9070
- type index$g_InitDefaultConfigInstructionArgs = InitDefaultConfigInstructionArgs;
9071
- type index$g_InitUlnInstructionAccounts = InitUlnInstructionAccounts;
9072
- type index$g_InitUlnInstructionArgs = InitUlnInstructionArgs;
9073
- type index$g_InitVerifyInstructionAccounts = InitVerifyInstructionAccounts;
9074
- type index$g_InitVerifyInstructionArgs = InitVerifyInstructionArgs;
9075
- type index$g_SendWithLzTokenInstructionAccounts = SendWithLzTokenInstructionAccounts;
9076
- type index$g_SendWithLzTokenInstructionArgs = SendWithLzTokenInstructionArgs;
9077
- type index$g_SetDefaultConfigInstructionAccounts = SetDefaultConfigInstructionAccounts;
9078
- type index$g_SetDefaultConfigInstructionArgs = SetDefaultConfigInstructionArgs;
9079
- type index$g_SetTreasuryInstructionAccounts = SetTreasuryInstructionAccounts;
9080
- type index$g_SetTreasuryInstructionArgs = SetTreasuryInstructionArgs;
9081
- type index$g_VerifyInstructionAccounts = VerifyInstructionAccounts;
9082
- type index$g_VerifyInstructionArgs = VerifyInstructionArgs;
9083
- type index$g_WithdrawRentInstructionAccounts = WithdrawRentInstructionAccounts;
9084
- type index$g_WithdrawRentInstructionArgs = WithdrawRentInstructionArgs;
9085
- declare const index$g_commitVerificationInstructionDiscriminator: typeof commitVerificationInstructionDiscriminator;
9086
- declare const index$g_commitVerificationStruct: typeof commitVerificationStruct;
9087
- declare const index$g_createCommitVerificationInstruction: typeof createCommitVerificationInstruction;
9088
- declare const index$g_createCommitVerificationInstructionAccounts: typeof createCommitVerificationInstructionAccounts;
9089
- declare const index$g_createInitConfigInstruction: typeof createInitConfigInstruction;
9090
- declare const index$g_createInitConfigInstructionAccounts: typeof createInitConfigInstructionAccounts;
9091
- declare const index$g_createInitDefaultConfigInstruction: typeof createInitDefaultConfigInstruction;
9092
- declare const index$g_createInitDefaultConfigInstructionAccounts: typeof createInitDefaultConfigInstructionAccounts;
9093
- declare const index$g_createInitUlnInstruction: typeof createInitUlnInstruction;
9094
- declare const index$g_createInitUlnInstructionAccounts: typeof createInitUlnInstructionAccounts;
9095
- declare const index$g_createInitVerifyInstruction: typeof createInitVerifyInstruction;
9096
- declare const index$g_createInitVerifyInstructionAccounts: typeof createInitVerifyInstructionAccounts;
9097
- declare const index$g_createSendWithLzTokenInstruction: typeof createSendWithLzTokenInstruction;
9098
- declare const index$g_createSendWithLzTokenInstructionAccounts: typeof createSendWithLzTokenInstructionAccounts;
9099
- declare const index$g_createSetDefaultConfigInstruction: typeof createSetDefaultConfigInstruction;
9100
- declare const index$g_createSetDefaultConfigInstructionAccounts: typeof createSetDefaultConfigInstructionAccounts;
9101
- declare const index$g_createSetTreasuryInstruction: typeof createSetTreasuryInstruction;
9102
- declare const index$g_createSetTreasuryInstructionAccounts: typeof createSetTreasuryInstructionAccounts;
9103
- declare const index$g_createVerifyInstruction: typeof createVerifyInstruction;
9104
- declare const index$g_createVerifyInstructionAccounts: typeof createVerifyInstructionAccounts;
9105
- declare const index$g_createWithdrawRentInstruction: typeof createWithdrawRentInstruction;
9106
- declare const index$g_createWithdrawRentInstructionAccounts: typeof createWithdrawRentInstructionAccounts;
9107
- declare const index$g_initConfigInstructionDiscriminator: typeof initConfigInstructionDiscriminator;
9108
- declare const index$g_initConfigStruct: typeof initConfigStruct;
9109
- declare const index$g_initDefaultConfigInstructionDiscriminator: typeof initDefaultConfigInstructionDiscriminator;
9110
- declare const index$g_initDefaultConfigStruct: typeof initDefaultConfigStruct;
9111
- declare const index$g_initUlnInstructionDiscriminator: typeof initUlnInstructionDiscriminator;
9112
- declare const index$g_initUlnStruct: typeof initUlnStruct;
9113
- declare const index$g_initVerifyInstructionDiscriminator: typeof initVerifyInstructionDiscriminator;
9114
- declare const index$g_initVerifyStruct: typeof initVerifyStruct;
9115
- declare const index$g_sendWithLzTokenInstructionDiscriminator: typeof sendWithLzTokenInstructionDiscriminator;
9116
- declare const index$g_sendWithLzTokenStruct: typeof sendWithLzTokenStruct;
9117
- declare const index$g_setDefaultConfigInstructionDiscriminator: typeof setDefaultConfigInstructionDiscriminator;
9118
- declare const index$g_setDefaultConfigStruct: typeof setDefaultConfigStruct;
9119
- declare const index$g_setTreasuryInstructionDiscriminator: typeof setTreasuryInstructionDiscriminator;
9120
- declare const index$g_setTreasuryStruct: typeof setTreasuryStruct;
9121
- declare const index$g_verifyInstructionDiscriminator: typeof verifyInstructionDiscriminator;
9122
- declare const index$g_verifyStruct: typeof verifyStruct;
9123
- declare const index$g_withdrawRentInstructionDiscriminator: typeof withdrawRentInstructionDiscriminator;
9124
- declare const index$g_withdrawRentStruct: typeof withdrawRentStruct;
9125
- declare namespace index$g {
9126
- export { type index$g_CommitVerificationInstructionAccounts as CommitVerificationInstructionAccounts, type index$g_CommitVerificationInstructionArgs as CommitVerificationInstructionArgs, type index$g_InitConfigInstructionAccounts as InitConfigInstructionAccounts, type index$g_InitConfigInstructionArgs as InitConfigInstructionArgs, type index$g_InitDefaultConfigInstructionAccounts as InitDefaultConfigInstructionAccounts, type index$g_InitDefaultConfigInstructionArgs as InitDefaultConfigInstructionArgs, type index$g_InitUlnInstructionAccounts as InitUlnInstructionAccounts, type index$g_InitUlnInstructionArgs as InitUlnInstructionArgs, type index$g_InitVerifyInstructionAccounts as InitVerifyInstructionAccounts, type index$g_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$g_SendWithLzTokenInstructionAccounts as SendWithLzTokenInstructionAccounts, type index$g_SendWithLzTokenInstructionArgs as SendWithLzTokenInstructionArgs, type SetConfigInstructionAccounts$1 as SetConfigInstructionAccounts, type SetConfigInstructionArgs$1 as SetConfigInstructionArgs, type index$g_SetDefaultConfigInstructionAccounts as SetDefaultConfigInstructionAccounts, type index$g_SetDefaultConfigInstructionArgs as SetDefaultConfigInstructionArgs, type index$g_SetTreasuryInstructionAccounts as SetTreasuryInstructionAccounts, type index$g_SetTreasuryInstructionArgs as SetTreasuryInstructionArgs, type TransferAdminInstructionAccounts$2 as TransferAdminInstructionAccounts, type TransferAdminInstructionArgs$2 as TransferAdminInstructionArgs, type index$g_VerifyInstructionAccounts as VerifyInstructionAccounts, type index$g_VerifyInstructionArgs as VerifyInstructionArgs, type index$g_WithdrawRentInstructionAccounts as WithdrawRentInstructionAccounts, type index$g_WithdrawRentInstructionArgs as WithdrawRentInstructionArgs, index$g_commitVerificationInstructionDiscriminator as commitVerificationInstructionDiscriminator, index$g_commitVerificationStruct as commitVerificationStruct, index$g_createCommitVerificationInstruction as createCommitVerificationInstruction, index$g_createCommitVerificationInstructionAccounts as createCommitVerificationInstructionAccounts, index$g_createInitConfigInstruction as createInitConfigInstruction, index$g_createInitConfigInstructionAccounts as createInitConfigInstructionAccounts, index$g_createInitDefaultConfigInstruction as createInitDefaultConfigInstruction, index$g_createInitDefaultConfigInstructionAccounts as createInitDefaultConfigInstructionAccounts, index$g_createInitUlnInstruction as createInitUlnInstruction, index$g_createInitUlnInstructionAccounts as createInitUlnInstructionAccounts, index$g_createInitVerifyInstruction as createInitVerifyInstruction, index$g_createInitVerifyInstructionAccounts as createInitVerifyInstructionAccounts, createQuoteInstruction$1 as createQuoteInstruction, createQuoteInstructionAccounts$1 as createQuoteInstructionAccounts, createSendInstruction$1 as createSendInstruction, createSendInstructionAccounts$1 as createSendInstructionAccounts, index$g_createSendWithLzTokenInstruction as createSendWithLzTokenInstruction, index$g_createSendWithLzTokenInstructionAccounts as createSendWithLzTokenInstructionAccounts, createSetConfigInstruction$1 as createSetConfigInstruction, createSetConfigInstructionAccounts$1 as createSetConfigInstructionAccounts, index$g_createSetDefaultConfigInstruction as createSetDefaultConfigInstruction, index$g_createSetDefaultConfigInstructionAccounts as createSetDefaultConfigInstructionAccounts, index$g_createSetTreasuryInstruction as createSetTreasuryInstruction, index$g_createSetTreasuryInstructionAccounts as createSetTreasuryInstructionAccounts, createTransferAdminInstruction$2 as createTransferAdminInstruction, createTransferAdminInstructionAccounts$2 as createTransferAdminInstructionAccounts, index$g_createVerifyInstruction as createVerifyInstruction, index$g_createVerifyInstructionAccounts as createVerifyInstructionAccounts, createVersionInstruction$2 as createVersionInstruction, createVersionInstructionAccounts$2 as createVersionInstructionAccounts, index$g_createWithdrawRentInstruction as createWithdrawRentInstruction, index$g_createWithdrawRentInstructionAccounts as createWithdrawRentInstructionAccounts, index$g_initConfigInstructionDiscriminator as initConfigInstructionDiscriminator, index$g_initConfigStruct as initConfigStruct, index$g_initDefaultConfigInstructionDiscriminator as initDefaultConfigInstructionDiscriminator, index$g_initDefaultConfigStruct as initDefaultConfigStruct, index$g_initUlnInstructionDiscriminator as initUlnInstructionDiscriminator, index$g_initUlnStruct as initUlnStruct, index$g_initVerifyInstructionDiscriminator as initVerifyInstructionDiscriminator, index$g_initVerifyStruct as initVerifyStruct, quoteInstructionDiscriminator$1 as quoteInstructionDiscriminator, quoteStruct$1 as quoteStruct, sendInstructionDiscriminator$1 as sendInstructionDiscriminator, sendStruct$1 as sendStruct, index$g_sendWithLzTokenInstructionDiscriminator as sendWithLzTokenInstructionDiscriminator, index$g_sendWithLzTokenStruct as sendWithLzTokenStruct, setConfigInstructionDiscriminator$1 as setConfigInstructionDiscriminator, setConfigStruct$1 as setConfigStruct, index$g_setDefaultConfigInstructionDiscriminator as setDefaultConfigInstructionDiscriminator, index$g_setDefaultConfigStruct as setDefaultConfigStruct, index$g_setTreasuryInstructionDiscriminator as setTreasuryInstructionDiscriminator, index$g_setTreasuryStruct as setTreasuryStruct, transferAdminInstructionDiscriminator$2 as transferAdminInstructionDiscriminator, transferAdminStruct$2 as transferAdminStruct, index$g_verifyInstructionDiscriminator as verifyInstructionDiscriminator, index$g_verifyStruct as verifyStruct, versionInstructionDiscriminator$2 as versionInstructionDiscriminator, versionStruct$2 as versionStruct, index$g_withdrawRentInstructionDiscriminator as withdrawRentInstructionDiscriminator, index$g_withdrawRentStruct as withdrawRentStruct };
9073
+ type index$i_CommitVerificationInstructionAccounts = CommitVerificationInstructionAccounts;
9074
+ type index$i_CommitVerificationInstructionArgs = CommitVerificationInstructionArgs;
9075
+ type index$i_InitConfigInstructionAccounts = InitConfigInstructionAccounts;
9076
+ type index$i_InitConfigInstructionArgs = InitConfigInstructionArgs;
9077
+ type index$i_InitDefaultConfigInstructionAccounts = InitDefaultConfigInstructionAccounts;
9078
+ type index$i_InitDefaultConfigInstructionArgs = InitDefaultConfigInstructionArgs;
9079
+ type index$i_InitUlnInstructionAccounts = InitUlnInstructionAccounts;
9080
+ type index$i_InitUlnInstructionArgs = InitUlnInstructionArgs;
9081
+ type index$i_InitVerifyInstructionAccounts = InitVerifyInstructionAccounts;
9082
+ type index$i_InitVerifyInstructionArgs = InitVerifyInstructionArgs;
9083
+ type index$i_SendWithLzTokenInstructionAccounts = SendWithLzTokenInstructionAccounts;
9084
+ type index$i_SendWithLzTokenInstructionArgs = SendWithLzTokenInstructionArgs;
9085
+ type index$i_SetDefaultConfigInstructionAccounts = SetDefaultConfigInstructionAccounts;
9086
+ type index$i_SetDefaultConfigInstructionArgs = SetDefaultConfigInstructionArgs;
9087
+ type index$i_SetTreasuryInstructionAccounts = SetTreasuryInstructionAccounts;
9088
+ type index$i_SetTreasuryInstructionArgs = SetTreasuryInstructionArgs;
9089
+ type index$i_VerifyInstructionAccounts = VerifyInstructionAccounts;
9090
+ type index$i_VerifyInstructionArgs = VerifyInstructionArgs;
9091
+ type index$i_WithdrawRentInstructionAccounts = WithdrawRentInstructionAccounts;
9092
+ type index$i_WithdrawRentInstructionArgs = WithdrawRentInstructionArgs;
9093
+ declare const index$i_commitVerificationInstructionDiscriminator: typeof commitVerificationInstructionDiscriminator;
9094
+ declare const index$i_commitVerificationStruct: typeof commitVerificationStruct;
9095
+ declare const index$i_createCommitVerificationInstruction: typeof createCommitVerificationInstruction;
9096
+ declare const index$i_createCommitVerificationInstructionAccounts: typeof createCommitVerificationInstructionAccounts;
9097
+ declare const index$i_createInitConfigInstruction: typeof createInitConfigInstruction;
9098
+ declare const index$i_createInitConfigInstructionAccounts: typeof createInitConfigInstructionAccounts;
9099
+ declare const index$i_createInitDefaultConfigInstruction: typeof createInitDefaultConfigInstruction;
9100
+ declare const index$i_createInitDefaultConfigInstructionAccounts: typeof createInitDefaultConfigInstructionAccounts;
9101
+ declare const index$i_createInitUlnInstruction: typeof createInitUlnInstruction;
9102
+ declare const index$i_createInitUlnInstructionAccounts: typeof createInitUlnInstructionAccounts;
9103
+ declare const index$i_createInitVerifyInstruction: typeof createInitVerifyInstruction;
9104
+ declare const index$i_createInitVerifyInstructionAccounts: typeof createInitVerifyInstructionAccounts;
9105
+ declare const index$i_createSendWithLzTokenInstruction: typeof createSendWithLzTokenInstruction;
9106
+ declare const index$i_createSendWithLzTokenInstructionAccounts: typeof createSendWithLzTokenInstructionAccounts;
9107
+ declare const index$i_createSetDefaultConfigInstruction: typeof createSetDefaultConfigInstruction;
9108
+ declare const index$i_createSetDefaultConfigInstructionAccounts: typeof createSetDefaultConfigInstructionAccounts;
9109
+ declare const index$i_createSetTreasuryInstruction: typeof createSetTreasuryInstruction;
9110
+ declare const index$i_createSetTreasuryInstructionAccounts: typeof createSetTreasuryInstructionAccounts;
9111
+ declare const index$i_createVerifyInstruction: typeof createVerifyInstruction;
9112
+ declare const index$i_createVerifyInstructionAccounts: typeof createVerifyInstructionAccounts;
9113
+ declare const index$i_createWithdrawRentInstruction: typeof createWithdrawRentInstruction;
9114
+ declare const index$i_createWithdrawRentInstructionAccounts: typeof createWithdrawRentInstructionAccounts;
9115
+ declare const index$i_initConfigInstructionDiscriminator: typeof initConfigInstructionDiscriminator;
9116
+ declare const index$i_initConfigStruct: typeof initConfigStruct;
9117
+ declare const index$i_initDefaultConfigInstructionDiscriminator: typeof initDefaultConfigInstructionDiscriminator;
9118
+ declare const index$i_initDefaultConfigStruct: typeof initDefaultConfigStruct;
9119
+ declare const index$i_initUlnInstructionDiscriminator: typeof initUlnInstructionDiscriminator;
9120
+ declare const index$i_initUlnStruct: typeof initUlnStruct;
9121
+ declare const index$i_initVerifyInstructionDiscriminator: typeof initVerifyInstructionDiscriminator;
9122
+ declare const index$i_initVerifyStruct: typeof initVerifyStruct;
9123
+ declare const index$i_sendWithLzTokenInstructionDiscriminator: typeof sendWithLzTokenInstructionDiscriminator;
9124
+ declare const index$i_sendWithLzTokenStruct: typeof sendWithLzTokenStruct;
9125
+ declare const index$i_setDefaultConfigInstructionDiscriminator: typeof setDefaultConfigInstructionDiscriminator;
9126
+ declare const index$i_setDefaultConfigStruct: typeof setDefaultConfigStruct;
9127
+ declare const index$i_setTreasuryInstructionDiscriminator: typeof setTreasuryInstructionDiscriminator;
9128
+ declare const index$i_setTreasuryStruct: typeof setTreasuryStruct;
9129
+ declare const index$i_verifyInstructionDiscriminator: typeof verifyInstructionDiscriminator;
9130
+ declare const index$i_verifyStruct: typeof verifyStruct;
9131
+ declare const index$i_withdrawRentInstructionDiscriminator: typeof withdrawRentInstructionDiscriminator;
9132
+ declare const index$i_withdrawRentStruct: typeof withdrawRentStruct;
9133
+ declare namespace index$i {
9134
+ export { type index$i_CommitVerificationInstructionAccounts as CommitVerificationInstructionAccounts, type index$i_CommitVerificationInstructionArgs as CommitVerificationInstructionArgs, type index$i_InitConfigInstructionAccounts as InitConfigInstructionAccounts, type index$i_InitConfigInstructionArgs as InitConfigInstructionArgs, type index$i_InitDefaultConfigInstructionAccounts as InitDefaultConfigInstructionAccounts, type index$i_InitDefaultConfigInstructionArgs as InitDefaultConfigInstructionArgs, type index$i_InitUlnInstructionAccounts as InitUlnInstructionAccounts, type index$i_InitUlnInstructionArgs as InitUlnInstructionArgs, type index$i_InitVerifyInstructionAccounts as InitVerifyInstructionAccounts, type index$i_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$i_SendWithLzTokenInstructionAccounts as SendWithLzTokenInstructionAccounts, type index$i_SendWithLzTokenInstructionArgs as SendWithLzTokenInstructionArgs, type SetConfigInstructionAccounts$1 as SetConfigInstructionAccounts, type SetConfigInstructionArgs$1 as SetConfigInstructionArgs, type index$i_SetDefaultConfigInstructionAccounts as SetDefaultConfigInstructionAccounts, type index$i_SetDefaultConfigInstructionArgs as SetDefaultConfigInstructionArgs, type index$i_SetTreasuryInstructionAccounts as SetTreasuryInstructionAccounts, type index$i_SetTreasuryInstructionArgs as SetTreasuryInstructionArgs, type TransferAdminInstructionAccounts$2 as TransferAdminInstructionAccounts, type TransferAdminInstructionArgs$2 as TransferAdminInstructionArgs, type index$i_VerifyInstructionAccounts as VerifyInstructionAccounts, type index$i_VerifyInstructionArgs as VerifyInstructionArgs, type index$i_WithdrawRentInstructionAccounts as WithdrawRentInstructionAccounts, type index$i_WithdrawRentInstructionArgs as WithdrawRentInstructionArgs, index$i_commitVerificationInstructionDiscriminator as commitVerificationInstructionDiscriminator, index$i_commitVerificationStruct as commitVerificationStruct, index$i_createCommitVerificationInstruction as createCommitVerificationInstruction, index$i_createCommitVerificationInstructionAccounts as createCommitVerificationInstructionAccounts, index$i_createInitConfigInstruction as createInitConfigInstruction, index$i_createInitConfigInstructionAccounts as createInitConfigInstructionAccounts, index$i_createInitDefaultConfigInstruction as createInitDefaultConfigInstruction, index$i_createInitDefaultConfigInstructionAccounts as createInitDefaultConfigInstructionAccounts, index$i_createInitUlnInstruction as createInitUlnInstruction, index$i_createInitUlnInstructionAccounts as createInitUlnInstructionAccounts, index$i_createInitVerifyInstruction as createInitVerifyInstruction, index$i_createInitVerifyInstructionAccounts as createInitVerifyInstructionAccounts, createQuoteInstruction$1 as createQuoteInstruction, createQuoteInstructionAccounts$1 as createQuoteInstructionAccounts, createSendInstruction$1 as createSendInstruction, createSendInstructionAccounts$1 as createSendInstructionAccounts, index$i_createSendWithLzTokenInstruction as createSendWithLzTokenInstruction, index$i_createSendWithLzTokenInstructionAccounts as createSendWithLzTokenInstructionAccounts, createSetConfigInstruction$1 as createSetConfigInstruction, createSetConfigInstructionAccounts$1 as createSetConfigInstructionAccounts, index$i_createSetDefaultConfigInstruction as createSetDefaultConfigInstruction, index$i_createSetDefaultConfigInstructionAccounts as createSetDefaultConfigInstructionAccounts, index$i_createSetTreasuryInstruction as createSetTreasuryInstruction, index$i_createSetTreasuryInstructionAccounts as createSetTreasuryInstructionAccounts, createTransferAdminInstruction$2 as createTransferAdminInstruction, createTransferAdminInstructionAccounts$2 as createTransferAdminInstructionAccounts, index$i_createVerifyInstruction as createVerifyInstruction, index$i_createVerifyInstructionAccounts as createVerifyInstructionAccounts, createVersionInstruction$2 as createVersionInstruction, createVersionInstructionAccounts$2 as createVersionInstructionAccounts, index$i_createWithdrawRentInstruction as createWithdrawRentInstruction, index$i_createWithdrawRentInstructionAccounts as createWithdrawRentInstructionAccounts, index$i_initConfigInstructionDiscriminator as initConfigInstructionDiscriminator, index$i_initConfigStruct as initConfigStruct, index$i_initDefaultConfigInstructionDiscriminator as initDefaultConfigInstructionDiscriminator, index$i_initDefaultConfigStruct as initDefaultConfigStruct, index$i_initUlnInstructionDiscriminator as initUlnInstructionDiscriminator, index$i_initUlnStruct as initUlnStruct, index$i_initVerifyInstructionDiscriminator as initVerifyInstructionDiscriminator, index$i_initVerifyStruct as initVerifyStruct, quoteInstructionDiscriminator$1 as quoteInstructionDiscriminator, quoteStruct$1 as quoteStruct, sendInstructionDiscriminator$1 as sendInstructionDiscriminator, sendStruct$1 as sendStruct, index$i_sendWithLzTokenInstructionDiscriminator as sendWithLzTokenInstructionDiscriminator, index$i_sendWithLzTokenStruct as sendWithLzTokenStruct, setConfigInstructionDiscriminator$1 as setConfigInstructionDiscriminator, setConfigStruct$1 as setConfigStruct, index$i_setDefaultConfigInstructionDiscriminator as setDefaultConfigInstructionDiscriminator, index$i_setDefaultConfigStruct as setDefaultConfigStruct, index$i_setTreasuryInstructionDiscriminator as setTreasuryInstructionDiscriminator, index$i_setTreasuryStruct as setTreasuryStruct, transferAdminInstructionDiscriminator$2 as transferAdminInstructionDiscriminator, transferAdminStruct$2 as transferAdminStruct, index$i_verifyInstructionDiscriminator as verifyInstructionDiscriminator, index$i_verifyStruct as verifyStruct, versionInstructionDiscriminator$2 as versionInstructionDiscriminator, versionStruct$2 as versionStruct, index$i_withdrawRentInstructionDiscriminator as withdrawRentInstructionDiscriminator, index$i_withdrawRentStruct as withdrawRentStruct };
9127
9135
  }
9128
9136
 
9129
9137
  /**
@@ -9161,44 +9169,44 @@ type Version$1 = {
9161
9169
  */
9162
9170
  declare const versionBeet$1: beet.BeetArgsStruct<Version$1>;
9163
9171
 
9164
- type index$f_CommitVerificationParams = CommitVerificationParams;
9165
- type index$f_Config = Config;
9166
- type index$f_ConfigRecord = ConfigRecord;
9167
- type index$f_InitConfigParams = InitConfigParams;
9168
- type index$f_InitDefaultConfigParams = InitDefaultConfigParams;
9169
- type index$f_InitUlnParams = InitUlnParams;
9170
- type index$f_InitVerifyParams = InitVerifyParams;
9171
- type index$f_LzTokenTreasury = LzTokenTreasury;
9172
- type index$f_Packet = Packet;
9173
- type index$f_SendWithLzTokenParams = SendWithLzTokenParams;
9174
- type index$f_SetDefaultConfigParams = SetDefaultConfigParams;
9175
- type index$f_SetTreasuryParams = SetTreasuryParams;
9176
- type index$f_Treasury = Treasury;
9177
- type index$f_TreasuryFee = TreasuryFee;
9178
- type index$f_VerifyParams = VerifyParams;
9179
- type index$f_WithdrawRentParams = WithdrawRentParams;
9180
- type index$f_WorkerFee = WorkerFee;
9181
- declare const index$f_commitVerificationParamsBeet: typeof commitVerificationParamsBeet;
9182
- declare const index$f_configBeet: typeof configBeet;
9183
- declare const index$f_initConfigParamsBeet: typeof initConfigParamsBeet;
9184
- declare const index$f_initDefaultConfigParamsBeet: typeof initDefaultConfigParamsBeet;
9185
- declare const index$f_initUlnParamsBeet: typeof initUlnParamsBeet;
9186
- declare const index$f_initVerifyParamsBeet: typeof initVerifyParamsBeet;
9187
- declare const index$f_isConfigExecutor: typeof isConfigExecutor;
9188
- declare const index$f_isConfigReceiveUln: typeof isConfigReceiveUln;
9189
- declare const index$f_isConfigSendUln: typeof isConfigSendUln;
9190
- declare const index$f_lzTokenTreasuryBeet: typeof lzTokenTreasuryBeet;
9191
- declare const index$f_packetBeet: typeof packetBeet;
9192
- declare const index$f_sendWithLzTokenParamsBeet: typeof sendWithLzTokenParamsBeet;
9193
- declare const index$f_setDefaultConfigParamsBeet: typeof setDefaultConfigParamsBeet;
9194
- declare const index$f_setTreasuryParamsBeet: typeof setTreasuryParamsBeet;
9195
- declare const index$f_treasuryBeet: typeof treasuryBeet;
9196
- declare const index$f_treasuryFeeBeet: typeof treasuryFeeBeet;
9197
- declare const index$f_verifyParamsBeet: typeof verifyParamsBeet;
9198
- declare const index$f_withdrawRentParamsBeet: typeof withdrawRentParamsBeet;
9199
- declare const index$f_workerFeeBeet: typeof workerFeeBeet;
9200
- declare namespace index$f {
9201
- export { type index$f_CommitVerificationParams as CommitVerificationParams, type index$f_Config as Config, type index$f_ConfigRecord as ConfigRecord, type ExecutorConfig$1 as ExecutorConfig, type index$f_InitConfigParams as InitConfigParams, type index$f_InitDefaultConfigParams as InitDefaultConfigParams, type index$f_InitUlnParams as InitUlnParams, type index$f_InitVerifyParams as InitVerifyParams, type index$f_LzTokenTreasury as LzTokenTreasury, type MessagingFee$1 as MessagingFee, type index$f_Packet as Packet, type QuoteParams$1 as QuoteParams, type SendParams$1 as SendParams, type index$f_SendWithLzTokenParams as SendWithLzTokenParams, type SetConfigParams$1 as SetConfigParams, type index$f_SetDefaultConfigParams as SetDefaultConfigParams, type index$f_SetTreasuryParams as SetTreasuryParams, type TransferAdminParams$2 as TransferAdminParams, type index$f_Treasury as Treasury, type index$f_TreasuryFee as TreasuryFee, type UlnConfig$1 as UlnConfig, type index$f_VerifyParams as VerifyParams, type Version$1 as Version, type index$f_WithdrawRentParams as WithdrawRentParams, type index$f_WorkerFee as WorkerFee, index$f_commitVerificationParamsBeet as commitVerificationParamsBeet, index$f_configBeet as configBeet, executorConfigBeet$1 as executorConfigBeet, index$f_initConfigParamsBeet as initConfigParamsBeet, index$f_initDefaultConfigParamsBeet as initDefaultConfigParamsBeet, index$f_initUlnParamsBeet as initUlnParamsBeet, index$f_initVerifyParamsBeet as initVerifyParamsBeet, index$f_isConfigExecutor as isConfigExecutor, index$f_isConfigReceiveUln as isConfigReceiveUln, index$f_isConfigSendUln as isConfigSendUln, index$f_lzTokenTreasuryBeet as lzTokenTreasuryBeet, messagingFeeBeet$1 as messagingFeeBeet, index$f_packetBeet as packetBeet, quoteParamsBeet$1 as quoteParamsBeet, sendParamsBeet$1 as sendParamsBeet, index$f_sendWithLzTokenParamsBeet as sendWithLzTokenParamsBeet, setConfigParamsBeet$1 as setConfigParamsBeet, index$f_setDefaultConfigParamsBeet as setDefaultConfigParamsBeet, index$f_setTreasuryParamsBeet as setTreasuryParamsBeet, transferAdminParamsBeet$2 as transferAdminParamsBeet, index$f_treasuryBeet as treasuryBeet, index$f_treasuryFeeBeet as treasuryFeeBeet, ulnConfigBeet$1 as ulnConfigBeet, index$f_verifyParamsBeet as verifyParamsBeet, versionBeet$1 as versionBeet, index$f_withdrawRentParamsBeet as withdrawRentParamsBeet, index$f_workerFeeBeet as workerFeeBeet };
9172
+ type index$h_CommitVerificationParams = CommitVerificationParams;
9173
+ type index$h_Config = Config;
9174
+ type index$h_ConfigRecord = ConfigRecord;
9175
+ type index$h_InitConfigParams = InitConfigParams;
9176
+ type index$h_InitDefaultConfigParams = InitDefaultConfigParams;
9177
+ type index$h_InitUlnParams = InitUlnParams;
9178
+ type index$h_InitVerifyParams = InitVerifyParams;
9179
+ type index$h_LzTokenTreasury = LzTokenTreasury;
9180
+ type index$h_Packet = Packet;
9181
+ type index$h_SendWithLzTokenParams = SendWithLzTokenParams;
9182
+ type index$h_SetDefaultConfigParams = SetDefaultConfigParams;
9183
+ type index$h_SetTreasuryParams = SetTreasuryParams;
9184
+ type index$h_Treasury = Treasury;
9185
+ type index$h_TreasuryFee = TreasuryFee;
9186
+ type index$h_VerifyParams = VerifyParams;
9187
+ type index$h_WithdrawRentParams = WithdrawRentParams;
9188
+ type index$h_WorkerFee = WorkerFee;
9189
+ declare const index$h_commitVerificationParamsBeet: typeof commitVerificationParamsBeet;
9190
+ declare const index$h_configBeet: typeof configBeet;
9191
+ declare const index$h_initConfigParamsBeet: typeof initConfigParamsBeet;
9192
+ declare const index$h_initDefaultConfigParamsBeet: typeof initDefaultConfigParamsBeet;
9193
+ declare const index$h_initUlnParamsBeet: typeof initUlnParamsBeet;
9194
+ declare const index$h_initVerifyParamsBeet: typeof initVerifyParamsBeet;
9195
+ declare const index$h_isConfigExecutor: typeof isConfigExecutor;
9196
+ declare const index$h_isConfigReceiveUln: typeof isConfigReceiveUln;
9197
+ declare const index$h_isConfigSendUln: typeof isConfigSendUln;
9198
+ declare const index$h_lzTokenTreasuryBeet: typeof lzTokenTreasuryBeet;
9199
+ declare const index$h_packetBeet: typeof packetBeet;
9200
+ declare const index$h_sendWithLzTokenParamsBeet: typeof sendWithLzTokenParamsBeet;
9201
+ declare const index$h_setDefaultConfigParamsBeet: typeof setDefaultConfigParamsBeet;
9202
+ declare const index$h_setTreasuryParamsBeet: typeof setTreasuryParamsBeet;
9203
+ declare const index$h_treasuryBeet: typeof treasuryBeet;
9204
+ declare const index$h_treasuryFeeBeet: typeof treasuryFeeBeet;
9205
+ declare const index$h_verifyParamsBeet: typeof verifyParamsBeet;
9206
+ declare const index$h_withdrawRentParamsBeet: typeof withdrawRentParamsBeet;
9207
+ declare const index$h_workerFeeBeet: typeof workerFeeBeet;
9208
+ declare namespace index$h {
9209
+ export { type index$h_CommitVerificationParams as CommitVerificationParams, type index$h_Config as Config, type index$h_ConfigRecord as ConfigRecord, type ExecutorConfig$1 as ExecutorConfig, type index$h_InitConfigParams as InitConfigParams, type index$h_InitDefaultConfigParams as InitDefaultConfigParams, type index$h_InitUlnParams as InitUlnParams, type index$h_InitVerifyParams as InitVerifyParams, type index$h_LzTokenTreasury as LzTokenTreasury, type MessagingFee$1 as MessagingFee, type index$h_Packet as Packet, type QuoteParams$1 as QuoteParams, type SendParams$1 as SendParams, type index$h_SendWithLzTokenParams as SendWithLzTokenParams, type SetConfigParams$1 as SetConfigParams, type index$h_SetDefaultConfigParams as SetDefaultConfigParams, type index$h_SetTreasuryParams as SetTreasuryParams, type TransferAdminParams$2 as TransferAdminParams, type index$h_Treasury as Treasury, type index$h_TreasuryFee as TreasuryFee, type UlnConfig$1 as UlnConfig, type index$h_VerifyParams as VerifyParams, type Version$1 as Version, type index$h_WithdrawRentParams as WithdrawRentParams, type index$h_WorkerFee as WorkerFee, index$h_commitVerificationParamsBeet as commitVerificationParamsBeet, index$h_configBeet as configBeet, executorConfigBeet$1 as executorConfigBeet, index$h_initConfigParamsBeet as initConfigParamsBeet, index$h_initDefaultConfigParamsBeet as initDefaultConfigParamsBeet, index$h_initUlnParamsBeet as initUlnParamsBeet, index$h_initVerifyParamsBeet as initVerifyParamsBeet, index$h_isConfigExecutor as isConfigExecutor, index$h_isConfigReceiveUln as isConfigReceiveUln, index$h_isConfigSendUln as isConfigSendUln, index$h_lzTokenTreasuryBeet as lzTokenTreasuryBeet, messagingFeeBeet$1 as messagingFeeBeet, index$h_packetBeet as packetBeet, quoteParamsBeet$1 as quoteParamsBeet, sendParamsBeet$1 as sendParamsBeet, index$h_sendWithLzTokenParamsBeet as sendWithLzTokenParamsBeet, setConfigParamsBeet$1 as setConfigParamsBeet, index$h_setDefaultConfigParamsBeet as setDefaultConfigParamsBeet, index$h_setTreasuryParamsBeet as setTreasuryParamsBeet, transferAdminParamsBeet$2 as transferAdminParamsBeet, index$h_treasuryBeet as treasuryBeet, index$h_treasuryFeeBeet as treasuryFeeBeet, ulnConfigBeet$1 as ulnConfigBeet, index$h_verifyParamsBeet as verifyParamsBeet, versionBeet$1 as versionBeet, index$h_withdrawRentParamsBeet as withdrawRentParamsBeet, index$h_workerFeeBeet as workerFeeBeet };
9202
9210
  }
9203
9211
 
9204
9212
  /**
@@ -9207,7 +9215,7 @@ declare namespace index$f {
9207
9215
  * @category constants
9208
9216
  * @category generated
9209
9217
  */
9210
- declare const PROGRAM_ADDRESS$4 = "7a4WjyR8VZ7yZz5XJAKm39BUGn5iT9CKcv2pmG9tdXVH";
9218
+ declare const PROGRAM_ADDRESS$3 = "7a4WjyR8VZ7yZz5XJAKm39BUGn5iT9CKcv2pmG9tdXVH";
9211
9219
  /**
9212
9220
  * Program public key
9213
9221
  *
@@ -9412,6 +9420,8 @@ declare const uln_Uln: typeof Uln;
9412
9420
  type uln_UlnSettings = UlnSettings;
9413
9421
  declare const uln_UlnSettings: typeof UlnSettings;
9414
9422
  type uln_UlnSettingsArgs = UlnSettingsArgs;
9423
+ type uln_UnauthorizedError = UnauthorizedError;
9424
+ declare const uln_UnauthorizedError: typeof UnauthorizedError;
9415
9425
  type uln_UnsortedError = UnsortedError;
9416
9426
  declare const uln_UnsortedError: typeof UnsortedError;
9417
9427
  type uln_VerifyInstructionAccounts = VerifyInstructionAccounts;
@@ -9491,7 +9501,7 @@ declare const uln_withdrawRentParamsBeet: typeof withdrawRentParamsBeet;
9491
9501
  declare const uln_withdrawRentStruct: typeof withdrawRentStruct;
9492
9502
  declare const uln_workerFeeBeet: typeof workerFeeBeet;
9493
9503
  declare namespace uln {
9494
- 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 Executor$1 as Executor, type ExecutorConfig$1 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, InvalidAmountError$1 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$4 as PROGRAM_ADDRESS, PROGRAM_ID$5 as PROGRAM_ID, type uln_Packet as Packet, type QuoteInstructionAccounts$1 as QuoteInstructionAccounts, type QuoteInstructionArgs$1 as QuoteInstructionArgs, type QuoteParams$1 as QuoteParams, ReceiveConfig$1 as ReceiveConfig, type ReceiveConfigArgs$1 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 SetConfigInstructionAccounts$1 as SetConfigInstructionAccounts, type SetConfigInstructionArgs$1 as SetConfigInstructionArgs, type SetConfigParams$1 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 UlnConfig$1 as UlnConfig, uln_UlnSettings as UlnSettings, type uln_UlnSettingsArgs as UlnSettingsArgs, UnauthorizedError$1 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$4 as accountProviders, index$j 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, createSetConfigInstruction$1 as createSetConfigInstruction, createSetConfigInstructionAccounts$1 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, errorFromCode$3 as errorFromCode, errorFromName$3 as errorFromName, index$i as errors, index$h as events, executorConfigBeet$1 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$g 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, receiveConfigBeet$1 as receiveConfigBeet, receiveConfigDiscriminator$1 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, setConfigInstructionDiscriminator$1 as setConfigInstructionDiscriminator, setConfigParamsBeet$1 as setConfigParamsBeet, setConfigStruct$1 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$f as types, ulnConfigBeet$1 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 };
9504
+ 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 Executor$1 as Executor, type ExecutorConfig$1 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, InvalidAmountError$1 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$3 as PROGRAM_ADDRESS, PROGRAM_ID$5 as PROGRAM_ID, type uln_Packet as Packet, type QuoteInstructionAccounts$1 as QuoteInstructionAccounts, type QuoteInstructionArgs$1 as QuoteInstructionArgs, type QuoteParams$1 as QuoteParams, ReceiveConfig$1 as ReceiveConfig, type ReceiveConfigArgs$1 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 SetConfigInstructionAccounts$1 as SetConfigInstructionAccounts, type SetConfigInstructionArgs$1 as SetConfigInstructionArgs, type SetConfigParams$1 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 UlnConfig$1 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$4 as accountProviders, index$l 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, createSetConfigInstruction$1 as createSetConfigInstruction, createSetConfigInstructionAccounts$1 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, errorFromCode$2 as errorFromCode, errorFromName$2 as errorFromName, index$k as errors, index$j as events, executorConfigBeet$1 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$i 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, receiveConfigBeet$1 as receiveConfigBeet, receiveConfigDiscriminator$1 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, setConfigInstructionDiscriminator$1 as setConfigInstructionDiscriminator, setConfigParamsBeet$1 as setConfigParamsBeet, setConfigStruct$1 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$h as types, ulnConfigBeet$1 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 };
9495
9505
  }
9496
9506
 
9497
9507
  /**
@@ -9765,18 +9775,18 @@ declare const accountProviders$3: {
9765
9775
  ExecutorConfig: typeof ExecutorConfig;
9766
9776
  };
9767
9777
 
9768
- type index$e_ExecutorConfig = ExecutorConfig;
9769
- declare const index$e_ExecutorConfig: typeof ExecutorConfig;
9770
- type index$e_ExecutorConfigArgs = ExecutorConfigArgs;
9771
- type index$e_Nonce = Nonce;
9772
- declare const index$e_Nonce: typeof Nonce;
9773
- type index$e_NonceArgs = NonceArgs;
9774
- declare const index$e_executorConfigBeet: typeof executorConfigBeet;
9775
- declare const index$e_executorConfigDiscriminator: typeof executorConfigDiscriminator;
9776
- declare const index$e_nonceBeet: typeof nonceBeet;
9777
- declare const index$e_nonceDiscriminator: typeof nonceDiscriminator;
9778
- declare namespace index$e {
9779
- export { index$e_ExecutorConfig as ExecutorConfig, type index$e_ExecutorConfigArgs as ExecutorConfigArgs, index$e_Nonce as Nonce, type index$e_NonceArgs as NonceArgs, accountProviders$3 as accountProviders, index$e_executorConfigBeet as executorConfigBeet, index$e_executorConfigDiscriminator as executorConfigDiscriminator, index$e_nonceBeet as nonceBeet, index$e_nonceDiscriminator as nonceDiscriminator };
9778
+ type index$g_ExecutorConfig = ExecutorConfig;
9779
+ declare const index$g_ExecutorConfig: typeof ExecutorConfig;
9780
+ type index$g_ExecutorConfigArgs = ExecutorConfigArgs;
9781
+ type index$g_Nonce = Nonce;
9782
+ declare const index$g_Nonce: typeof Nonce;
9783
+ type index$g_NonceArgs = NonceArgs;
9784
+ declare const index$g_executorConfigBeet: typeof executorConfigBeet;
9785
+ declare const index$g_executorConfigDiscriminator: typeof executorConfigDiscriminator;
9786
+ declare const index$g_nonceBeet: typeof nonceBeet;
9787
+ declare const index$g_nonceDiscriminator: typeof nonceDiscriminator;
9788
+ declare namespace index$g {
9789
+ export { index$g_ExecutorConfig as ExecutorConfig, type index$g_ExecutorConfigArgs as ExecutorConfigArgs, index$g_Nonce as Nonce, type index$g_NonceArgs as NonceArgs, accountProviders$3 as accountProviders, index$g_executorConfigBeet as executorConfigBeet, index$g_executorConfigDiscriminator as executorConfigDiscriminator, index$g_nonceBeet as nonceBeet, index$g_nonceDiscriminator as nonceDiscriminator };
9780
9790
  }
9781
9791
 
9782
9792
  /**
@@ -9818,10 +9828,10 @@ type NativeDropAppliedEvent = {
9818
9828
  */
9819
9829
  declare const nativeDropAppliedEventBeet: beet.FixableBeetArgsStruct<NativeDropAppliedEvent>;
9820
9830
 
9821
- type index$d_NativeDropAppliedEvent = NativeDropAppliedEvent;
9822
- declare const index$d_nativeDropAppliedEventBeet: typeof nativeDropAppliedEventBeet;
9823
- declare namespace index$d {
9824
- export { type index$d_NativeDropAppliedEvent as NativeDropAppliedEvent, index$d_nativeDropAppliedEventBeet as nativeDropAppliedEventBeet };
9831
+ type index$f_NativeDropAppliedEvent = NativeDropAppliedEvent;
9832
+ declare const index$f_nativeDropAppliedEventBeet: typeof nativeDropAppliedEventBeet;
9833
+ declare namespace index$f {
9834
+ export { type index$f_NativeDropAppliedEvent as NativeDropAppliedEvent, index$f_nativeDropAppliedEventBeet as nativeDropAppliedEventBeet };
9825
9835
  }
9826
9836
 
9827
9837
  /**
@@ -10668,56 +10678,56 @@ declare function createQuoteExecutorInstruction(accounts: QuoteExecutorInstructi
10668
10678
  */
10669
10679
  declare function createQuoteExecutorInstructionAccounts(accounts: QuoteExecutorInstructionAccounts, programId?: web3.PublicKey): web3.AccountMeta[];
10670
10680
 
10671
- type index$c_AdminSetConfigInstructionAccounts = AdminSetConfigInstructionAccounts;
10672
- type index$c_AdminSetConfigInstructionArgs = AdminSetConfigInstructionArgs;
10673
- type index$c_ComposeInstructionAccounts = ComposeInstructionAccounts;
10674
- type index$c_ComposeInstructionArgs = ComposeInstructionArgs;
10675
- type index$c_ExecutableInstructionAccounts = ExecutableInstructionAccounts;
10676
- type index$c_ExecutableInstructionArgs = ExecutableInstructionArgs;
10677
- type index$c_ExecuteInstructionAccounts = ExecuteInstructionAccounts;
10678
- type index$c_ExecuteInstructionArgs = ExecuteInstructionArgs;
10679
- type index$c_InitExecutorInstructionAccounts = InitExecutorInstructionAccounts;
10680
- type index$c_InitExecutorInstructionArgs = InitExecutorInstructionArgs;
10681
- type index$c_NativeDropInstructionAccounts = NativeDropInstructionAccounts;
10682
- type index$c_NativeDropInstructionArgs = NativeDropInstructionArgs;
10683
- type index$c_OwnerSetConfigInstructionAccounts = OwnerSetConfigInstructionAccounts;
10684
- type index$c_OwnerSetConfigInstructionArgs = OwnerSetConfigInstructionArgs;
10685
- type index$c_QuoteExecutorInstructionAccounts = QuoteExecutorInstructionAccounts;
10686
- type index$c_QuoteExecutorInstructionArgs = QuoteExecutorInstructionArgs;
10687
- declare const index$c_adminSetConfigInstructionDiscriminator: typeof adminSetConfigInstructionDiscriminator;
10688
- declare const index$c_adminSetConfigStruct: typeof adminSetConfigStruct;
10689
- declare const index$c_composeInstructionDiscriminator: typeof composeInstructionDiscriminator;
10690
- declare const index$c_composeStruct: typeof composeStruct;
10691
- declare const index$c_createAdminSetConfigInstruction: typeof createAdminSetConfigInstruction;
10692
- declare const index$c_createAdminSetConfigInstructionAccounts: typeof createAdminSetConfigInstructionAccounts;
10693
- declare const index$c_createComposeInstruction: typeof createComposeInstruction;
10694
- declare const index$c_createComposeInstructionAccounts: typeof createComposeInstructionAccounts;
10695
- declare const index$c_createExecutableInstruction: typeof createExecutableInstruction;
10696
- declare const index$c_createExecutableInstructionAccounts: typeof createExecutableInstructionAccounts;
10697
- declare const index$c_createExecuteInstruction: typeof createExecuteInstruction;
10698
- declare const index$c_createExecuteInstructionAccounts: typeof createExecuteInstructionAccounts;
10699
- declare const index$c_createInitExecutorInstruction: typeof createInitExecutorInstruction;
10700
- declare const index$c_createInitExecutorInstructionAccounts: typeof createInitExecutorInstructionAccounts;
10701
- declare const index$c_createNativeDropInstruction: typeof createNativeDropInstruction;
10702
- declare const index$c_createNativeDropInstructionAccounts: typeof createNativeDropInstructionAccounts;
10703
- declare const index$c_createOwnerSetConfigInstruction: typeof createOwnerSetConfigInstruction;
10704
- declare const index$c_createOwnerSetConfigInstructionAccounts: typeof createOwnerSetConfigInstructionAccounts;
10705
- declare const index$c_createQuoteExecutorInstruction: typeof createQuoteExecutorInstruction;
10706
- declare const index$c_createQuoteExecutorInstructionAccounts: typeof createQuoteExecutorInstructionAccounts;
10707
- declare const index$c_executableInstructionDiscriminator: typeof executableInstructionDiscriminator;
10708
- declare const index$c_executableStruct: typeof executableStruct;
10709
- declare const index$c_executeInstructionDiscriminator: typeof executeInstructionDiscriminator;
10710
- declare const index$c_executeStruct: typeof executeStruct;
10711
- declare const index$c_initExecutorInstructionDiscriminator: typeof initExecutorInstructionDiscriminator;
10712
- declare const index$c_initExecutorStruct: typeof initExecutorStruct;
10713
- declare const index$c_nativeDropInstructionDiscriminator: typeof nativeDropInstructionDiscriminator;
10714
- declare const index$c_nativeDropStruct: typeof nativeDropStruct;
10715
- declare const index$c_ownerSetConfigInstructionDiscriminator: typeof ownerSetConfigInstructionDiscriminator;
10716
- declare const index$c_ownerSetConfigStruct: typeof ownerSetConfigStruct;
10717
- declare const index$c_quoteExecutorInstructionDiscriminator: typeof quoteExecutorInstructionDiscriminator;
10718
- declare const index$c_quoteExecutorStruct: typeof quoteExecutorStruct;
10719
- declare namespace index$c {
10720
- export { type index$c_AdminSetConfigInstructionAccounts as AdminSetConfigInstructionAccounts, type index$c_AdminSetConfigInstructionArgs as AdminSetConfigInstructionArgs, type index$c_ComposeInstructionAccounts as ComposeInstructionAccounts, type index$c_ComposeInstructionArgs as ComposeInstructionArgs, type index$c_ExecutableInstructionAccounts as ExecutableInstructionAccounts, type index$c_ExecutableInstructionArgs as ExecutableInstructionArgs, type index$c_ExecuteInstructionAccounts as ExecuteInstructionAccounts, type index$c_ExecuteInstructionArgs as ExecuteInstructionArgs, type index$c_InitExecutorInstructionAccounts as InitExecutorInstructionAccounts, type index$c_InitExecutorInstructionArgs as InitExecutorInstructionArgs, type index$c_NativeDropInstructionAccounts as NativeDropInstructionAccounts, type index$c_NativeDropInstructionArgs as NativeDropInstructionArgs, type index$c_OwnerSetConfigInstructionAccounts as OwnerSetConfigInstructionAccounts, type index$c_OwnerSetConfigInstructionArgs as OwnerSetConfigInstructionArgs, type index$c_QuoteExecutorInstructionAccounts as QuoteExecutorInstructionAccounts, type index$c_QuoteExecutorInstructionArgs as QuoteExecutorInstructionArgs, index$c_adminSetConfigInstructionDiscriminator as adminSetConfigInstructionDiscriminator, index$c_adminSetConfigStruct as adminSetConfigStruct, index$c_composeInstructionDiscriminator as composeInstructionDiscriminator, index$c_composeStruct as composeStruct, index$c_createAdminSetConfigInstruction as createAdminSetConfigInstruction, index$c_createAdminSetConfigInstructionAccounts as createAdminSetConfigInstructionAccounts, index$c_createComposeInstruction as createComposeInstruction, index$c_createComposeInstructionAccounts as createComposeInstructionAccounts, index$c_createExecutableInstruction as createExecutableInstruction, index$c_createExecutableInstructionAccounts as createExecutableInstructionAccounts, index$c_createExecuteInstruction as createExecuteInstruction, index$c_createExecuteInstructionAccounts as createExecuteInstructionAccounts, index$c_createInitExecutorInstruction as createInitExecutorInstruction, index$c_createInitExecutorInstructionAccounts as createInitExecutorInstructionAccounts, index$c_createNativeDropInstruction as createNativeDropInstruction, index$c_createNativeDropInstructionAccounts as createNativeDropInstructionAccounts, index$c_createOwnerSetConfigInstruction as createOwnerSetConfigInstruction, index$c_createOwnerSetConfigInstructionAccounts as createOwnerSetConfigInstructionAccounts, index$c_createQuoteExecutorInstruction as createQuoteExecutorInstruction, index$c_createQuoteExecutorInstructionAccounts as createQuoteExecutorInstructionAccounts, index$c_executableInstructionDiscriminator as executableInstructionDiscriminator, index$c_executableStruct as executableStruct, index$c_executeInstructionDiscriminator as executeInstructionDiscriminator, index$c_executeStruct as executeStruct, index$c_initExecutorInstructionDiscriminator as initExecutorInstructionDiscriminator, index$c_initExecutorStruct as initExecutorStruct, index$c_nativeDropInstructionDiscriminator as nativeDropInstructionDiscriminator, index$c_nativeDropStruct as nativeDropStruct, index$c_ownerSetConfigInstructionDiscriminator as ownerSetConfigInstructionDiscriminator, index$c_ownerSetConfigStruct as ownerSetConfigStruct, index$c_quoteExecutorInstructionDiscriminator as quoteExecutorInstructionDiscriminator, index$c_quoteExecutorStruct as quoteExecutorStruct };
10681
+ type index$e_AdminSetConfigInstructionAccounts = AdminSetConfigInstructionAccounts;
10682
+ type index$e_AdminSetConfigInstructionArgs = AdminSetConfigInstructionArgs;
10683
+ type index$e_ComposeInstructionAccounts = ComposeInstructionAccounts;
10684
+ type index$e_ComposeInstructionArgs = ComposeInstructionArgs;
10685
+ type index$e_ExecutableInstructionAccounts = ExecutableInstructionAccounts;
10686
+ type index$e_ExecutableInstructionArgs = ExecutableInstructionArgs;
10687
+ type index$e_ExecuteInstructionAccounts = ExecuteInstructionAccounts;
10688
+ type index$e_ExecuteInstructionArgs = ExecuteInstructionArgs;
10689
+ type index$e_InitExecutorInstructionAccounts = InitExecutorInstructionAccounts;
10690
+ type index$e_InitExecutorInstructionArgs = InitExecutorInstructionArgs;
10691
+ type index$e_NativeDropInstructionAccounts = NativeDropInstructionAccounts;
10692
+ type index$e_NativeDropInstructionArgs = NativeDropInstructionArgs;
10693
+ type index$e_OwnerSetConfigInstructionAccounts = OwnerSetConfigInstructionAccounts;
10694
+ type index$e_OwnerSetConfigInstructionArgs = OwnerSetConfigInstructionArgs;
10695
+ type index$e_QuoteExecutorInstructionAccounts = QuoteExecutorInstructionAccounts;
10696
+ type index$e_QuoteExecutorInstructionArgs = QuoteExecutorInstructionArgs;
10697
+ declare const index$e_adminSetConfigInstructionDiscriminator: typeof adminSetConfigInstructionDiscriminator;
10698
+ declare const index$e_adminSetConfigStruct: typeof adminSetConfigStruct;
10699
+ declare const index$e_composeInstructionDiscriminator: typeof composeInstructionDiscriminator;
10700
+ declare const index$e_composeStruct: typeof composeStruct;
10701
+ declare const index$e_createAdminSetConfigInstruction: typeof createAdminSetConfigInstruction;
10702
+ declare const index$e_createAdminSetConfigInstructionAccounts: typeof createAdminSetConfigInstructionAccounts;
10703
+ declare const index$e_createComposeInstruction: typeof createComposeInstruction;
10704
+ declare const index$e_createComposeInstructionAccounts: typeof createComposeInstructionAccounts;
10705
+ declare const index$e_createExecutableInstruction: typeof createExecutableInstruction;
10706
+ declare const index$e_createExecutableInstructionAccounts: typeof createExecutableInstructionAccounts;
10707
+ declare const index$e_createExecuteInstruction: typeof createExecuteInstruction;
10708
+ declare const index$e_createExecuteInstructionAccounts: typeof createExecuteInstructionAccounts;
10709
+ declare const index$e_createInitExecutorInstruction: typeof createInitExecutorInstruction;
10710
+ declare const index$e_createInitExecutorInstructionAccounts: typeof createInitExecutorInstructionAccounts;
10711
+ declare const index$e_createNativeDropInstruction: typeof createNativeDropInstruction;
10712
+ declare const index$e_createNativeDropInstructionAccounts: typeof createNativeDropInstructionAccounts;
10713
+ declare const index$e_createOwnerSetConfigInstruction: typeof createOwnerSetConfigInstruction;
10714
+ declare const index$e_createOwnerSetConfigInstructionAccounts: typeof createOwnerSetConfigInstructionAccounts;
10715
+ declare const index$e_createQuoteExecutorInstruction: typeof createQuoteExecutorInstruction;
10716
+ declare const index$e_createQuoteExecutorInstructionAccounts: typeof createQuoteExecutorInstructionAccounts;
10717
+ declare const index$e_executableInstructionDiscriminator: typeof executableInstructionDiscriminator;
10718
+ declare const index$e_executableStruct: typeof executableStruct;
10719
+ declare const index$e_executeInstructionDiscriminator: typeof executeInstructionDiscriminator;
10720
+ declare const index$e_executeStruct: typeof executeStruct;
10721
+ declare const index$e_initExecutorInstructionDiscriminator: typeof initExecutorInstructionDiscriminator;
10722
+ declare const index$e_initExecutorStruct: typeof initExecutorStruct;
10723
+ declare const index$e_nativeDropInstructionDiscriminator: typeof nativeDropInstructionDiscriminator;
10724
+ declare const index$e_nativeDropStruct: typeof nativeDropStruct;
10725
+ declare const index$e_ownerSetConfigInstructionDiscriminator: typeof ownerSetConfigInstructionDiscriminator;
10726
+ declare const index$e_ownerSetConfigStruct: typeof ownerSetConfigStruct;
10727
+ declare const index$e_quoteExecutorInstructionDiscriminator: typeof quoteExecutorInstructionDiscriminator;
10728
+ declare const index$e_quoteExecutorStruct: typeof quoteExecutorStruct;
10729
+ declare namespace index$e {
10730
+ export { type index$e_AdminSetConfigInstructionAccounts as AdminSetConfigInstructionAccounts, type index$e_AdminSetConfigInstructionArgs as AdminSetConfigInstructionArgs, type index$e_ComposeInstructionAccounts as ComposeInstructionAccounts, type index$e_ComposeInstructionArgs as ComposeInstructionArgs, type index$e_ExecutableInstructionAccounts as ExecutableInstructionAccounts, type index$e_ExecutableInstructionArgs as ExecutableInstructionArgs, type index$e_ExecuteInstructionAccounts as ExecuteInstructionAccounts, type index$e_ExecuteInstructionArgs as ExecuteInstructionArgs, type index$e_InitExecutorInstructionAccounts as InitExecutorInstructionAccounts, type index$e_InitExecutorInstructionArgs as InitExecutorInstructionArgs, type index$e_NativeDropInstructionAccounts as NativeDropInstructionAccounts, type index$e_NativeDropInstructionArgs as NativeDropInstructionArgs, type index$e_OwnerSetConfigInstructionAccounts as OwnerSetConfigInstructionAccounts, type index$e_OwnerSetConfigInstructionArgs as OwnerSetConfigInstructionArgs, type index$e_QuoteExecutorInstructionAccounts as QuoteExecutorInstructionAccounts, type index$e_QuoteExecutorInstructionArgs as QuoteExecutorInstructionArgs, index$e_adminSetConfigInstructionDiscriminator as adminSetConfigInstructionDiscriminator, index$e_adminSetConfigStruct as adminSetConfigStruct, index$e_composeInstructionDiscriminator as composeInstructionDiscriminator, index$e_composeStruct as composeStruct, index$e_createAdminSetConfigInstruction as createAdminSetConfigInstruction, index$e_createAdminSetConfigInstructionAccounts as createAdminSetConfigInstructionAccounts, index$e_createComposeInstruction as createComposeInstruction, index$e_createComposeInstructionAccounts as createComposeInstructionAccounts, index$e_createExecutableInstruction as createExecutableInstruction, index$e_createExecutableInstructionAccounts as createExecutableInstructionAccounts, index$e_createExecuteInstruction as createExecuteInstruction, index$e_createExecuteInstructionAccounts as createExecuteInstructionAccounts, index$e_createInitExecutorInstruction as createInitExecutorInstruction, index$e_createInitExecutorInstructionAccounts as createInitExecutorInstructionAccounts, index$e_createNativeDropInstruction as createNativeDropInstruction, index$e_createNativeDropInstructionAccounts as createNativeDropInstructionAccounts, index$e_createOwnerSetConfigInstruction as createOwnerSetConfigInstruction, index$e_createOwnerSetConfigInstructionAccounts as createOwnerSetConfigInstructionAccounts, index$e_createQuoteExecutorInstruction as createQuoteExecutorInstruction, index$e_createQuoteExecutorInstructionAccounts as createQuoteExecutorInstructionAccounts, index$e_executableInstructionDiscriminator as executableInstructionDiscriminator, index$e_executableStruct as executableStruct, index$e_executeInstructionDiscriminator as executeInstructionDiscriminator, index$e_executeStruct as executeStruct, index$e_initExecutorInstructionDiscriminator as initExecutorInstructionDiscriminator, index$e_initExecutorStruct as initExecutorStruct, index$e_nativeDropInstructionDiscriminator as nativeDropInstructionDiscriminator, index$e_nativeDropStruct as nativeDropStruct, index$e_ownerSetConfigInstructionDiscriminator as ownerSetConfigInstructionDiscriminator, index$e_ownerSetConfigStruct as ownerSetConfigStruct, index$e_quoteExecutorInstructionDiscriminator as quoteExecutorInstructionDiscriminator, index$e_quoteExecutorStruct as quoteExecutorStruct };
10721
10731
  }
10722
10732
 
10723
10733
  /**
@@ -10743,42 +10753,42 @@ declare enum ExecutionState {
10743
10753
  */
10744
10754
  declare const executionStateBeet: beet.FixedSizeBeet<ExecutionState, ExecutionState>;
10745
10755
 
10746
- type index$b_AdminSetConfigParams = AdminSetConfigParams;
10747
- type index$b_AdminSetConfigParamsRecord = AdminSetConfigParamsRecord;
10748
- type index$b_ComposeParams = ComposeParams;
10749
- type index$b_ExecutableParams = ExecutableParams;
10750
- type index$b_ExecuteParams = ExecuteParams;
10751
- type index$b_ExecutionState = ExecutionState;
10752
- declare const index$b_ExecutionState: typeof ExecutionState;
10753
- type index$b_InitExecutorParams = InitExecutorParams;
10754
- type index$b_NativeDropParams = NativeDropParams;
10755
- type index$b_NativeDropRequest = NativeDropRequest;
10756
- type index$b_OwnerSetConfigParams = OwnerSetConfigParams;
10757
- type index$b_OwnerSetConfigParamsRecord = OwnerSetConfigParamsRecord;
10758
- type index$b_QuoteExecutorParams = QuoteExecutorParams;
10759
- declare const index$b_adminSetConfigParamsBeet: typeof adminSetConfigParamsBeet;
10760
- declare const index$b_composeParamsBeet: typeof composeParamsBeet;
10761
- declare const index$b_executableParamsBeet: typeof executableParamsBeet;
10762
- declare const index$b_executeParamsBeet: typeof executeParamsBeet;
10763
- declare const index$b_executionStateBeet: typeof executionStateBeet;
10764
- declare const index$b_initExecutorParamsBeet: typeof initExecutorParamsBeet;
10765
- declare const index$b_isAdminSetConfigParamsDefaultMultiplierBps: typeof isAdminSetConfigParamsDefaultMultiplierBps;
10766
- declare const index$b_isAdminSetConfigParamsDstConfigs: typeof isAdminSetConfigParamsDstConfigs;
10767
- declare const index$b_isAdminSetConfigParamsPriceFeed: typeof isAdminSetConfigParamsPriceFeed;
10768
- declare const index$b_isOwnerSetConfigParamsAdmins: typeof isOwnerSetConfigParamsAdmins;
10769
- declare const index$b_isOwnerSetConfigParamsAllowlist: typeof isOwnerSetConfigParamsAllowlist;
10770
- declare const index$b_isOwnerSetConfigParamsDenylist: typeof isOwnerSetConfigParamsDenylist;
10771
- declare const index$b_isOwnerSetConfigParamsExecutors: typeof isOwnerSetConfigParamsExecutors;
10772
- declare const index$b_isOwnerSetConfigParamsMsglibs: typeof isOwnerSetConfigParamsMsglibs;
10773
- declare const index$b_isOwnerSetConfigParamsOwner: typeof isOwnerSetConfigParamsOwner;
10774
- declare const index$b_isOwnerSetConfigParamsPaused: typeof isOwnerSetConfigParamsPaused;
10775
- declare const index$b_lzComposeParamsBeet: typeof lzComposeParamsBeet;
10776
- declare const index$b_nativeDropParamsBeet: typeof nativeDropParamsBeet;
10777
- declare const index$b_nativeDropRequestBeet: typeof nativeDropRequestBeet;
10778
- declare const index$b_ownerSetConfigParamsBeet: typeof ownerSetConfigParamsBeet;
10779
- declare const index$b_quoteExecutorParamsBeet: typeof quoteExecutorParamsBeet;
10780
- declare namespace index$b {
10781
- export { type Acl$1 as Acl, type index$b_AdminSetConfigParams as AdminSetConfigParams, type index$b_AdminSetConfigParamsRecord as AdminSetConfigParamsRecord, type index$b_ComposeParams as ComposeParams, type DstConfig$1 as DstConfig, type index$b_ExecutableParams as ExecutableParams, type index$b_ExecuteParams as ExecuteParams, index$b_ExecutionState as ExecutionState, type index$b_InitExecutorParams as InitExecutorParams, type LzComposeParams$1 as LzComposeParams, type LzOption$1 as LzOption, type LzReceiveParams$2 as LzReceiveParams, type index$b_NativeDropParams as NativeDropParams, type index$b_NativeDropRequest as NativeDropRequest, type index$b_OwnerSetConfigParams as OwnerSetConfigParams, type index$b_OwnerSetConfigParamsRecord as OwnerSetConfigParamsRecord, type index$b_QuoteExecutorParams as QuoteExecutorParams, aclBeet$1 as aclBeet, index$b_adminSetConfigParamsBeet as adminSetConfigParamsBeet, index$b_composeParamsBeet as composeParamsBeet, dstConfigBeet$1 as dstConfigBeet, index$b_executableParamsBeet as executableParamsBeet, index$b_executeParamsBeet as executeParamsBeet, index$b_executionStateBeet as executionStateBeet, index$b_initExecutorParamsBeet as initExecutorParamsBeet, index$b_isAdminSetConfigParamsDefaultMultiplierBps as isAdminSetConfigParamsDefaultMultiplierBps, index$b_isAdminSetConfigParamsDstConfigs as isAdminSetConfigParamsDstConfigs, index$b_isAdminSetConfigParamsPriceFeed as isAdminSetConfigParamsPriceFeed, index$b_isOwnerSetConfigParamsAdmins as isOwnerSetConfigParamsAdmins, index$b_isOwnerSetConfigParamsAllowlist as isOwnerSetConfigParamsAllowlist, index$b_isOwnerSetConfigParamsDenylist as isOwnerSetConfigParamsDenylist, index$b_isOwnerSetConfigParamsExecutors as isOwnerSetConfigParamsExecutors, index$b_isOwnerSetConfigParamsMsglibs as isOwnerSetConfigParamsMsglibs, index$b_isOwnerSetConfigParamsOwner as isOwnerSetConfigParamsOwner, index$b_isOwnerSetConfigParamsPaused as isOwnerSetConfigParamsPaused, index$b_lzComposeParamsBeet as lzComposeParamsBeet, lzOptionBeet$1 as lzOptionBeet, lzReceiveParamsBeet$1 as lzReceiveParamsBeet, index$b_nativeDropParamsBeet as nativeDropParamsBeet, index$b_nativeDropRequestBeet as nativeDropRequestBeet, index$b_ownerSetConfigParamsBeet as ownerSetConfigParamsBeet, index$b_quoteExecutorParamsBeet as quoteExecutorParamsBeet };
10756
+ type index$d_AdminSetConfigParams = AdminSetConfigParams;
10757
+ type index$d_AdminSetConfigParamsRecord = AdminSetConfigParamsRecord;
10758
+ type index$d_ComposeParams = ComposeParams;
10759
+ type index$d_ExecutableParams = ExecutableParams;
10760
+ type index$d_ExecuteParams = ExecuteParams;
10761
+ type index$d_ExecutionState = ExecutionState;
10762
+ declare const index$d_ExecutionState: typeof ExecutionState;
10763
+ type index$d_InitExecutorParams = InitExecutorParams;
10764
+ type index$d_NativeDropParams = NativeDropParams;
10765
+ type index$d_NativeDropRequest = NativeDropRequest;
10766
+ type index$d_OwnerSetConfigParams = OwnerSetConfigParams;
10767
+ type index$d_OwnerSetConfigParamsRecord = OwnerSetConfigParamsRecord;
10768
+ type index$d_QuoteExecutorParams = QuoteExecutorParams;
10769
+ declare const index$d_adminSetConfigParamsBeet: typeof adminSetConfigParamsBeet;
10770
+ declare const index$d_composeParamsBeet: typeof composeParamsBeet;
10771
+ declare const index$d_executableParamsBeet: typeof executableParamsBeet;
10772
+ declare const index$d_executeParamsBeet: typeof executeParamsBeet;
10773
+ declare const index$d_executionStateBeet: typeof executionStateBeet;
10774
+ declare const index$d_initExecutorParamsBeet: typeof initExecutorParamsBeet;
10775
+ declare const index$d_isAdminSetConfigParamsDefaultMultiplierBps: typeof isAdminSetConfigParamsDefaultMultiplierBps;
10776
+ declare const index$d_isAdminSetConfigParamsDstConfigs: typeof isAdminSetConfigParamsDstConfigs;
10777
+ declare const index$d_isAdminSetConfigParamsPriceFeed: typeof isAdminSetConfigParamsPriceFeed;
10778
+ declare const index$d_isOwnerSetConfigParamsAdmins: typeof isOwnerSetConfigParamsAdmins;
10779
+ declare const index$d_isOwnerSetConfigParamsAllowlist: typeof isOwnerSetConfigParamsAllowlist;
10780
+ declare const index$d_isOwnerSetConfigParamsDenylist: typeof isOwnerSetConfigParamsDenylist;
10781
+ declare const index$d_isOwnerSetConfigParamsExecutors: typeof isOwnerSetConfigParamsExecutors;
10782
+ declare const index$d_isOwnerSetConfigParamsMsglibs: typeof isOwnerSetConfigParamsMsglibs;
10783
+ declare const index$d_isOwnerSetConfigParamsOwner: typeof isOwnerSetConfigParamsOwner;
10784
+ declare const index$d_isOwnerSetConfigParamsPaused: typeof isOwnerSetConfigParamsPaused;
10785
+ declare const index$d_lzComposeParamsBeet: typeof lzComposeParamsBeet;
10786
+ declare const index$d_nativeDropParamsBeet: typeof nativeDropParamsBeet;
10787
+ declare const index$d_nativeDropRequestBeet: typeof nativeDropRequestBeet;
10788
+ declare const index$d_ownerSetConfigParamsBeet: typeof ownerSetConfigParamsBeet;
10789
+ declare const index$d_quoteExecutorParamsBeet: typeof quoteExecutorParamsBeet;
10790
+ declare namespace index$d {
10791
+ export { type Acl$1 as Acl, type index$d_AdminSetConfigParams as AdminSetConfigParams, type index$d_AdminSetConfigParamsRecord as AdminSetConfigParamsRecord, type index$d_ComposeParams as ComposeParams, type DstConfig$1 as DstConfig, type index$d_ExecutableParams as ExecutableParams, type index$d_ExecuteParams as ExecuteParams, index$d_ExecutionState as ExecutionState, type index$d_InitExecutorParams as InitExecutorParams, type LzComposeParams$1 as LzComposeParams, type LzOption$1 as LzOption, type LzReceiveParams$2 as LzReceiveParams, type index$d_NativeDropParams as NativeDropParams, type index$d_NativeDropRequest as NativeDropRequest, type index$d_OwnerSetConfigParams as OwnerSetConfigParams, type index$d_OwnerSetConfigParamsRecord as OwnerSetConfigParamsRecord, type index$d_QuoteExecutorParams as QuoteExecutorParams, aclBeet$1 as aclBeet, index$d_adminSetConfigParamsBeet as adminSetConfigParamsBeet, index$d_composeParamsBeet as composeParamsBeet, dstConfigBeet$1 as dstConfigBeet, index$d_executableParamsBeet as executableParamsBeet, index$d_executeParamsBeet as executeParamsBeet, index$d_executionStateBeet as executionStateBeet, index$d_initExecutorParamsBeet as initExecutorParamsBeet, index$d_isAdminSetConfigParamsDefaultMultiplierBps as isAdminSetConfigParamsDefaultMultiplierBps, index$d_isAdminSetConfigParamsDstConfigs as isAdminSetConfigParamsDstConfigs, index$d_isAdminSetConfigParamsPriceFeed as isAdminSetConfigParamsPriceFeed, index$d_isOwnerSetConfigParamsAdmins as isOwnerSetConfigParamsAdmins, index$d_isOwnerSetConfigParamsAllowlist as isOwnerSetConfigParamsAllowlist, index$d_isOwnerSetConfigParamsDenylist as isOwnerSetConfigParamsDenylist, index$d_isOwnerSetConfigParamsExecutors as isOwnerSetConfigParamsExecutors, index$d_isOwnerSetConfigParamsMsglibs as isOwnerSetConfigParamsMsglibs, index$d_isOwnerSetConfigParamsOwner as isOwnerSetConfigParamsOwner, index$d_isOwnerSetConfigParamsPaused as isOwnerSetConfigParamsPaused, index$d_lzComposeParamsBeet as lzComposeParamsBeet, lzOptionBeet$1 as lzOptionBeet, lzReceiveParamsBeet$1 as lzReceiveParamsBeet, index$d_nativeDropParamsBeet as nativeDropParamsBeet, index$d_nativeDropRequestBeet as nativeDropRequestBeet, index$d_ownerSetConfigParamsBeet as ownerSetConfigParamsBeet, index$d_quoteExecutorParamsBeet as quoteExecutorParamsBeet };
10782
10792
  }
10783
10793
 
10784
10794
  /**
@@ -10787,10 +10797,10 @@ declare namespace index$b {
10787
10797
  *
10788
10798
  * See: https://github.com/metaplex-foundation/solita
10789
10799
  */
10790
- type ErrorWithCode$2 = Error & {
10800
+ type ErrorWithCode$1 = Error & {
10791
10801
  code: number;
10792
10802
  };
10793
- type MaybeErrorWithCode$2 = ErrorWithCode$2 | null | undefined;
10803
+ type MaybeErrorWithCode$1 = ErrorWithCode$1 | null | undefined;
10794
10804
  /**
10795
10805
  * InvalidSize: ''
10796
10806
  *
@@ -10983,13 +10993,13 @@ declare class ExecutorIsAdminError extends Error {
10983
10993
  * @category Errors
10984
10994
  * @category generated
10985
10995
  */
10986
- declare function errorFromCode$2(code: number): MaybeErrorWithCode$2;
10996
+ declare function errorFromCode$1(code: number): MaybeErrorWithCode$1;
10987
10997
  /**
10988
10998
  * Attempts to resolve a custom program error from the provided error name, i.e. 'Unauthorized'.
10989
10999
  * @category Errors
10990
11000
  * @category generated
10991
11001
  */
10992
- declare function errorFromName$2(name: string): MaybeErrorWithCode$2;
11002
+ declare function errorFromName$1(name: string): MaybeErrorWithCode$1;
10993
11003
 
10994
11004
  /**
10995
11005
  * Program address
@@ -10997,7 +11007,7 @@ declare function errorFromName$2(name: string): MaybeErrorWithCode$2;
10997
11007
  * @category constants
10998
11008
  * @category generated
10999
11009
  */
11000
- declare const PROGRAM_ADDRESS$3 = "6doghB248px58JSSwG4qejQ46kFMW4AMj7vzJnWZHNZn";
11010
+ declare const PROGRAM_ADDRESS$2 = "6doghB248px58JSSwG4qejQ46kFMW4AMj7vzJnWZHNZn";
11001
11011
  /**
11002
11012
  * Program public key
11003
11013
  *
@@ -11144,7 +11154,7 @@ declare const executor_quoteExecutorInstructionDiscriminator: typeof quoteExecut
11144
11154
  declare const executor_quoteExecutorParamsBeet: typeof quoteExecutorParamsBeet;
11145
11155
  declare const executor_quoteExecutorStruct: typeof quoteExecutorStruct;
11146
11156
  declare namespace executor {
11147
- export { type Acl$1 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 DstConfig$1 as DstConfig, EidNotSupportedError$1 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, executor_ExecutorConfig 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 LzOption$1 as LzOption, type LzReceiveParams$2 as LzReceiveParams, MsgLibNotAllowedError$1 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, NotAdminError$1 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$3 as PROGRAM_ADDRESS, PROGRAM_ID$4 as PROGRAM_ID, PausedError$1 as PausedError, type executor_QuoteExecutorInstructionAccounts as QuoteExecutorInstructionAccounts, type executor_QuoteExecutorInstructionArgs as QuoteExecutorInstructionArgs, type executor_QuoteExecutorParams as QuoteExecutorParams, TooManyAdminsError$1 as TooManyAdminsError, executor_TooManyExecutorsError as TooManyExecutorsError, TooManyOptionTypesError$1 as TooManyOptionTypesError, executor_UnsupportedOptionTypeError as UnsupportedOptionTypeError, executor_ZeroLzComposeGasProvidedError as ZeroLzComposeGasProvidedError, executor_ZeroLzReceiveGasProvidedError as ZeroLzReceiveGasProvidedError, accountProviders$3 as accountProviders, index$e as accounts, aclBeet$1 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, dstConfigBeet$1 as dstConfigBeet, errorFromCode$2 as errorFromCode, errorFromName$2 as errorFromName, index$d 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, executor_executorConfigBeet as executorConfigBeet, executor_executorConfigDiscriminator as executorConfigDiscriminator, executor_initExecutorInstructionDiscriminator as initExecutorInstructionDiscriminator, executor_initExecutorParamsBeet as initExecutorParamsBeet, executor_initExecutorStruct as initExecutorStruct, index$c 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, lzOptionBeet$1 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$b as types };
11157
+ export { type Acl$1 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 DstConfig$1 as DstConfig, EidNotSupportedError$1 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, executor_ExecutorConfig 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 LzOption$1 as LzOption, type LzReceiveParams$2 as LzReceiveParams, MsgLibNotAllowedError$1 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, NotAdminError$1 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, PausedError$1 as PausedError, type executor_QuoteExecutorInstructionAccounts as QuoteExecutorInstructionAccounts, type executor_QuoteExecutorInstructionArgs as QuoteExecutorInstructionArgs, type executor_QuoteExecutorParams as QuoteExecutorParams, TooManyAdminsError$1 as TooManyAdminsError, executor_TooManyExecutorsError as TooManyExecutorsError, TooManyOptionTypesError$1 as TooManyOptionTypesError, executor_UnsupportedOptionTypeError as UnsupportedOptionTypeError, executor_ZeroLzComposeGasProvidedError as ZeroLzComposeGasProvidedError, executor_ZeroLzReceiveGasProvidedError as ZeroLzReceiveGasProvidedError, accountProviders$3 as accountProviders, index$g as accounts, aclBeet$1 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, dstConfigBeet$1 as dstConfigBeet, errorFromCode$1 as errorFromCode, errorFromName$1 as errorFromName, index$f 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, executor_executorConfigBeet as executorConfigBeet, executor_executorConfigDiscriminator as executorConfigDiscriminator, executor_initExecutorInstructionDiscriminator as initExecutorInstructionDiscriminator, executor_initExecutorParamsBeet as initExecutorParamsBeet, executor_initExecutorStruct as initExecutorStruct, index$e 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, lzOptionBeet$1 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$d as types };
11148
11158
  }
11149
11159
 
11150
11160
  /**
@@ -11345,11 +11355,11 @@ declare const accountProviders$2: {
11345
11355
  PriceFeed: typeof PriceFeed$1;
11346
11356
  };
11347
11357
 
11348
- type index$a_PriceFeedArgs = PriceFeedArgs;
11349
- declare const index$a_priceFeedBeet: typeof priceFeedBeet;
11350
- declare const index$a_priceFeedDiscriminator: typeof priceFeedDiscriminator;
11351
- declare namespace index$a {
11352
- export { PriceFeed$1 as PriceFeed, type index$a_PriceFeedArgs as PriceFeedArgs, accountProviders$2 as accountProviders, index$a_priceFeedBeet as priceFeedBeet, index$a_priceFeedDiscriminator as priceFeedDiscriminator };
11358
+ type index$c_PriceFeedArgs = PriceFeedArgs;
11359
+ declare const index$c_priceFeedBeet: typeof priceFeedBeet;
11360
+ declare const index$c_priceFeedDiscriminator: typeof priceFeedDiscriminator;
11361
+ declare namespace index$c {
11362
+ export { PriceFeed$1 as PriceFeed, type index$c_PriceFeedArgs as PriceFeedArgs, accountProviders$2 as accountProviders, index$c_priceFeedBeet as priceFeedBeet, index$c_priceFeedDiscriminator as priceFeedDiscriminator };
11353
11363
  }
11354
11364
 
11355
11365
  /**
@@ -11826,61 +11836,61 @@ declare function createTransferAdminInstruction$1(accounts: TransferAdminInstruc
11826
11836
  */
11827
11837
  declare function createTransferAdminInstructionAccounts$1(accounts: TransferAdminInstructionAccounts$1, programId?: web3.PublicKey): web3.AccountMeta[];
11828
11838
 
11829
- type index$9_GetFeeInstructionAccounts = GetFeeInstructionAccounts;
11830
- type index$9_GetFeeInstructionArgs = GetFeeInstructionArgs;
11831
- type index$9_InitPriceFeedInstructionAccounts = InitPriceFeedInstructionAccounts;
11832
- type index$9_InitPriceFeedInstructionArgs = InitPriceFeedInstructionArgs;
11833
- type index$9_SetPriceFeedInstructionAccounts = SetPriceFeedInstructionAccounts;
11834
- type index$9_SetPriceFeedInstructionArgs = SetPriceFeedInstructionArgs;
11835
- type index$9_SetPriceInstructionAccounts = SetPriceInstructionAccounts;
11836
- type index$9_SetPriceInstructionArgs = SetPriceInstructionArgs;
11837
- type index$9_SetSolPriceInstructionAccounts = SetSolPriceInstructionAccounts;
11838
- type index$9_SetSolPriceInstructionArgs = SetSolPriceInstructionArgs;
11839
- declare const index$9_createGetFeeInstruction: typeof createGetFeeInstruction;
11840
- declare const index$9_createGetFeeInstructionAccounts: typeof createGetFeeInstructionAccounts;
11841
- declare const index$9_createInitPriceFeedInstruction: typeof createInitPriceFeedInstruction;
11842
- declare const index$9_createInitPriceFeedInstructionAccounts: typeof createInitPriceFeedInstructionAccounts;
11843
- declare const index$9_createSetPriceFeedInstruction: typeof createSetPriceFeedInstruction;
11844
- declare const index$9_createSetPriceFeedInstructionAccounts: typeof createSetPriceFeedInstructionAccounts;
11845
- declare const index$9_createSetPriceInstruction: typeof createSetPriceInstruction;
11846
- declare const index$9_createSetPriceInstructionAccounts: typeof createSetPriceInstructionAccounts;
11847
- declare const index$9_createSetSolPriceInstruction: typeof createSetSolPriceInstruction;
11848
- declare const index$9_createSetSolPriceInstructionAccounts: typeof createSetSolPriceInstructionAccounts;
11849
- declare const index$9_getFeeInstructionDiscriminator: typeof getFeeInstructionDiscriminator;
11850
- declare const index$9_getFeeStruct: typeof getFeeStruct;
11851
- declare const index$9_initPriceFeedInstructionDiscriminator: typeof initPriceFeedInstructionDiscriminator;
11852
- declare const index$9_initPriceFeedStruct: typeof initPriceFeedStruct;
11853
- declare const index$9_setPriceFeedInstructionDiscriminator: typeof setPriceFeedInstructionDiscriminator;
11854
- declare const index$9_setPriceFeedStruct: typeof setPriceFeedStruct;
11855
- declare const index$9_setPriceInstructionDiscriminator: typeof setPriceInstructionDiscriminator;
11856
- declare const index$9_setPriceStruct: typeof setPriceStruct;
11857
- declare const index$9_setSolPriceInstructionDiscriminator: typeof setSolPriceInstructionDiscriminator;
11858
- declare const index$9_setSolPriceStruct: typeof setSolPriceStruct;
11859
- declare namespace index$9 {
11860
- export { type index$9_GetFeeInstructionAccounts as GetFeeInstructionAccounts, type index$9_GetFeeInstructionArgs as GetFeeInstructionArgs, type index$9_InitPriceFeedInstructionAccounts as InitPriceFeedInstructionAccounts, type index$9_InitPriceFeedInstructionArgs as InitPriceFeedInstructionArgs, type index$9_SetPriceFeedInstructionAccounts as SetPriceFeedInstructionAccounts, type index$9_SetPriceFeedInstructionArgs as SetPriceFeedInstructionArgs, type index$9_SetPriceInstructionAccounts as SetPriceInstructionAccounts, type index$9_SetPriceInstructionArgs as SetPriceInstructionArgs, type index$9_SetSolPriceInstructionAccounts as SetSolPriceInstructionAccounts, type index$9_SetSolPriceInstructionArgs as SetSolPriceInstructionArgs, type TransferAdminInstructionAccounts$1 as TransferAdminInstructionAccounts, type TransferAdminInstructionArgs$1 as TransferAdminInstructionArgs, index$9_createGetFeeInstruction as createGetFeeInstruction, index$9_createGetFeeInstructionAccounts as createGetFeeInstructionAccounts, index$9_createInitPriceFeedInstruction as createInitPriceFeedInstruction, index$9_createInitPriceFeedInstructionAccounts as createInitPriceFeedInstructionAccounts, index$9_createSetPriceFeedInstruction as createSetPriceFeedInstruction, index$9_createSetPriceFeedInstructionAccounts as createSetPriceFeedInstructionAccounts, index$9_createSetPriceInstruction as createSetPriceInstruction, index$9_createSetPriceInstructionAccounts as createSetPriceInstructionAccounts, index$9_createSetSolPriceInstruction as createSetSolPriceInstruction, index$9_createSetSolPriceInstructionAccounts as createSetSolPriceInstructionAccounts, createTransferAdminInstruction$1 as createTransferAdminInstruction, createTransferAdminInstructionAccounts$1 as createTransferAdminInstructionAccounts, index$9_getFeeInstructionDiscriminator as getFeeInstructionDiscriminator, index$9_getFeeStruct as getFeeStruct, index$9_initPriceFeedInstructionDiscriminator as initPriceFeedInstructionDiscriminator, index$9_initPriceFeedStruct as initPriceFeedStruct, index$9_setPriceFeedInstructionDiscriminator as setPriceFeedInstructionDiscriminator, index$9_setPriceFeedStruct as setPriceFeedStruct, index$9_setPriceInstructionDiscriminator as setPriceInstructionDiscriminator, index$9_setPriceStruct as setPriceStruct, index$9_setSolPriceInstructionDiscriminator as setSolPriceInstructionDiscriminator, index$9_setSolPriceStruct as setSolPriceStruct, transferAdminInstructionDiscriminator$1 as transferAdminInstructionDiscriminator, transferAdminStruct$1 as transferAdminStruct };
11861
- }
11862
-
11863
- type index$8_GetFeeParams = GetFeeParams;
11864
- type index$8_InitPriceFeedParams = InitPriceFeedParams;
11865
- type index$8_ModelType = ModelType;
11866
- type index$8_ModelTypeRecord = ModelTypeRecord;
11867
- type index$8_Price = Price;
11868
- type index$8_PriceParams = PriceParams;
11869
- type index$8_SetPriceFeedParams = SetPriceFeedParams;
11870
- type index$8_SetPriceParams = SetPriceParams;
11871
- type index$8_SetSolPriceParams = SetSolPriceParams;
11872
- declare const index$8_getFeeParamsBeet: typeof getFeeParamsBeet;
11873
- declare const index$8_initPriceFeedParamsBeet: typeof initPriceFeedParamsBeet;
11874
- declare const index$8_isModelTypeArbitrum: typeof isModelTypeArbitrum;
11875
- declare const index$8_isModelTypeOptimism: typeof isModelTypeOptimism;
11876
- declare const index$8_modelTypeBeet: typeof modelTypeBeet;
11877
- declare const index$8_priceBeet: typeof priceBeet;
11878
- declare const index$8_priceParamsBeet: typeof priceParamsBeet;
11879
- declare const index$8_setPriceFeedParamsBeet: typeof setPriceFeedParamsBeet;
11880
- declare const index$8_setPriceParamsBeet: typeof setPriceParamsBeet;
11881
- declare const index$8_setSolPriceParamsBeet: typeof setSolPriceParamsBeet;
11882
- declare namespace index$8 {
11883
- export { type index$8_GetFeeParams as GetFeeParams, type index$8_InitPriceFeedParams as InitPriceFeedParams, type index$8_ModelType as ModelType, type index$8_ModelTypeRecord as ModelTypeRecord, type index$8_Price as Price, type index$8_PriceParams as PriceParams, type index$8_SetPriceFeedParams as SetPriceFeedParams, type index$8_SetPriceParams as SetPriceParams, type index$8_SetSolPriceParams as SetSolPriceParams, type TransferAdminParams$1 as TransferAdminParams, index$8_getFeeParamsBeet as getFeeParamsBeet, index$8_initPriceFeedParamsBeet as initPriceFeedParamsBeet, index$8_isModelTypeArbitrum as isModelTypeArbitrum, index$8_isModelTypeOptimism as isModelTypeOptimism, index$8_modelTypeBeet as modelTypeBeet, index$8_priceBeet as priceBeet, index$8_priceParamsBeet as priceParamsBeet, index$8_setPriceFeedParamsBeet as setPriceFeedParamsBeet, index$8_setPriceParamsBeet as setPriceParamsBeet, index$8_setSolPriceParamsBeet as setSolPriceParamsBeet, transferAdminParamsBeet$1 as transferAdminParamsBeet };
11839
+ type index$b_GetFeeInstructionAccounts = GetFeeInstructionAccounts;
11840
+ type index$b_GetFeeInstructionArgs = GetFeeInstructionArgs;
11841
+ type index$b_InitPriceFeedInstructionAccounts = InitPriceFeedInstructionAccounts;
11842
+ type index$b_InitPriceFeedInstructionArgs = InitPriceFeedInstructionArgs;
11843
+ type index$b_SetPriceFeedInstructionAccounts = SetPriceFeedInstructionAccounts;
11844
+ type index$b_SetPriceFeedInstructionArgs = SetPriceFeedInstructionArgs;
11845
+ type index$b_SetPriceInstructionAccounts = SetPriceInstructionAccounts;
11846
+ type index$b_SetPriceInstructionArgs = SetPriceInstructionArgs;
11847
+ type index$b_SetSolPriceInstructionAccounts = SetSolPriceInstructionAccounts;
11848
+ type index$b_SetSolPriceInstructionArgs = SetSolPriceInstructionArgs;
11849
+ declare const index$b_createGetFeeInstruction: typeof createGetFeeInstruction;
11850
+ declare const index$b_createGetFeeInstructionAccounts: typeof createGetFeeInstructionAccounts;
11851
+ declare const index$b_createInitPriceFeedInstruction: typeof createInitPriceFeedInstruction;
11852
+ declare const index$b_createInitPriceFeedInstructionAccounts: typeof createInitPriceFeedInstructionAccounts;
11853
+ declare const index$b_createSetPriceFeedInstruction: typeof createSetPriceFeedInstruction;
11854
+ declare const index$b_createSetPriceFeedInstructionAccounts: typeof createSetPriceFeedInstructionAccounts;
11855
+ declare const index$b_createSetPriceInstruction: typeof createSetPriceInstruction;
11856
+ declare const index$b_createSetPriceInstructionAccounts: typeof createSetPriceInstructionAccounts;
11857
+ declare const index$b_createSetSolPriceInstruction: typeof createSetSolPriceInstruction;
11858
+ declare const index$b_createSetSolPriceInstructionAccounts: typeof createSetSolPriceInstructionAccounts;
11859
+ declare const index$b_getFeeInstructionDiscriminator: typeof getFeeInstructionDiscriminator;
11860
+ declare const index$b_getFeeStruct: typeof getFeeStruct;
11861
+ declare const index$b_initPriceFeedInstructionDiscriminator: typeof initPriceFeedInstructionDiscriminator;
11862
+ declare const index$b_initPriceFeedStruct: typeof initPriceFeedStruct;
11863
+ declare const index$b_setPriceFeedInstructionDiscriminator: typeof setPriceFeedInstructionDiscriminator;
11864
+ declare const index$b_setPriceFeedStruct: typeof setPriceFeedStruct;
11865
+ declare const index$b_setPriceInstructionDiscriminator: typeof setPriceInstructionDiscriminator;
11866
+ declare const index$b_setPriceStruct: typeof setPriceStruct;
11867
+ declare const index$b_setSolPriceInstructionDiscriminator: typeof setSolPriceInstructionDiscriminator;
11868
+ declare const index$b_setSolPriceStruct: typeof setSolPriceStruct;
11869
+ declare namespace index$b {
11870
+ export { type index$b_GetFeeInstructionAccounts as GetFeeInstructionAccounts, type index$b_GetFeeInstructionArgs as GetFeeInstructionArgs, type index$b_InitPriceFeedInstructionAccounts as InitPriceFeedInstructionAccounts, type index$b_InitPriceFeedInstructionArgs as InitPriceFeedInstructionArgs, type index$b_SetPriceFeedInstructionAccounts as SetPriceFeedInstructionAccounts, type index$b_SetPriceFeedInstructionArgs as SetPriceFeedInstructionArgs, type index$b_SetPriceInstructionAccounts as SetPriceInstructionAccounts, type index$b_SetPriceInstructionArgs as SetPriceInstructionArgs, type index$b_SetSolPriceInstructionAccounts as SetSolPriceInstructionAccounts, type index$b_SetSolPriceInstructionArgs as SetSolPriceInstructionArgs, type TransferAdminInstructionAccounts$1 as TransferAdminInstructionAccounts, type TransferAdminInstructionArgs$1 as TransferAdminInstructionArgs, index$b_createGetFeeInstruction as createGetFeeInstruction, index$b_createGetFeeInstructionAccounts as createGetFeeInstructionAccounts, index$b_createInitPriceFeedInstruction as createInitPriceFeedInstruction, index$b_createInitPriceFeedInstructionAccounts as createInitPriceFeedInstructionAccounts, index$b_createSetPriceFeedInstruction as createSetPriceFeedInstruction, index$b_createSetPriceFeedInstructionAccounts as createSetPriceFeedInstructionAccounts, index$b_createSetPriceInstruction as createSetPriceInstruction, index$b_createSetPriceInstructionAccounts as createSetPriceInstructionAccounts, index$b_createSetSolPriceInstruction as createSetSolPriceInstruction, index$b_createSetSolPriceInstructionAccounts as createSetSolPriceInstructionAccounts, createTransferAdminInstruction$1 as createTransferAdminInstruction, createTransferAdminInstructionAccounts$1 as createTransferAdminInstructionAccounts, index$b_getFeeInstructionDiscriminator as getFeeInstructionDiscriminator, index$b_getFeeStruct as getFeeStruct, index$b_initPriceFeedInstructionDiscriminator as initPriceFeedInstructionDiscriminator, index$b_initPriceFeedStruct as initPriceFeedStruct, index$b_setPriceFeedInstructionDiscriminator as setPriceFeedInstructionDiscriminator, index$b_setPriceFeedStruct as setPriceFeedStruct, index$b_setPriceInstructionDiscriminator as setPriceInstructionDiscriminator, index$b_setPriceStruct as setPriceStruct, index$b_setSolPriceInstructionDiscriminator as setSolPriceInstructionDiscriminator, index$b_setSolPriceStruct as setSolPriceStruct, transferAdminInstructionDiscriminator$1 as transferAdminInstructionDiscriminator, transferAdminStruct$1 as transferAdminStruct };
11871
+ }
11872
+
11873
+ type index$a_GetFeeParams = GetFeeParams;
11874
+ type index$a_InitPriceFeedParams = InitPriceFeedParams;
11875
+ type index$a_ModelType = ModelType;
11876
+ type index$a_ModelTypeRecord = ModelTypeRecord;
11877
+ type index$a_Price = Price;
11878
+ type index$a_PriceParams = PriceParams;
11879
+ type index$a_SetPriceFeedParams = SetPriceFeedParams;
11880
+ type index$a_SetPriceParams = SetPriceParams;
11881
+ type index$a_SetSolPriceParams = SetSolPriceParams;
11882
+ declare const index$a_getFeeParamsBeet: typeof getFeeParamsBeet;
11883
+ declare const index$a_initPriceFeedParamsBeet: typeof initPriceFeedParamsBeet;
11884
+ declare const index$a_isModelTypeArbitrum: typeof isModelTypeArbitrum;
11885
+ declare const index$a_isModelTypeOptimism: typeof isModelTypeOptimism;
11886
+ declare const index$a_modelTypeBeet: typeof modelTypeBeet;
11887
+ declare const index$a_priceBeet: typeof priceBeet;
11888
+ declare const index$a_priceParamsBeet: typeof priceParamsBeet;
11889
+ declare const index$a_setPriceFeedParamsBeet: typeof setPriceFeedParamsBeet;
11890
+ declare const index$a_setPriceParamsBeet: typeof setPriceParamsBeet;
11891
+ declare const index$a_setSolPriceParamsBeet: typeof setSolPriceParamsBeet;
11892
+ declare namespace index$a {
11893
+ export { type index$a_GetFeeParams as GetFeeParams, type index$a_InitPriceFeedParams as InitPriceFeedParams, type index$a_ModelType as ModelType, type index$a_ModelTypeRecord as ModelTypeRecord, type index$a_Price as Price, type index$a_PriceParams as PriceParams, type index$a_SetPriceFeedParams as SetPriceFeedParams, type index$a_SetPriceParams as SetPriceParams, type index$a_SetSolPriceParams as SetSolPriceParams, type TransferAdminParams$1 as TransferAdminParams, index$a_getFeeParamsBeet as getFeeParamsBeet, index$a_initPriceFeedParamsBeet as initPriceFeedParamsBeet, index$a_isModelTypeArbitrum as isModelTypeArbitrum, index$a_isModelTypeOptimism as isModelTypeOptimism, index$a_modelTypeBeet as modelTypeBeet, index$a_priceBeet as priceBeet, index$a_priceParamsBeet as priceParamsBeet, index$a_setPriceFeedParamsBeet as setPriceFeedParamsBeet, index$a_setPriceParamsBeet as setPriceParamsBeet, index$a_setSolPriceParamsBeet as setSolPriceParamsBeet, transferAdminParamsBeet$1 as transferAdminParamsBeet };
11884
11894
  }
11885
11895
 
11886
11896
  /**
@@ -11906,7 +11916,7 @@ declare class PriceFeed {
11906
11916
  type pricefeed_PriceFeed = PriceFeed;
11907
11917
  declare const pricefeed_PriceFeed: typeof PriceFeed;
11908
11918
  declare namespace pricefeed {
11909
- export { PROGRAM_ID$3 as PROGRAM_ID, pricefeed_PriceFeed as PriceFeed, index$a as accounts, index$9 as instructions, index$8 as types };
11919
+ export { PROGRAM_ID$3 as PROGRAM_ID, pricefeed_PriceFeed as PriceFeed, index$c as accounts, index$b as instructions, index$a as types };
11910
11920
  }
11911
11921
 
11912
11922
  /**
@@ -12308,23 +12318,23 @@ declare const accountProviders$1: {
12308
12318
  ReceiveConfig: typeof ReceiveConfig;
12309
12319
  };
12310
12320
 
12311
- type index$7_DvnConfig = DvnConfig;
12312
- declare const index$7_DvnConfig: typeof DvnConfig;
12313
- type index$7_DvnConfigArgs = DvnConfigArgs;
12314
- type index$7_ExecuteHash = ExecuteHash;
12315
- declare const index$7_ExecuteHash: typeof ExecuteHash;
12316
- type index$7_ExecuteHashArgs = ExecuteHashArgs;
12317
- type index$7_ReceiveConfig = ReceiveConfig;
12318
- declare const index$7_ReceiveConfig: typeof ReceiveConfig;
12319
- type index$7_ReceiveConfigArgs = ReceiveConfigArgs;
12320
- declare const index$7_dvnConfigBeet: typeof dvnConfigBeet;
12321
- declare const index$7_dvnConfigDiscriminator: typeof dvnConfigDiscriminator;
12322
- declare const index$7_executeHashBeet: typeof executeHashBeet;
12323
- declare const index$7_executeHashDiscriminator: typeof executeHashDiscriminator;
12324
- declare const index$7_receiveConfigBeet: typeof receiveConfigBeet;
12325
- declare const index$7_receiveConfigDiscriminator: typeof receiveConfigDiscriminator;
12326
- declare namespace index$7 {
12327
- export { index$7_DvnConfig as DvnConfig, type index$7_DvnConfigArgs as DvnConfigArgs, index$7_ExecuteHash as ExecuteHash, type index$7_ExecuteHashArgs as ExecuteHashArgs, index$7_ReceiveConfig as ReceiveConfig, type index$7_ReceiveConfigArgs as ReceiveConfigArgs, accountProviders$1 as accountProviders, index$7_dvnConfigBeet as dvnConfigBeet, index$7_dvnConfigDiscriminator as dvnConfigDiscriminator, index$7_executeHashBeet as executeHashBeet, index$7_executeHashDiscriminator as executeHashDiscriminator, index$7_receiveConfigBeet as receiveConfigBeet, index$7_receiveConfigDiscriminator as receiveConfigDiscriminator };
12321
+ type index$9_DvnConfig = DvnConfig;
12322
+ declare const index$9_DvnConfig: typeof DvnConfig;
12323
+ type index$9_DvnConfigArgs = DvnConfigArgs;
12324
+ type index$9_ExecuteHash = ExecuteHash;
12325
+ declare const index$9_ExecuteHash: typeof ExecuteHash;
12326
+ type index$9_ExecuteHashArgs = ExecuteHashArgs;
12327
+ type index$9_ReceiveConfig = ReceiveConfig;
12328
+ declare const index$9_ReceiveConfig: typeof ReceiveConfig;
12329
+ type index$9_ReceiveConfigArgs = ReceiveConfigArgs;
12330
+ declare const index$9_dvnConfigBeet: typeof dvnConfigBeet;
12331
+ declare const index$9_dvnConfigDiscriminator: typeof dvnConfigDiscriminator;
12332
+ declare const index$9_executeHashBeet: typeof executeHashBeet;
12333
+ declare const index$9_executeHashDiscriminator: typeof executeHashDiscriminator;
12334
+ declare const index$9_receiveConfigBeet: typeof receiveConfigBeet;
12335
+ declare const index$9_receiveConfigDiscriminator: typeof receiveConfigDiscriminator;
12336
+ declare namespace index$9 {
12337
+ export { index$9_DvnConfig as DvnConfig, type index$9_DvnConfigArgs as DvnConfigArgs, index$9_ExecuteHash as ExecuteHash, type index$9_ExecuteHashArgs as ExecuteHashArgs, index$9_ReceiveConfig as ReceiveConfig, type index$9_ReceiveConfigArgs as ReceiveConfigArgs, accountProviders$1 as accountProviders, index$9_dvnConfigBeet as dvnConfigBeet, index$9_dvnConfigDiscriminator as dvnConfigDiscriminator, index$9_executeHashBeet as executeHashBeet, index$9_executeHashDiscriminator as executeHashDiscriminator, index$9_receiveConfigBeet as receiveConfigBeet, index$9_receiveConfigDiscriminator as receiveConfigDiscriminator };
12328
12338
  }
12329
12339
 
12330
12340
  /**
@@ -12333,10 +12343,10 @@ declare namespace index$7 {
12333
12343
  *
12334
12344
  * See: https://github.com/metaplex-foundation/solita
12335
12345
  */
12336
- type ErrorWithCode$1 = Error & {
12346
+ type ErrorWithCode = Error & {
12337
12347
  code: number;
12338
12348
  };
12339
- type MaybeErrorWithCode$1 = ErrorWithCode$1 | null | undefined;
12349
+ type MaybeErrorWithCode = ErrorWithCode | null | undefined;
12340
12350
  /**
12341
12351
  * InvalidSignatureLen: ''
12342
12352
  *
@@ -12529,50 +12539,52 @@ declare class EidNotSupportedError extends Error {
12529
12539
  * @category Errors
12530
12540
  * @category generated
12531
12541
  */
12532
- declare function errorFromCode$1(code: number): MaybeErrorWithCode$1;
12542
+ declare function errorFromCode(code: number): MaybeErrorWithCode;
12533
12543
  /**
12534
12544
  * Attempts to resolve a custom program error from the provided error name, i.e. 'Unauthorized'.
12535
12545
  * @category Errors
12536
12546
  * @category generated
12537
12547
  */
12538
- declare function errorFromName$1(name: string): MaybeErrorWithCode$1;
12548
+ declare function errorFromName(name: string): MaybeErrorWithCode;
12539
12549
 
12540
- type index$6_DuplicateSignatureError = DuplicateSignatureError;
12541
- declare const index$6_DuplicateSignatureError: typeof DuplicateSignatureError;
12542
- type index$6_EidNotSupportedError = EidNotSupportedError;
12543
- declare const index$6_EidNotSupportedError: typeof EidNotSupportedError;
12544
- type index$6_ExpiredError = ExpiredError;
12545
- declare const index$6_ExpiredError: typeof ExpiredError;
12546
- type index$6_InvalidAmountError = InvalidAmountError;
12547
- declare const index$6_InvalidAmountError: typeof InvalidAmountError;
12548
- type index$6_InvalidQuorumError = InvalidQuorumError;
12549
- declare const index$6_InvalidQuorumError: typeof InvalidQuorumError;
12550
- type index$6_InvalidSignatureLenError = InvalidSignatureLenError;
12551
- declare const index$6_InvalidSignatureLenError: typeof InvalidSignatureLenError;
12552
- type index$6_InvalidSignersLenError = InvalidSignersLenError;
12553
- declare const index$6_InvalidSignersLenError: typeof InvalidSignersLenError;
12554
- type index$6_InvalidVidError = InvalidVidError;
12555
- declare const index$6_InvalidVidError: typeof InvalidVidError;
12556
- type index$6_MsgLibNotAllowedError = MsgLibNotAllowedError;
12557
- declare const index$6_MsgLibNotAllowedError: typeof MsgLibNotAllowedError;
12558
- type index$6_NotAdminError = NotAdminError;
12559
- declare const index$6_NotAdminError: typeof NotAdminError;
12560
- type index$6_PausedError = PausedError;
12561
- declare const index$6_PausedError: typeof PausedError;
12562
- type index$6_SignatureErrorError = SignatureErrorError;
12563
- declare const index$6_SignatureErrorError: typeof SignatureErrorError;
12564
- type index$6_SignerNotInCommitteeError = SignerNotInCommitteeError;
12565
- declare const index$6_SignerNotInCommitteeError: typeof SignerNotInCommitteeError;
12566
- type index$6_TooManyAdminsError = TooManyAdminsError;
12567
- declare const index$6_TooManyAdminsError: typeof TooManyAdminsError;
12568
- type index$6_TooManyOptionTypesError = TooManyOptionTypesError;
12569
- declare const index$6_TooManyOptionTypesError: typeof TooManyOptionTypesError;
12570
- type index$6_UnexpiredExecuteHashError = UnexpiredExecuteHashError;
12571
- declare const index$6_UnexpiredExecuteHashError: typeof UnexpiredExecuteHashError;
12572
- type index$6_UniqueOwnersError = UniqueOwnersError;
12573
- declare const index$6_UniqueOwnersError: typeof UniqueOwnersError;
12574
- declare namespace index$6 {
12575
- export { index$6_DuplicateSignatureError as DuplicateSignatureError, index$6_EidNotSupportedError as EidNotSupportedError, index$6_ExpiredError as ExpiredError, index$6_InvalidAmountError as InvalidAmountError, index$6_InvalidQuorumError as InvalidQuorumError, index$6_InvalidSignatureLenError as InvalidSignatureLenError, index$6_InvalidSignersLenError as InvalidSignersLenError, index$6_InvalidVidError as InvalidVidError, index$6_MsgLibNotAllowedError as MsgLibNotAllowedError, index$6_NotAdminError as NotAdminError, index$6_PausedError as PausedError, index$6_SignatureErrorError as SignatureErrorError, index$6_SignerNotInCommitteeError as SignerNotInCommitteeError, index$6_TooManyAdminsError as TooManyAdminsError, index$6_TooManyOptionTypesError as TooManyOptionTypesError, index$6_UnexpiredExecuteHashError as UnexpiredExecuteHashError, index$6_UniqueOwnersError as UniqueOwnersError, errorFromCode$1 as errorFromCode, errorFromName$1 as errorFromName };
12550
+ type index$8_DuplicateSignatureError = DuplicateSignatureError;
12551
+ declare const index$8_DuplicateSignatureError: typeof DuplicateSignatureError;
12552
+ type index$8_EidNotSupportedError = EidNotSupportedError;
12553
+ declare const index$8_EidNotSupportedError: typeof EidNotSupportedError;
12554
+ type index$8_ExpiredError = ExpiredError;
12555
+ declare const index$8_ExpiredError: typeof ExpiredError;
12556
+ type index$8_InvalidAmountError = InvalidAmountError;
12557
+ declare const index$8_InvalidAmountError: typeof InvalidAmountError;
12558
+ type index$8_InvalidQuorumError = InvalidQuorumError;
12559
+ declare const index$8_InvalidQuorumError: typeof InvalidQuorumError;
12560
+ type index$8_InvalidSignatureLenError = InvalidSignatureLenError;
12561
+ declare const index$8_InvalidSignatureLenError: typeof InvalidSignatureLenError;
12562
+ type index$8_InvalidSignersLenError = InvalidSignersLenError;
12563
+ declare const index$8_InvalidSignersLenError: typeof InvalidSignersLenError;
12564
+ type index$8_InvalidVidError = InvalidVidError;
12565
+ declare const index$8_InvalidVidError: typeof InvalidVidError;
12566
+ type index$8_MsgLibNotAllowedError = MsgLibNotAllowedError;
12567
+ declare const index$8_MsgLibNotAllowedError: typeof MsgLibNotAllowedError;
12568
+ type index$8_NotAdminError = NotAdminError;
12569
+ declare const index$8_NotAdminError: typeof NotAdminError;
12570
+ type index$8_PausedError = PausedError;
12571
+ declare const index$8_PausedError: typeof PausedError;
12572
+ type index$8_SignatureErrorError = SignatureErrorError;
12573
+ declare const index$8_SignatureErrorError: typeof SignatureErrorError;
12574
+ type index$8_SignerNotInCommitteeError = SignerNotInCommitteeError;
12575
+ declare const index$8_SignerNotInCommitteeError: typeof SignerNotInCommitteeError;
12576
+ type index$8_TooManyAdminsError = TooManyAdminsError;
12577
+ declare const index$8_TooManyAdminsError: typeof TooManyAdminsError;
12578
+ type index$8_TooManyOptionTypesError = TooManyOptionTypesError;
12579
+ declare const index$8_TooManyOptionTypesError: typeof TooManyOptionTypesError;
12580
+ type index$8_UnexpiredExecuteHashError = UnexpiredExecuteHashError;
12581
+ declare const index$8_UnexpiredExecuteHashError: typeof UnexpiredExecuteHashError;
12582
+ type index$8_UniqueOwnersError = UniqueOwnersError;
12583
+ declare const index$8_UniqueOwnersError: typeof UniqueOwnersError;
12584
+ declare const index$8_errorFromCode: typeof errorFromCode;
12585
+ declare const index$8_errorFromName: typeof errorFromName;
12586
+ declare namespace index$8 {
12587
+ export { index$8_DuplicateSignatureError as DuplicateSignatureError, index$8_EidNotSupportedError as EidNotSupportedError, index$8_ExpiredError as ExpiredError, index$8_InvalidAmountError as InvalidAmountError, index$8_InvalidQuorumError as InvalidQuorumError, index$8_InvalidSignatureLenError as InvalidSignatureLenError, index$8_InvalidSignersLenError as InvalidSignersLenError, index$8_InvalidVidError as InvalidVidError, index$8_MsgLibNotAllowedError as MsgLibNotAllowedError, index$8_NotAdminError as NotAdminError, index$8_PausedError as PausedError, index$8_SignatureErrorError as SignatureErrorError, index$8_SignerNotInCommitteeError as SignerNotInCommitteeError, index$8_TooManyAdminsError as TooManyAdminsError, index$8_TooManyOptionTypesError as TooManyOptionTypesError, index$8_UnexpiredExecuteHashError as UnexpiredExecuteHashError, index$8_UniqueOwnersError as UniqueOwnersError, index$8_errorFromCode as errorFromCode, index$8_errorFromName as errorFromName };
12576
12588
  }
12577
12589
 
12578
12590
  /**
@@ -13270,50 +13282,50 @@ declare function createWithdrawFeeInstruction(accounts: WithdrawFeeInstructionAc
13270
13282
  */
13271
13283
  declare function createWithdrawFeeInstructionAccounts(accounts: WithdrawFeeInstructionAccounts, programId?: web3.PublicKey): web3.AccountMeta[];
13272
13284
 
13273
- type index$5_CloseExecuteInstructionAccounts = CloseExecuteInstructionAccounts;
13274
- type index$5_CloseExecuteInstructionArgs = CloseExecuteInstructionArgs;
13275
- type index$5_InitDvnInstructionAccounts = InitDvnInstructionAccounts;
13276
- type index$5_InitDvnInstructionArgs = InitDvnInstructionArgs;
13277
- type index$5_InvokeInstructionAccounts = InvokeInstructionAccounts;
13278
- type index$5_InvokeInstructionArgs = InvokeInstructionArgs;
13279
- type index$5_QuoteDvnInstructionAccounts = QuoteDvnInstructionAccounts;
13280
- type index$5_QuoteDvnInstructionArgs = QuoteDvnInstructionArgs;
13281
- type index$5_SetConfigInstructionAccounts = SetConfigInstructionAccounts;
13282
- type index$5_SetConfigInstructionArgs = SetConfigInstructionArgs;
13283
- type index$5_VerifiableInstructionAccounts = VerifiableInstructionAccounts;
13284
- type index$5_VerifiableInstructionArgs = VerifiableInstructionArgs;
13285
- type index$5_WithdrawFeeInstructionAccounts = WithdrawFeeInstructionAccounts;
13286
- type index$5_WithdrawFeeInstructionArgs = WithdrawFeeInstructionArgs;
13287
- declare const index$5_closeExecuteInstructionDiscriminator: typeof closeExecuteInstructionDiscriminator;
13288
- declare const index$5_closeExecuteStruct: typeof closeExecuteStruct;
13289
- declare const index$5_createCloseExecuteInstruction: typeof createCloseExecuteInstruction;
13290
- declare const index$5_createCloseExecuteInstructionAccounts: typeof createCloseExecuteInstructionAccounts;
13291
- declare const index$5_createInitDvnInstruction: typeof createInitDvnInstruction;
13292
- declare const index$5_createInitDvnInstructionAccounts: typeof createInitDvnInstructionAccounts;
13293
- declare const index$5_createInvokeInstruction: typeof createInvokeInstruction;
13294
- declare const index$5_createInvokeInstructionAccounts: typeof createInvokeInstructionAccounts;
13295
- declare const index$5_createQuoteDvnInstruction: typeof createQuoteDvnInstruction;
13296
- declare const index$5_createQuoteDvnInstructionAccounts: typeof createQuoteDvnInstructionAccounts;
13297
- declare const index$5_createSetConfigInstruction: typeof createSetConfigInstruction;
13298
- declare const index$5_createSetConfigInstructionAccounts: typeof createSetConfigInstructionAccounts;
13299
- declare const index$5_createVerifiableInstruction: typeof createVerifiableInstruction;
13300
- declare const index$5_createVerifiableInstructionAccounts: typeof createVerifiableInstructionAccounts;
13301
- declare const index$5_createWithdrawFeeInstruction: typeof createWithdrawFeeInstruction;
13302
- declare const index$5_createWithdrawFeeInstructionAccounts: typeof createWithdrawFeeInstructionAccounts;
13303
- declare const index$5_initDvnInstructionDiscriminator: typeof initDvnInstructionDiscriminator;
13304
- declare const index$5_initDvnStruct: typeof initDvnStruct;
13305
- declare const index$5_invokeInstructionDiscriminator: typeof invokeInstructionDiscriminator;
13306
- declare const index$5_invokeStruct: typeof invokeStruct;
13307
- declare const index$5_quoteDvnInstructionDiscriminator: typeof quoteDvnInstructionDiscriminator;
13308
- declare const index$5_quoteDvnStruct: typeof quoteDvnStruct;
13309
- declare const index$5_setConfigInstructionDiscriminator: typeof setConfigInstructionDiscriminator;
13310
- declare const index$5_setConfigStruct: typeof setConfigStruct;
13311
- declare const index$5_verifiableInstructionDiscriminator: typeof verifiableInstructionDiscriminator;
13312
- declare const index$5_verifiableStruct: typeof verifiableStruct;
13313
- declare const index$5_withdrawFeeInstructionDiscriminator: typeof withdrawFeeInstructionDiscriminator;
13314
- declare const index$5_withdrawFeeStruct: typeof withdrawFeeStruct;
13315
- declare namespace index$5 {
13316
- export { type index$5_CloseExecuteInstructionAccounts as CloseExecuteInstructionAccounts, type index$5_CloseExecuteInstructionArgs as CloseExecuteInstructionArgs, type index$5_InitDvnInstructionAccounts as InitDvnInstructionAccounts, type index$5_InitDvnInstructionArgs as InitDvnInstructionArgs, type index$5_InvokeInstructionAccounts as InvokeInstructionAccounts, type index$5_InvokeInstructionArgs as InvokeInstructionArgs, type index$5_QuoteDvnInstructionAccounts as QuoteDvnInstructionAccounts, type index$5_QuoteDvnInstructionArgs as QuoteDvnInstructionArgs, type index$5_SetConfigInstructionAccounts as SetConfigInstructionAccounts, type index$5_SetConfigInstructionArgs as SetConfigInstructionArgs, type index$5_VerifiableInstructionAccounts as VerifiableInstructionAccounts, type index$5_VerifiableInstructionArgs as VerifiableInstructionArgs, type index$5_WithdrawFeeInstructionAccounts as WithdrawFeeInstructionAccounts, type index$5_WithdrawFeeInstructionArgs as WithdrawFeeInstructionArgs, index$5_closeExecuteInstructionDiscriminator as closeExecuteInstructionDiscriminator, index$5_closeExecuteStruct as closeExecuteStruct, index$5_createCloseExecuteInstruction as createCloseExecuteInstruction, index$5_createCloseExecuteInstructionAccounts as createCloseExecuteInstructionAccounts, index$5_createInitDvnInstruction as createInitDvnInstruction, index$5_createInitDvnInstructionAccounts as createInitDvnInstructionAccounts, index$5_createInvokeInstruction as createInvokeInstruction, index$5_createInvokeInstructionAccounts as createInvokeInstructionAccounts, index$5_createQuoteDvnInstruction as createQuoteDvnInstruction, index$5_createQuoteDvnInstructionAccounts as createQuoteDvnInstructionAccounts, index$5_createSetConfigInstruction as createSetConfigInstruction, index$5_createSetConfigInstructionAccounts as createSetConfigInstructionAccounts, index$5_createVerifiableInstruction as createVerifiableInstruction, index$5_createVerifiableInstructionAccounts as createVerifiableInstructionAccounts, index$5_createWithdrawFeeInstruction as createWithdrawFeeInstruction, index$5_createWithdrawFeeInstructionAccounts as createWithdrawFeeInstructionAccounts, index$5_initDvnInstructionDiscriminator as initDvnInstructionDiscriminator, index$5_initDvnStruct as initDvnStruct, index$5_invokeInstructionDiscriminator as invokeInstructionDiscriminator, index$5_invokeStruct as invokeStruct, index$5_quoteDvnInstructionDiscriminator as quoteDvnInstructionDiscriminator, index$5_quoteDvnStruct as quoteDvnStruct, index$5_setConfigInstructionDiscriminator as setConfigInstructionDiscriminator, index$5_setConfigStruct as setConfigStruct, index$5_verifiableInstructionDiscriminator as verifiableInstructionDiscriminator, index$5_verifiableStruct as verifiableStruct, index$5_withdrawFeeInstructionDiscriminator as withdrawFeeInstructionDiscriminator, index$5_withdrawFeeStruct as withdrawFeeStruct };
13285
+ type index$7_CloseExecuteInstructionAccounts = CloseExecuteInstructionAccounts;
13286
+ type index$7_CloseExecuteInstructionArgs = CloseExecuteInstructionArgs;
13287
+ type index$7_InitDvnInstructionAccounts = InitDvnInstructionAccounts;
13288
+ type index$7_InitDvnInstructionArgs = InitDvnInstructionArgs;
13289
+ type index$7_InvokeInstructionAccounts = InvokeInstructionAccounts;
13290
+ type index$7_InvokeInstructionArgs = InvokeInstructionArgs;
13291
+ type index$7_QuoteDvnInstructionAccounts = QuoteDvnInstructionAccounts;
13292
+ type index$7_QuoteDvnInstructionArgs = QuoteDvnInstructionArgs;
13293
+ type index$7_SetConfigInstructionAccounts = SetConfigInstructionAccounts;
13294
+ type index$7_SetConfigInstructionArgs = SetConfigInstructionArgs;
13295
+ type index$7_VerifiableInstructionAccounts = VerifiableInstructionAccounts;
13296
+ type index$7_VerifiableInstructionArgs = VerifiableInstructionArgs;
13297
+ type index$7_WithdrawFeeInstructionAccounts = WithdrawFeeInstructionAccounts;
13298
+ type index$7_WithdrawFeeInstructionArgs = WithdrawFeeInstructionArgs;
13299
+ declare const index$7_closeExecuteInstructionDiscriminator: typeof closeExecuteInstructionDiscriminator;
13300
+ declare const index$7_closeExecuteStruct: typeof closeExecuteStruct;
13301
+ declare const index$7_createCloseExecuteInstruction: typeof createCloseExecuteInstruction;
13302
+ declare const index$7_createCloseExecuteInstructionAccounts: typeof createCloseExecuteInstructionAccounts;
13303
+ declare const index$7_createInitDvnInstruction: typeof createInitDvnInstruction;
13304
+ declare const index$7_createInitDvnInstructionAccounts: typeof createInitDvnInstructionAccounts;
13305
+ declare const index$7_createInvokeInstruction: typeof createInvokeInstruction;
13306
+ declare const index$7_createInvokeInstructionAccounts: typeof createInvokeInstructionAccounts;
13307
+ declare const index$7_createQuoteDvnInstruction: typeof createQuoteDvnInstruction;
13308
+ declare const index$7_createQuoteDvnInstructionAccounts: typeof createQuoteDvnInstructionAccounts;
13309
+ declare const index$7_createSetConfigInstruction: typeof createSetConfigInstruction;
13310
+ declare const index$7_createSetConfigInstructionAccounts: typeof createSetConfigInstructionAccounts;
13311
+ declare const index$7_createVerifiableInstruction: typeof createVerifiableInstruction;
13312
+ declare const index$7_createVerifiableInstructionAccounts: typeof createVerifiableInstructionAccounts;
13313
+ declare const index$7_createWithdrawFeeInstruction: typeof createWithdrawFeeInstruction;
13314
+ declare const index$7_createWithdrawFeeInstructionAccounts: typeof createWithdrawFeeInstructionAccounts;
13315
+ declare const index$7_initDvnInstructionDiscriminator: typeof initDvnInstructionDiscriminator;
13316
+ declare const index$7_initDvnStruct: typeof initDvnStruct;
13317
+ declare const index$7_invokeInstructionDiscriminator: typeof invokeInstructionDiscriminator;
13318
+ declare const index$7_invokeStruct: typeof invokeStruct;
13319
+ declare const index$7_quoteDvnInstructionDiscriminator: typeof quoteDvnInstructionDiscriminator;
13320
+ declare const index$7_quoteDvnStruct: typeof quoteDvnStruct;
13321
+ declare const index$7_setConfigInstructionDiscriminator: typeof setConfigInstructionDiscriminator;
13322
+ declare const index$7_setConfigStruct: typeof setConfigStruct;
13323
+ declare const index$7_verifiableInstructionDiscriminator: typeof verifiableInstructionDiscriminator;
13324
+ declare const index$7_verifiableStruct: typeof verifiableStruct;
13325
+ declare const index$7_withdrawFeeInstructionDiscriminator: typeof withdrawFeeInstructionDiscriminator;
13326
+ declare const index$7_withdrawFeeStruct: typeof withdrawFeeStruct;
13327
+ declare namespace index$7 {
13328
+ export { type index$7_CloseExecuteInstructionAccounts as CloseExecuteInstructionAccounts, type index$7_CloseExecuteInstructionArgs as CloseExecuteInstructionArgs, type index$7_InitDvnInstructionAccounts as InitDvnInstructionAccounts, type index$7_InitDvnInstructionArgs as InitDvnInstructionArgs, type index$7_InvokeInstructionAccounts as InvokeInstructionAccounts, type index$7_InvokeInstructionArgs as InvokeInstructionArgs, type index$7_QuoteDvnInstructionAccounts as QuoteDvnInstructionAccounts, type index$7_QuoteDvnInstructionArgs as QuoteDvnInstructionArgs, type index$7_SetConfigInstructionAccounts as SetConfigInstructionAccounts, type index$7_SetConfigInstructionArgs as SetConfigInstructionArgs, type index$7_VerifiableInstructionAccounts as VerifiableInstructionAccounts, type index$7_VerifiableInstructionArgs as VerifiableInstructionArgs, type index$7_WithdrawFeeInstructionAccounts as WithdrawFeeInstructionAccounts, type index$7_WithdrawFeeInstructionArgs as WithdrawFeeInstructionArgs, index$7_closeExecuteInstructionDiscriminator as closeExecuteInstructionDiscriminator, index$7_closeExecuteStruct as closeExecuteStruct, index$7_createCloseExecuteInstruction as createCloseExecuteInstruction, index$7_createCloseExecuteInstructionAccounts as createCloseExecuteInstructionAccounts, index$7_createInitDvnInstruction as createInitDvnInstruction, index$7_createInitDvnInstructionAccounts as createInitDvnInstructionAccounts, index$7_createInvokeInstruction as createInvokeInstruction, index$7_createInvokeInstructionAccounts as createInvokeInstructionAccounts, index$7_createQuoteDvnInstruction as createQuoteDvnInstruction, index$7_createQuoteDvnInstructionAccounts as createQuoteDvnInstructionAccounts, index$7_createSetConfigInstruction as createSetConfigInstruction, index$7_createSetConfigInstructionAccounts as createSetConfigInstructionAccounts, index$7_createVerifiableInstruction as createVerifiableInstruction, index$7_createVerifiableInstructionAccounts as createVerifiableInstructionAccounts, index$7_createWithdrawFeeInstruction as createWithdrawFeeInstruction, index$7_createWithdrawFeeInstructionAccounts as createWithdrawFeeInstructionAccounts, index$7_initDvnInstructionDiscriminator as initDvnInstructionDiscriminator, index$7_initDvnStruct as initDvnStruct, index$7_invokeInstructionDiscriminator as invokeInstructionDiscriminator, index$7_invokeStruct as invokeStruct, index$7_quoteDvnInstructionDiscriminator as quoteDvnInstructionDiscriminator, index$7_quoteDvnStruct as quoteDvnStruct, index$7_setConfigInstructionDiscriminator as setConfigInstructionDiscriminator, index$7_setConfigStruct as setConfigStruct, index$7_verifiableInstructionDiscriminator as verifiableInstructionDiscriminator, index$7_verifiableStruct as verifiableStruct, index$7_withdrawFeeInstructionDiscriminator as withdrawFeeInstructionDiscriminator, index$7_withdrawFeeStruct as withdrawFeeStruct };
13317
13329
  }
13318
13330
 
13319
13331
  /**
@@ -13446,56 +13458,56 @@ declare enum VerificationState {
13446
13458
  */
13447
13459
  declare const verificationStateBeet: beet.FixedSizeBeet<VerificationState, VerificationState>;
13448
13460
 
13449
- type index$4_Acl = Acl;
13450
- type index$4_AdminConfig = AdminConfig;
13451
- type index$4_AdminConfigRecord = AdminConfigRecord;
13452
- type index$4_CloseExecuteParams = CloseExecuteParams;
13453
- type index$4_DstConfig = DstConfig;
13454
- type index$4_ExecuteTransactionDigest = ExecuteTransactionDigest;
13455
- type index$4_InitDvnParams = InitDvnParams;
13456
- type index$4_InvokeParams = InvokeParams;
13457
- type index$4_LzOption = LzOption;
13458
- type index$4_Multisig = Multisig;
13459
- type index$4_MultisigConfig = MultisigConfig;
13460
- type index$4_MultisigConfigRecord = MultisigConfigRecord;
13461
- type index$4_QuoteDvnParams = QuoteDvnParams;
13462
- type index$4_SetConfigParams = SetConfigParams;
13463
- type index$4_TransactionAccount = TransactionAccount;
13464
- type index$4_UlnConfig = UlnConfig;
13465
- type index$4_VerifiableParams = VerifiableParams;
13466
- type index$4_VerificationState = VerificationState;
13467
- declare const index$4_VerificationState: typeof VerificationState;
13468
- type index$4_WithdrawFeeParams = WithdrawFeeParams;
13469
- declare const index$4_aclBeet: typeof aclBeet;
13470
- declare const index$4_adminConfigBeet: typeof adminConfigBeet;
13471
- declare const index$4_closeExecuteParamsBeet: typeof closeExecuteParamsBeet;
13472
- declare const index$4_dstConfigBeet: typeof dstConfigBeet;
13473
- declare const index$4_executeTransactionDigestBeet: typeof executeTransactionDigestBeet;
13474
- declare const index$4_initDvnParamsBeet: typeof initDvnParamsBeet;
13475
- declare const index$4_invokeParamsBeet: typeof invokeParamsBeet;
13476
- declare const index$4_isAdminConfigAdmins: typeof isAdminConfigAdmins;
13477
- declare const index$4_isAdminConfigDefaultMultiplierBps: typeof isAdminConfigDefaultMultiplierBps;
13478
- declare const index$4_isAdminConfigDstConfigs: typeof isAdminConfigDstConfigs;
13479
- declare const index$4_isAdminConfigPriceFeed: typeof isAdminConfigPriceFeed;
13480
- declare const index$4_isMultisigConfigAdmins: typeof isMultisigConfigAdmins;
13481
- declare const index$4_isMultisigConfigAllowlist: typeof isMultisigConfigAllowlist;
13482
- declare const index$4_isMultisigConfigDenylist: typeof isMultisigConfigDenylist;
13483
- declare const index$4_isMultisigConfigMsglibs: typeof isMultisigConfigMsglibs;
13484
- declare const index$4_isMultisigConfigPaused: typeof isMultisigConfigPaused;
13485
- declare const index$4_isMultisigConfigQuorum: typeof isMultisigConfigQuorum;
13486
- declare const index$4_isMultisigConfigSigners: typeof isMultisigConfigSigners;
13487
- declare const index$4_lzOptionBeet: typeof lzOptionBeet;
13488
- declare const index$4_multisigBeet: typeof multisigBeet;
13489
- declare const index$4_multisigConfigBeet: typeof multisigConfigBeet;
13490
- declare const index$4_quoteDvnParamsBeet: typeof quoteDvnParamsBeet;
13491
- declare const index$4_setConfigParamsBeet: typeof setConfigParamsBeet;
13492
- declare const index$4_transactionAccountBeet: typeof transactionAccountBeet;
13493
- declare const index$4_ulnConfigBeet: typeof ulnConfigBeet;
13494
- declare const index$4_verifiableParamsBeet: typeof verifiableParamsBeet;
13495
- declare const index$4_verificationStateBeet: typeof verificationStateBeet;
13496
- declare const index$4_withdrawFeeParamsBeet: typeof withdrawFeeParamsBeet;
13497
- declare namespace index$4 {
13498
- export { type index$4_Acl as Acl, type index$4_AdminConfig as AdminConfig, type index$4_AdminConfigRecord as AdminConfigRecord, type index$4_CloseExecuteParams as CloseExecuteParams, type index$4_DstConfig as DstConfig, type index$4_ExecuteTransactionDigest as ExecuteTransactionDigest, type index$4_InitDvnParams as InitDvnParams, type index$4_InvokeParams as InvokeParams, type index$4_LzOption as LzOption, type index$4_Multisig as Multisig, type index$4_MultisigConfig as MultisigConfig, type index$4_MultisigConfigRecord as MultisigConfigRecord, type index$4_QuoteDvnParams as QuoteDvnParams, type index$4_SetConfigParams as SetConfigParams, type index$4_TransactionAccount as TransactionAccount, type index$4_UlnConfig as UlnConfig, type index$4_VerifiableParams as VerifiableParams, index$4_VerificationState as VerificationState, type index$4_WithdrawFeeParams as WithdrawFeeParams, index$4_aclBeet as aclBeet, index$4_adminConfigBeet as adminConfigBeet, index$4_closeExecuteParamsBeet as closeExecuteParamsBeet, index$4_dstConfigBeet as dstConfigBeet, index$4_executeTransactionDigestBeet as executeTransactionDigestBeet, index$4_initDvnParamsBeet as initDvnParamsBeet, index$4_invokeParamsBeet as invokeParamsBeet, index$4_isAdminConfigAdmins as isAdminConfigAdmins, index$4_isAdminConfigDefaultMultiplierBps as isAdminConfigDefaultMultiplierBps, index$4_isAdminConfigDstConfigs as isAdminConfigDstConfigs, index$4_isAdminConfigPriceFeed as isAdminConfigPriceFeed, index$4_isMultisigConfigAdmins as isMultisigConfigAdmins, index$4_isMultisigConfigAllowlist as isMultisigConfigAllowlist, index$4_isMultisigConfigDenylist as isMultisigConfigDenylist, index$4_isMultisigConfigMsglibs as isMultisigConfigMsglibs, index$4_isMultisigConfigPaused as isMultisigConfigPaused, index$4_isMultisigConfigQuorum as isMultisigConfigQuorum, index$4_isMultisigConfigSigners as isMultisigConfigSigners, index$4_lzOptionBeet as lzOptionBeet, index$4_multisigBeet as multisigBeet, index$4_multisigConfigBeet as multisigConfigBeet, index$4_quoteDvnParamsBeet as quoteDvnParamsBeet, index$4_setConfigParamsBeet as setConfigParamsBeet, index$4_transactionAccountBeet as transactionAccountBeet, index$4_ulnConfigBeet as ulnConfigBeet, index$4_verifiableParamsBeet as verifiableParamsBeet, index$4_verificationStateBeet as verificationStateBeet, index$4_withdrawFeeParamsBeet as withdrawFeeParamsBeet };
13461
+ type index$6_Acl = Acl;
13462
+ type index$6_AdminConfig = AdminConfig;
13463
+ type index$6_AdminConfigRecord = AdminConfigRecord;
13464
+ type index$6_CloseExecuteParams = CloseExecuteParams;
13465
+ type index$6_DstConfig = DstConfig;
13466
+ type index$6_ExecuteTransactionDigest = ExecuteTransactionDigest;
13467
+ type index$6_InitDvnParams = InitDvnParams;
13468
+ type index$6_InvokeParams = InvokeParams;
13469
+ type index$6_LzOption = LzOption;
13470
+ type index$6_Multisig = Multisig;
13471
+ type index$6_MultisigConfig = MultisigConfig;
13472
+ type index$6_MultisigConfigRecord = MultisigConfigRecord;
13473
+ type index$6_QuoteDvnParams = QuoteDvnParams;
13474
+ type index$6_SetConfigParams = SetConfigParams;
13475
+ type index$6_TransactionAccount = TransactionAccount;
13476
+ type index$6_UlnConfig = UlnConfig;
13477
+ type index$6_VerifiableParams = VerifiableParams;
13478
+ type index$6_VerificationState = VerificationState;
13479
+ declare const index$6_VerificationState: typeof VerificationState;
13480
+ type index$6_WithdrawFeeParams = WithdrawFeeParams;
13481
+ declare const index$6_aclBeet: typeof aclBeet;
13482
+ declare const index$6_adminConfigBeet: typeof adminConfigBeet;
13483
+ declare const index$6_closeExecuteParamsBeet: typeof closeExecuteParamsBeet;
13484
+ declare const index$6_dstConfigBeet: typeof dstConfigBeet;
13485
+ declare const index$6_executeTransactionDigestBeet: typeof executeTransactionDigestBeet;
13486
+ declare const index$6_initDvnParamsBeet: typeof initDvnParamsBeet;
13487
+ declare const index$6_invokeParamsBeet: typeof invokeParamsBeet;
13488
+ declare const index$6_isAdminConfigAdmins: typeof isAdminConfigAdmins;
13489
+ declare const index$6_isAdminConfigDefaultMultiplierBps: typeof isAdminConfigDefaultMultiplierBps;
13490
+ declare const index$6_isAdminConfigDstConfigs: typeof isAdminConfigDstConfigs;
13491
+ declare const index$6_isAdminConfigPriceFeed: typeof isAdminConfigPriceFeed;
13492
+ declare const index$6_isMultisigConfigAdmins: typeof isMultisigConfigAdmins;
13493
+ declare const index$6_isMultisigConfigAllowlist: typeof isMultisigConfigAllowlist;
13494
+ declare const index$6_isMultisigConfigDenylist: typeof isMultisigConfigDenylist;
13495
+ declare const index$6_isMultisigConfigMsglibs: typeof isMultisigConfigMsglibs;
13496
+ declare const index$6_isMultisigConfigPaused: typeof isMultisigConfigPaused;
13497
+ declare const index$6_isMultisigConfigQuorum: typeof isMultisigConfigQuorum;
13498
+ declare const index$6_isMultisigConfigSigners: typeof isMultisigConfigSigners;
13499
+ declare const index$6_lzOptionBeet: typeof lzOptionBeet;
13500
+ declare const index$6_multisigBeet: typeof multisigBeet;
13501
+ declare const index$6_multisigConfigBeet: typeof multisigConfigBeet;
13502
+ declare const index$6_quoteDvnParamsBeet: typeof quoteDvnParamsBeet;
13503
+ declare const index$6_setConfigParamsBeet: typeof setConfigParamsBeet;
13504
+ declare const index$6_transactionAccountBeet: typeof transactionAccountBeet;
13505
+ declare const index$6_ulnConfigBeet: typeof ulnConfigBeet;
13506
+ declare const index$6_verifiableParamsBeet: typeof verifiableParamsBeet;
13507
+ declare const index$6_verificationStateBeet: typeof verificationStateBeet;
13508
+ declare const index$6_withdrawFeeParamsBeet: typeof withdrawFeeParamsBeet;
13509
+ declare namespace index$6 {
13510
+ export { type index$6_Acl as Acl, type index$6_AdminConfig as AdminConfig, type index$6_AdminConfigRecord as AdminConfigRecord, type index$6_CloseExecuteParams as CloseExecuteParams, type index$6_DstConfig as DstConfig, type index$6_ExecuteTransactionDigest as ExecuteTransactionDigest, type index$6_InitDvnParams as InitDvnParams, type index$6_InvokeParams as InvokeParams, type index$6_LzOption as LzOption, type index$6_Multisig as Multisig, type index$6_MultisigConfig as MultisigConfig, type index$6_MultisigConfigRecord as MultisigConfigRecord, type index$6_QuoteDvnParams as QuoteDvnParams, type index$6_SetConfigParams as SetConfigParams, type index$6_TransactionAccount as TransactionAccount, type index$6_UlnConfig as UlnConfig, type index$6_VerifiableParams as VerifiableParams, index$6_VerificationState as VerificationState, type index$6_WithdrawFeeParams as WithdrawFeeParams, index$6_aclBeet as aclBeet, index$6_adminConfigBeet as adminConfigBeet, index$6_closeExecuteParamsBeet as closeExecuteParamsBeet, index$6_dstConfigBeet as dstConfigBeet, index$6_executeTransactionDigestBeet as executeTransactionDigestBeet, index$6_initDvnParamsBeet as initDvnParamsBeet, index$6_invokeParamsBeet as invokeParamsBeet, index$6_isAdminConfigAdmins as isAdminConfigAdmins, index$6_isAdminConfigDefaultMultiplierBps as isAdminConfigDefaultMultiplierBps, index$6_isAdminConfigDstConfigs as isAdminConfigDstConfigs, index$6_isAdminConfigPriceFeed as isAdminConfigPriceFeed, index$6_isMultisigConfigAdmins as isMultisigConfigAdmins, index$6_isMultisigConfigAllowlist as isMultisigConfigAllowlist, index$6_isMultisigConfigDenylist as isMultisigConfigDenylist, index$6_isMultisigConfigMsglibs as isMultisigConfigMsglibs, index$6_isMultisigConfigPaused as isMultisigConfigPaused, index$6_isMultisigConfigQuorum as isMultisigConfigQuorum, index$6_isMultisigConfigSigners as isMultisigConfigSigners, index$6_lzOptionBeet as lzOptionBeet, index$6_multisigBeet as multisigBeet, index$6_multisigConfigBeet as multisigConfigBeet, index$6_quoteDvnParamsBeet as quoteDvnParamsBeet, index$6_setConfigParamsBeet as setConfigParamsBeet, index$6_transactionAccountBeet as transactionAccountBeet, index$6_ulnConfigBeet as ulnConfigBeet, index$6_verifiableParamsBeet as verifiableParamsBeet, index$6_verificationStateBeet as verificationStateBeet, index$6_withdrawFeeParamsBeet as withdrawFeeParamsBeet };
13499
13511
  }
13500
13512
 
13501
13513
  /**
@@ -13504,7 +13516,7 @@ declare namespace index$4 {
13504
13516
  * @category constants
13505
13517
  * @category generated
13506
13518
  */
13507
- declare const PROGRAM_ADDRESS$2 = "HtEYV4xB4wvsj5fgTkcfuChYpvGYzgzwvNhgDZQNh7wW";
13519
+ declare const PROGRAM_ADDRESS$1 = "HtEYV4xB4wvsj5fgTkcfuChYpvGYzgzwvNhgDZQNh7wW";
13508
13520
  /**
13509
13521
  * Program public key
13510
13522
  *
@@ -13513,147 +13525,149 @@ declare const PROGRAM_ADDRESS$2 = "HtEYV4xB4wvsj5fgTkcfuChYpvGYzgzwvNhgDZQNh7wW"
13513
13525
  */
13514
13526
  declare const PROGRAM_ID$2: PublicKey;
13515
13527
 
13516
- type index$3_Acl = Acl;
13517
- type index$3_AdminConfig = AdminConfig;
13518
- type index$3_AdminConfigRecord = AdminConfigRecord;
13519
- type index$3_CloseExecuteInstructionAccounts = CloseExecuteInstructionAccounts;
13520
- type index$3_CloseExecuteInstructionArgs = CloseExecuteInstructionArgs;
13521
- type index$3_CloseExecuteParams = CloseExecuteParams;
13522
- type index$3_DstConfig = DstConfig;
13523
- type index$3_DuplicateSignatureError = DuplicateSignatureError;
13524
- declare const index$3_DuplicateSignatureError: typeof DuplicateSignatureError;
13525
- type index$3_DvnConfig = DvnConfig;
13526
- declare const index$3_DvnConfig: typeof DvnConfig;
13527
- type index$3_DvnConfigArgs = DvnConfigArgs;
13528
- type index$3_EidNotSupportedError = EidNotSupportedError;
13529
- declare const index$3_EidNotSupportedError: typeof EidNotSupportedError;
13530
- type index$3_ExecuteHash = ExecuteHash;
13531
- declare const index$3_ExecuteHash: typeof ExecuteHash;
13532
- type index$3_ExecuteHashArgs = ExecuteHashArgs;
13533
- type index$3_ExecuteTransactionDigest = ExecuteTransactionDigest;
13534
- type index$3_ExpiredError = ExpiredError;
13535
- declare const index$3_ExpiredError: typeof ExpiredError;
13536
- type index$3_InitDvnInstructionAccounts = InitDvnInstructionAccounts;
13537
- type index$3_InitDvnInstructionArgs = InitDvnInstructionArgs;
13538
- type index$3_InitDvnParams = InitDvnParams;
13539
- type index$3_InvalidAmountError = InvalidAmountError;
13540
- declare const index$3_InvalidAmountError: typeof InvalidAmountError;
13541
- type index$3_InvalidQuorumError = InvalidQuorumError;
13542
- declare const index$3_InvalidQuorumError: typeof InvalidQuorumError;
13543
- type index$3_InvalidSignatureLenError = InvalidSignatureLenError;
13544
- declare const index$3_InvalidSignatureLenError: typeof InvalidSignatureLenError;
13545
- type index$3_InvalidSignersLenError = InvalidSignersLenError;
13546
- declare const index$3_InvalidSignersLenError: typeof InvalidSignersLenError;
13547
- type index$3_InvalidVidError = InvalidVidError;
13548
- declare const index$3_InvalidVidError: typeof InvalidVidError;
13549
- type index$3_InvokeInstructionAccounts = InvokeInstructionAccounts;
13550
- type index$3_InvokeInstructionArgs = InvokeInstructionArgs;
13551
- type index$3_InvokeParams = InvokeParams;
13552
- type index$3_LzOption = LzOption;
13553
- type index$3_MsgLibNotAllowedError = MsgLibNotAllowedError;
13554
- declare const index$3_MsgLibNotAllowedError: typeof MsgLibNotAllowedError;
13555
- type index$3_Multisig = Multisig;
13556
- type index$3_MultisigConfig = MultisigConfig;
13557
- type index$3_MultisigConfigRecord = MultisigConfigRecord;
13558
- type index$3_NotAdminError = NotAdminError;
13559
- declare const index$3_NotAdminError: typeof NotAdminError;
13560
- type index$3_PausedError = PausedError;
13561
- declare const index$3_PausedError: typeof PausedError;
13562
- type index$3_QuoteDvnInstructionAccounts = QuoteDvnInstructionAccounts;
13563
- type index$3_QuoteDvnInstructionArgs = QuoteDvnInstructionArgs;
13564
- type index$3_QuoteDvnParams = QuoteDvnParams;
13565
- type index$3_ReceiveConfig = ReceiveConfig;
13566
- declare const index$3_ReceiveConfig: typeof ReceiveConfig;
13567
- type index$3_ReceiveConfigArgs = ReceiveConfigArgs;
13568
- type index$3_SetConfigInstructionAccounts = SetConfigInstructionAccounts;
13569
- type index$3_SetConfigInstructionArgs = SetConfigInstructionArgs;
13570
- type index$3_SetConfigParams = SetConfigParams;
13571
- type index$3_SignatureErrorError = SignatureErrorError;
13572
- declare const index$3_SignatureErrorError: typeof SignatureErrorError;
13573
- type index$3_SignerNotInCommitteeError = SignerNotInCommitteeError;
13574
- declare const index$3_SignerNotInCommitteeError: typeof SignerNotInCommitteeError;
13575
- type index$3_TooManyAdminsError = TooManyAdminsError;
13576
- declare const index$3_TooManyAdminsError: typeof TooManyAdminsError;
13577
- type index$3_TooManyOptionTypesError = TooManyOptionTypesError;
13578
- declare const index$3_TooManyOptionTypesError: typeof TooManyOptionTypesError;
13579
- type index$3_TransactionAccount = TransactionAccount;
13580
- type index$3_UlnConfig = UlnConfig;
13581
- type index$3_UnexpiredExecuteHashError = UnexpiredExecuteHashError;
13582
- declare const index$3_UnexpiredExecuteHashError: typeof UnexpiredExecuteHashError;
13583
- type index$3_UniqueOwnersError = UniqueOwnersError;
13584
- declare const index$3_UniqueOwnersError: typeof UniqueOwnersError;
13585
- type index$3_VerifiableInstructionAccounts = VerifiableInstructionAccounts;
13586
- type index$3_VerifiableInstructionArgs = VerifiableInstructionArgs;
13587
- type index$3_VerifiableParams = VerifiableParams;
13588
- type index$3_VerificationState = VerificationState;
13589
- declare const index$3_VerificationState: typeof VerificationState;
13590
- type index$3_WithdrawFeeInstructionAccounts = WithdrawFeeInstructionAccounts;
13591
- type index$3_WithdrawFeeInstructionArgs = WithdrawFeeInstructionArgs;
13592
- type index$3_WithdrawFeeParams = WithdrawFeeParams;
13593
- declare const index$3_aclBeet: typeof aclBeet;
13594
- declare const index$3_adminConfigBeet: typeof adminConfigBeet;
13595
- declare const index$3_closeExecuteInstructionDiscriminator: typeof closeExecuteInstructionDiscriminator;
13596
- declare const index$3_closeExecuteParamsBeet: typeof closeExecuteParamsBeet;
13597
- declare const index$3_closeExecuteStruct: typeof closeExecuteStruct;
13598
- declare const index$3_createCloseExecuteInstruction: typeof createCloseExecuteInstruction;
13599
- declare const index$3_createCloseExecuteInstructionAccounts: typeof createCloseExecuteInstructionAccounts;
13600
- declare const index$3_createInitDvnInstruction: typeof createInitDvnInstruction;
13601
- declare const index$3_createInitDvnInstructionAccounts: typeof createInitDvnInstructionAccounts;
13602
- declare const index$3_createInvokeInstruction: typeof createInvokeInstruction;
13603
- declare const index$3_createInvokeInstructionAccounts: typeof createInvokeInstructionAccounts;
13604
- declare const index$3_createQuoteDvnInstruction: typeof createQuoteDvnInstruction;
13605
- declare const index$3_createQuoteDvnInstructionAccounts: typeof createQuoteDvnInstructionAccounts;
13606
- declare const index$3_createSetConfigInstruction: typeof createSetConfigInstruction;
13607
- declare const index$3_createSetConfigInstructionAccounts: typeof createSetConfigInstructionAccounts;
13608
- declare const index$3_createVerifiableInstruction: typeof createVerifiableInstruction;
13609
- declare const index$3_createVerifiableInstructionAccounts: typeof createVerifiableInstructionAccounts;
13610
- declare const index$3_createWithdrawFeeInstruction: typeof createWithdrawFeeInstruction;
13611
- declare const index$3_createWithdrawFeeInstructionAccounts: typeof createWithdrawFeeInstructionAccounts;
13612
- declare const index$3_dstConfigBeet: typeof dstConfigBeet;
13613
- declare const index$3_dvnConfigBeet: typeof dvnConfigBeet;
13614
- declare const index$3_dvnConfigDiscriminator: typeof dvnConfigDiscriminator;
13615
- declare const index$3_executeHashBeet: typeof executeHashBeet;
13616
- declare const index$3_executeHashDiscriminator: typeof executeHashDiscriminator;
13617
- declare const index$3_executeTransactionDigestBeet: typeof executeTransactionDigestBeet;
13618
- declare const index$3_initDvnInstructionDiscriminator: typeof initDvnInstructionDiscriminator;
13619
- declare const index$3_initDvnParamsBeet: typeof initDvnParamsBeet;
13620
- declare const index$3_initDvnStruct: typeof initDvnStruct;
13621
- declare const index$3_invokeInstructionDiscriminator: typeof invokeInstructionDiscriminator;
13622
- declare const index$3_invokeParamsBeet: typeof invokeParamsBeet;
13623
- declare const index$3_invokeStruct: typeof invokeStruct;
13624
- declare const index$3_isAdminConfigAdmins: typeof isAdminConfigAdmins;
13625
- declare const index$3_isAdminConfigDefaultMultiplierBps: typeof isAdminConfigDefaultMultiplierBps;
13626
- declare const index$3_isAdminConfigDstConfigs: typeof isAdminConfigDstConfigs;
13627
- declare const index$3_isAdminConfigPriceFeed: typeof isAdminConfigPriceFeed;
13628
- declare const index$3_isMultisigConfigAdmins: typeof isMultisigConfigAdmins;
13629
- declare const index$3_isMultisigConfigAllowlist: typeof isMultisigConfigAllowlist;
13630
- declare const index$3_isMultisigConfigDenylist: typeof isMultisigConfigDenylist;
13631
- declare const index$3_isMultisigConfigMsglibs: typeof isMultisigConfigMsglibs;
13632
- declare const index$3_isMultisigConfigPaused: typeof isMultisigConfigPaused;
13633
- declare const index$3_isMultisigConfigQuorum: typeof isMultisigConfigQuorum;
13634
- declare const index$3_isMultisigConfigSigners: typeof isMultisigConfigSigners;
13635
- declare const index$3_lzOptionBeet: typeof lzOptionBeet;
13636
- declare const index$3_multisigBeet: typeof multisigBeet;
13637
- declare const index$3_multisigConfigBeet: typeof multisigConfigBeet;
13638
- declare const index$3_quoteDvnInstructionDiscriminator: typeof quoteDvnInstructionDiscriminator;
13639
- declare const index$3_quoteDvnParamsBeet: typeof quoteDvnParamsBeet;
13640
- declare const index$3_quoteDvnStruct: typeof quoteDvnStruct;
13641
- declare const index$3_receiveConfigBeet: typeof receiveConfigBeet;
13642
- declare const index$3_receiveConfigDiscriminator: typeof receiveConfigDiscriminator;
13643
- declare const index$3_setConfigInstructionDiscriminator: typeof setConfigInstructionDiscriminator;
13644
- declare const index$3_setConfigParamsBeet: typeof setConfigParamsBeet;
13645
- declare const index$3_setConfigStruct: typeof setConfigStruct;
13646
- declare const index$3_transactionAccountBeet: typeof transactionAccountBeet;
13647
- declare const index$3_ulnConfigBeet: typeof ulnConfigBeet;
13648
- declare const index$3_verifiableInstructionDiscriminator: typeof verifiableInstructionDiscriminator;
13649
- declare const index$3_verifiableParamsBeet: typeof verifiableParamsBeet;
13650
- declare const index$3_verifiableStruct: typeof verifiableStruct;
13651
- declare const index$3_verificationStateBeet: typeof verificationStateBeet;
13652
- declare const index$3_withdrawFeeInstructionDiscriminator: typeof withdrawFeeInstructionDiscriminator;
13653
- declare const index$3_withdrawFeeParamsBeet: typeof withdrawFeeParamsBeet;
13654
- declare const index$3_withdrawFeeStruct: typeof withdrawFeeStruct;
13655
- declare namespace index$3 {
13656
- export { type index$3_Acl as Acl, type index$3_AdminConfig as AdminConfig, type index$3_AdminConfigRecord as AdminConfigRecord, type index$3_CloseExecuteInstructionAccounts as CloseExecuteInstructionAccounts, type index$3_CloseExecuteInstructionArgs as CloseExecuteInstructionArgs, type index$3_CloseExecuteParams as CloseExecuteParams, type index$3_DstConfig as DstConfig, index$3_DuplicateSignatureError as DuplicateSignatureError, index$3_DvnConfig as DvnConfig, type index$3_DvnConfigArgs as DvnConfigArgs, index$3_EidNotSupportedError as EidNotSupportedError, index$3_ExecuteHash as ExecuteHash, type index$3_ExecuteHashArgs as ExecuteHashArgs, type index$3_ExecuteTransactionDigest as ExecuteTransactionDigest, index$3_ExpiredError as ExpiredError, type index$3_InitDvnInstructionAccounts as InitDvnInstructionAccounts, type index$3_InitDvnInstructionArgs as InitDvnInstructionArgs, type index$3_InitDvnParams as InitDvnParams, index$3_InvalidAmountError as InvalidAmountError, index$3_InvalidQuorumError as InvalidQuorumError, index$3_InvalidSignatureLenError as InvalidSignatureLenError, index$3_InvalidSignersLenError as InvalidSignersLenError, index$3_InvalidVidError as InvalidVidError, type index$3_InvokeInstructionAccounts as InvokeInstructionAccounts, type index$3_InvokeInstructionArgs as InvokeInstructionArgs, type index$3_InvokeParams as InvokeParams, type index$3_LzOption as LzOption, index$3_MsgLibNotAllowedError as MsgLibNotAllowedError, type index$3_Multisig as Multisig, type index$3_MultisigConfig as MultisigConfig, type index$3_MultisigConfigRecord as MultisigConfigRecord, index$3_NotAdminError as NotAdminError, PROGRAM_ADDRESS$2 as PROGRAM_ADDRESS, PROGRAM_ID$2 as PROGRAM_ID, index$3_PausedError as PausedError, type index$3_QuoteDvnInstructionAccounts as QuoteDvnInstructionAccounts, type index$3_QuoteDvnInstructionArgs as QuoteDvnInstructionArgs, type index$3_QuoteDvnParams as QuoteDvnParams, index$3_ReceiveConfig as ReceiveConfig, type index$3_ReceiveConfigArgs as ReceiveConfigArgs, type index$3_SetConfigInstructionAccounts as SetConfigInstructionAccounts, type index$3_SetConfigInstructionArgs as SetConfigInstructionArgs, type index$3_SetConfigParams as SetConfigParams, index$3_SignatureErrorError as SignatureErrorError, index$3_SignerNotInCommitteeError as SignerNotInCommitteeError, index$3_TooManyAdminsError as TooManyAdminsError, index$3_TooManyOptionTypesError as TooManyOptionTypesError, type index$3_TransactionAccount as TransactionAccount, type index$3_UlnConfig as UlnConfig, index$3_UnexpiredExecuteHashError as UnexpiredExecuteHashError, index$3_UniqueOwnersError as UniqueOwnersError, type index$3_VerifiableInstructionAccounts as VerifiableInstructionAccounts, type index$3_VerifiableInstructionArgs as VerifiableInstructionArgs, type index$3_VerifiableParams as VerifiableParams, index$3_VerificationState as VerificationState, type index$3_WithdrawFeeInstructionAccounts as WithdrawFeeInstructionAccounts, type index$3_WithdrawFeeInstructionArgs as WithdrawFeeInstructionArgs, type index$3_WithdrawFeeParams as WithdrawFeeParams, accountProviders$1 as accountProviders, index$3_aclBeet as aclBeet, index$3_adminConfigBeet as adminConfigBeet, index$3_closeExecuteInstructionDiscriminator as closeExecuteInstructionDiscriminator, index$3_closeExecuteParamsBeet as closeExecuteParamsBeet, index$3_closeExecuteStruct as closeExecuteStruct, index$3_createCloseExecuteInstruction as createCloseExecuteInstruction, index$3_createCloseExecuteInstructionAccounts as createCloseExecuteInstructionAccounts, index$3_createInitDvnInstruction as createInitDvnInstruction, index$3_createInitDvnInstructionAccounts as createInitDvnInstructionAccounts, index$3_createInvokeInstruction as createInvokeInstruction, index$3_createInvokeInstructionAccounts as createInvokeInstructionAccounts, index$3_createQuoteDvnInstruction as createQuoteDvnInstruction, index$3_createQuoteDvnInstructionAccounts as createQuoteDvnInstructionAccounts, index$3_createSetConfigInstruction as createSetConfigInstruction, index$3_createSetConfigInstructionAccounts as createSetConfigInstructionAccounts, index$3_createVerifiableInstruction as createVerifiableInstruction, index$3_createVerifiableInstructionAccounts as createVerifiableInstructionAccounts, index$3_createWithdrawFeeInstruction as createWithdrawFeeInstruction, index$3_createWithdrawFeeInstructionAccounts as createWithdrawFeeInstructionAccounts, index$3_dstConfigBeet as dstConfigBeet, index$3_dvnConfigBeet as dvnConfigBeet, index$3_dvnConfigDiscriminator as dvnConfigDiscriminator, errorFromCode$1 as errorFromCode, errorFromName$1 as errorFromName, index$3_executeHashBeet as executeHashBeet, index$3_executeHashDiscriminator as executeHashDiscriminator, index$3_executeTransactionDigestBeet as executeTransactionDigestBeet, index$3_initDvnInstructionDiscriminator as initDvnInstructionDiscriminator, index$3_initDvnParamsBeet as initDvnParamsBeet, index$3_initDvnStruct as initDvnStruct, index$3_invokeInstructionDiscriminator as invokeInstructionDiscriminator, index$3_invokeParamsBeet as invokeParamsBeet, index$3_invokeStruct as invokeStruct, index$3_isAdminConfigAdmins as isAdminConfigAdmins, index$3_isAdminConfigDefaultMultiplierBps as isAdminConfigDefaultMultiplierBps, index$3_isAdminConfigDstConfigs as isAdminConfigDstConfigs, index$3_isAdminConfigPriceFeed as isAdminConfigPriceFeed, index$3_isMultisigConfigAdmins as isMultisigConfigAdmins, index$3_isMultisigConfigAllowlist as isMultisigConfigAllowlist, index$3_isMultisigConfigDenylist as isMultisigConfigDenylist, index$3_isMultisigConfigMsglibs as isMultisigConfigMsglibs, index$3_isMultisigConfigPaused as isMultisigConfigPaused, index$3_isMultisigConfigQuorum as isMultisigConfigQuorum, index$3_isMultisigConfigSigners as isMultisigConfigSigners, index$3_lzOptionBeet as lzOptionBeet, index$3_multisigBeet as multisigBeet, index$3_multisigConfigBeet as multisigConfigBeet, index$3_quoteDvnInstructionDiscriminator as quoteDvnInstructionDiscriminator, index$3_quoteDvnParamsBeet as quoteDvnParamsBeet, index$3_quoteDvnStruct as quoteDvnStruct, index$3_receiveConfigBeet as receiveConfigBeet, index$3_receiveConfigDiscriminator as receiveConfigDiscriminator, index$3_setConfigInstructionDiscriminator as setConfigInstructionDiscriminator, index$3_setConfigParamsBeet as setConfigParamsBeet, index$3_setConfigStruct as setConfigStruct, index$3_transactionAccountBeet as transactionAccountBeet, index$3_ulnConfigBeet as ulnConfigBeet, index$3_verifiableInstructionDiscriminator as verifiableInstructionDiscriminator, index$3_verifiableParamsBeet as verifiableParamsBeet, index$3_verifiableStruct as verifiableStruct, index$3_verificationStateBeet as verificationStateBeet, index$3_withdrawFeeInstructionDiscriminator as withdrawFeeInstructionDiscriminator, index$3_withdrawFeeParamsBeet as withdrawFeeParamsBeet, index$3_withdrawFeeStruct as withdrawFeeStruct };
13528
+ type index$5_Acl = Acl;
13529
+ type index$5_AdminConfig = AdminConfig;
13530
+ type index$5_AdminConfigRecord = AdminConfigRecord;
13531
+ type index$5_CloseExecuteInstructionAccounts = CloseExecuteInstructionAccounts;
13532
+ type index$5_CloseExecuteInstructionArgs = CloseExecuteInstructionArgs;
13533
+ type index$5_CloseExecuteParams = CloseExecuteParams;
13534
+ type index$5_DstConfig = DstConfig;
13535
+ type index$5_DuplicateSignatureError = DuplicateSignatureError;
13536
+ declare const index$5_DuplicateSignatureError: typeof DuplicateSignatureError;
13537
+ type index$5_DvnConfig = DvnConfig;
13538
+ declare const index$5_DvnConfig: typeof DvnConfig;
13539
+ type index$5_DvnConfigArgs = DvnConfigArgs;
13540
+ type index$5_EidNotSupportedError = EidNotSupportedError;
13541
+ declare const index$5_EidNotSupportedError: typeof EidNotSupportedError;
13542
+ type index$5_ExecuteHash = ExecuteHash;
13543
+ declare const index$5_ExecuteHash: typeof ExecuteHash;
13544
+ type index$5_ExecuteHashArgs = ExecuteHashArgs;
13545
+ type index$5_ExecuteTransactionDigest = ExecuteTransactionDigest;
13546
+ type index$5_ExpiredError = ExpiredError;
13547
+ declare const index$5_ExpiredError: typeof ExpiredError;
13548
+ type index$5_InitDvnInstructionAccounts = InitDvnInstructionAccounts;
13549
+ type index$5_InitDvnInstructionArgs = InitDvnInstructionArgs;
13550
+ type index$5_InitDvnParams = InitDvnParams;
13551
+ type index$5_InvalidAmountError = InvalidAmountError;
13552
+ declare const index$5_InvalidAmountError: typeof InvalidAmountError;
13553
+ type index$5_InvalidQuorumError = InvalidQuorumError;
13554
+ declare const index$5_InvalidQuorumError: typeof InvalidQuorumError;
13555
+ type index$5_InvalidSignatureLenError = InvalidSignatureLenError;
13556
+ declare const index$5_InvalidSignatureLenError: typeof InvalidSignatureLenError;
13557
+ type index$5_InvalidSignersLenError = InvalidSignersLenError;
13558
+ declare const index$5_InvalidSignersLenError: typeof InvalidSignersLenError;
13559
+ type index$5_InvalidVidError = InvalidVidError;
13560
+ declare const index$5_InvalidVidError: typeof InvalidVidError;
13561
+ type index$5_InvokeInstructionAccounts = InvokeInstructionAccounts;
13562
+ type index$5_InvokeInstructionArgs = InvokeInstructionArgs;
13563
+ type index$5_InvokeParams = InvokeParams;
13564
+ type index$5_LzOption = LzOption;
13565
+ type index$5_MsgLibNotAllowedError = MsgLibNotAllowedError;
13566
+ declare const index$5_MsgLibNotAllowedError: typeof MsgLibNotAllowedError;
13567
+ type index$5_Multisig = Multisig;
13568
+ type index$5_MultisigConfig = MultisigConfig;
13569
+ type index$5_MultisigConfigRecord = MultisigConfigRecord;
13570
+ type index$5_NotAdminError = NotAdminError;
13571
+ declare const index$5_NotAdminError: typeof NotAdminError;
13572
+ type index$5_PausedError = PausedError;
13573
+ declare const index$5_PausedError: typeof PausedError;
13574
+ type index$5_QuoteDvnInstructionAccounts = QuoteDvnInstructionAccounts;
13575
+ type index$5_QuoteDvnInstructionArgs = QuoteDvnInstructionArgs;
13576
+ type index$5_QuoteDvnParams = QuoteDvnParams;
13577
+ type index$5_ReceiveConfig = ReceiveConfig;
13578
+ declare const index$5_ReceiveConfig: typeof ReceiveConfig;
13579
+ type index$5_ReceiveConfigArgs = ReceiveConfigArgs;
13580
+ type index$5_SetConfigInstructionAccounts = SetConfigInstructionAccounts;
13581
+ type index$5_SetConfigInstructionArgs = SetConfigInstructionArgs;
13582
+ type index$5_SetConfigParams = SetConfigParams;
13583
+ type index$5_SignatureErrorError = SignatureErrorError;
13584
+ declare const index$5_SignatureErrorError: typeof SignatureErrorError;
13585
+ type index$5_SignerNotInCommitteeError = SignerNotInCommitteeError;
13586
+ declare const index$5_SignerNotInCommitteeError: typeof SignerNotInCommitteeError;
13587
+ type index$5_TooManyAdminsError = TooManyAdminsError;
13588
+ declare const index$5_TooManyAdminsError: typeof TooManyAdminsError;
13589
+ type index$5_TooManyOptionTypesError = TooManyOptionTypesError;
13590
+ declare const index$5_TooManyOptionTypesError: typeof TooManyOptionTypesError;
13591
+ type index$5_TransactionAccount = TransactionAccount;
13592
+ type index$5_UlnConfig = UlnConfig;
13593
+ type index$5_UnexpiredExecuteHashError = UnexpiredExecuteHashError;
13594
+ declare const index$5_UnexpiredExecuteHashError: typeof UnexpiredExecuteHashError;
13595
+ type index$5_UniqueOwnersError = UniqueOwnersError;
13596
+ declare const index$5_UniqueOwnersError: typeof UniqueOwnersError;
13597
+ type index$5_VerifiableInstructionAccounts = VerifiableInstructionAccounts;
13598
+ type index$5_VerifiableInstructionArgs = VerifiableInstructionArgs;
13599
+ type index$5_VerifiableParams = VerifiableParams;
13600
+ type index$5_VerificationState = VerificationState;
13601
+ declare const index$5_VerificationState: typeof VerificationState;
13602
+ type index$5_WithdrawFeeInstructionAccounts = WithdrawFeeInstructionAccounts;
13603
+ type index$5_WithdrawFeeInstructionArgs = WithdrawFeeInstructionArgs;
13604
+ type index$5_WithdrawFeeParams = WithdrawFeeParams;
13605
+ declare const index$5_aclBeet: typeof aclBeet;
13606
+ declare const index$5_adminConfigBeet: typeof adminConfigBeet;
13607
+ declare const index$5_closeExecuteInstructionDiscriminator: typeof closeExecuteInstructionDiscriminator;
13608
+ declare const index$5_closeExecuteParamsBeet: typeof closeExecuteParamsBeet;
13609
+ declare const index$5_closeExecuteStruct: typeof closeExecuteStruct;
13610
+ declare const index$5_createCloseExecuteInstruction: typeof createCloseExecuteInstruction;
13611
+ declare const index$5_createCloseExecuteInstructionAccounts: typeof createCloseExecuteInstructionAccounts;
13612
+ declare const index$5_createInitDvnInstruction: typeof createInitDvnInstruction;
13613
+ declare const index$5_createInitDvnInstructionAccounts: typeof createInitDvnInstructionAccounts;
13614
+ declare const index$5_createInvokeInstruction: typeof createInvokeInstruction;
13615
+ declare const index$5_createInvokeInstructionAccounts: typeof createInvokeInstructionAccounts;
13616
+ declare const index$5_createQuoteDvnInstruction: typeof createQuoteDvnInstruction;
13617
+ declare const index$5_createQuoteDvnInstructionAccounts: typeof createQuoteDvnInstructionAccounts;
13618
+ declare const index$5_createSetConfigInstruction: typeof createSetConfigInstruction;
13619
+ declare const index$5_createSetConfigInstructionAccounts: typeof createSetConfigInstructionAccounts;
13620
+ declare const index$5_createVerifiableInstruction: typeof createVerifiableInstruction;
13621
+ declare const index$5_createVerifiableInstructionAccounts: typeof createVerifiableInstructionAccounts;
13622
+ declare const index$5_createWithdrawFeeInstruction: typeof createWithdrawFeeInstruction;
13623
+ declare const index$5_createWithdrawFeeInstructionAccounts: typeof createWithdrawFeeInstructionAccounts;
13624
+ declare const index$5_dstConfigBeet: typeof dstConfigBeet;
13625
+ declare const index$5_dvnConfigBeet: typeof dvnConfigBeet;
13626
+ declare const index$5_dvnConfigDiscriminator: typeof dvnConfigDiscriminator;
13627
+ declare const index$5_errorFromCode: typeof errorFromCode;
13628
+ declare const index$5_errorFromName: typeof errorFromName;
13629
+ declare const index$5_executeHashBeet: typeof executeHashBeet;
13630
+ declare const index$5_executeHashDiscriminator: typeof executeHashDiscriminator;
13631
+ declare const index$5_executeTransactionDigestBeet: typeof executeTransactionDigestBeet;
13632
+ declare const index$5_initDvnInstructionDiscriminator: typeof initDvnInstructionDiscriminator;
13633
+ declare const index$5_initDvnParamsBeet: typeof initDvnParamsBeet;
13634
+ declare const index$5_initDvnStruct: typeof initDvnStruct;
13635
+ declare const index$5_invokeInstructionDiscriminator: typeof invokeInstructionDiscriminator;
13636
+ declare const index$5_invokeParamsBeet: typeof invokeParamsBeet;
13637
+ declare const index$5_invokeStruct: typeof invokeStruct;
13638
+ declare const index$5_isAdminConfigAdmins: typeof isAdminConfigAdmins;
13639
+ declare const index$5_isAdminConfigDefaultMultiplierBps: typeof isAdminConfigDefaultMultiplierBps;
13640
+ declare const index$5_isAdminConfigDstConfigs: typeof isAdminConfigDstConfigs;
13641
+ declare const index$5_isAdminConfigPriceFeed: typeof isAdminConfigPriceFeed;
13642
+ declare const index$5_isMultisigConfigAdmins: typeof isMultisigConfigAdmins;
13643
+ declare const index$5_isMultisigConfigAllowlist: typeof isMultisigConfigAllowlist;
13644
+ declare const index$5_isMultisigConfigDenylist: typeof isMultisigConfigDenylist;
13645
+ declare const index$5_isMultisigConfigMsglibs: typeof isMultisigConfigMsglibs;
13646
+ declare const index$5_isMultisigConfigPaused: typeof isMultisigConfigPaused;
13647
+ declare const index$5_isMultisigConfigQuorum: typeof isMultisigConfigQuorum;
13648
+ declare const index$5_isMultisigConfigSigners: typeof isMultisigConfigSigners;
13649
+ declare const index$5_lzOptionBeet: typeof lzOptionBeet;
13650
+ declare const index$5_multisigBeet: typeof multisigBeet;
13651
+ declare const index$5_multisigConfigBeet: typeof multisigConfigBeet;
13652
+ declare const index$5_quoteDvnInstructionDiscriminator: typeof quoteDvnInstructionDiscriminator;
13653
+ declare const index$5_quoteDvnParamsBeet: typeof quoteDvnParamsBeet;
13654
+ declare const index$5_quoteDvnStruct: typeof quoteDvnStruct;
13655
+ declare const index$5_receiveConfigBeet: typeof receiveConfigBeet;
13656
+ declare const index$5_receiveConfigDiscriminator: typeof receiveConfigDiscriminator;
13657
+ declare const index$5_setConfigInstructionDiscriminator: typeof setConfigInstructionDiscriminator;
13658
+ declare const index$5_setConfigParamsBeet: typeof setConfigParamsBeet;
13659
+ declare const index$5_setConfigStruct: typeof setConfigStruct;
13660
+ declare const index$5_transactionAccountBeet: typeof transactionAccountBeet;
13661
+ declare const index$5_ulnConfigBeet: typeof ulnConfigBeet;
13662
+ declare const index$5_verifiableInstructionDiscriminator: typeof verifiableInstructionDiscriminator;
13663
+ declare const index$5_verifiableParamsBeet: typeof verifiableParamsBeet;
13664
+ declare const index$5_verifiableStruct: typeof verifiableStruct;
13665
+ declare const index$5_verificationStateBeet: typeof verificationStateBeet;
13666
+ declare const index$5_withdrawFeeInstructionDiscriminator: typeof withdrawFeeInstructionDiscriminator;
13667
+ declare const index$5_withdrawFeeParamsBeet: typeof withdrawFeeParamsBeet;
13668
+ declare const index$5_withdrawFeeStruct: typeof withdrawFeeStruct;
13669
+ declare namespace index$5 {
13670
+ export { type index$5_Acl as Acl, type index$5_AdminConfig as AdminConfig, type index$5_AdminConfigRecord as AdminConfigRecord, type index$5_CloseExecuteInstructionAccounts as CloseExecuteInstructionAccounts, type index$5_CloseExecuteInstructionArgs as CloseExecuteInstructionArgs, type index$5_CloseExecuteParams as CloseExecuteParams, type index$5_DstConfig as DstConfig, index$5_DuplicateSignatureError as DuplicateSignatureError, index$5_DvnConfig as DvnConfig, type index$5_DvnConfigArgs as DvnConfigArgs, index$5_EidNotSupportedError as EidNotSupportedError, index$5_ExecuteHash as ExecuteHash, type index$5_ExecuteHashArgs as ExecuteHashArgs, type index$5_ExecuteTransactionDigest as ExecuteTransactionDigest, index$5_ExpiredError as ExpiredError, type index$5_InitDvnInstructionAccounts as InitDvnInstructionAccounts, type index$5_InitDvnInstructionArgs as InitDvnInstructionArgs, type index$5_InitDvnParams as InitDvnParams, index$5_InvalidAmountError as InvalidAmountError, index$5_InvalidQuorumError as InvalidQuorumError, index$5_InvalidSignatureLenError as InvalidSignatureLenError, index$5_InvalidSignersLenError as InvalidSignersLenError, index$5_InvalidVidError as InvalidVidError, type index$5_InvokeInstructionAccounts as InvokeInstructionAccounts, type index$5_InvokeInstructionArgs as InvokeInstructionArgs, type index$5_InvokeParams as InvokeParams, type index$5_LzOption as LzOption, index$5_MsgLibNotAllowedError as MsgLibNotAllowedError, type index$5_Multisig as Multisig, type index$5_MultisigConfig as MultisigConfig, type index$5_MultisigConfigRecord as MultisigConfigRecord, index$5_NotAdminError as NotAdminError, PROGRAM_ADDRESS$1 as PROGRAM_ADDRESS, PROGRAM_ID$2 as PROGRAM_ID, index$5_PausedError as PausedError, type index$5_QuoteDvnInstructionAccounts as QuoteDvnInstructionAccounts, type index$5_QuoteDvnInstructionArgs as QuoteDvnInstructionArgs, type index$5_QuoteDvnParams as QuoteDvnParams, index$5_ReceiveConfig as ReceiveConfig, type index$5_ReceiveConfigArgs as ReceiveConfigArgs, type index$5_SetConfigInstructionAccounts as SetConfigInstructionAccounts, type index$5_SetConfigInstructionArgs as SetConfigInstructionArgs, type index$5_SetConfigParams as SetConfigParams, index$5_SignatureErrorError as SignatureErrorError, index$5_SignerNotInCommitteeError as SignerNotInCommitteeError, index$5_TooManyAdminsError as TooManyAdminsError, index$5_TooManyOptionTypesError as TooManyOptionTypesError, type index$5_TransactionAccount as TransactionAccount, type index$5_UlnConfig as UlnConfig, index$5_UnexpiredExecuteHashError as UnexpiredExecuteHashError, index$5_UniqueOwnersError as UniqueOwnersError, type index$5_VerifiableInstructionAccounts as VerifiableInstructionAccounts, type index$5_VerifiableInstructionArgs as VerifiableInstructionArgs, type index$5_VerifiableParams as VerifiableParams, index$5_VerificationState as VerificationState, type index$5_WithdrawFeeInstructionAccounts as WithdrawFeeInstructionAccounts, type index$5_WithdrawFeeInstructionArgs as WithdrawFeeInstructionArgs, type index$5_WithdrawFeeParams as WithdrawFeeParams, accountProviders$1 as accountProviders, index$5_aclBeet as aclBeet, index$5_adminConfigBeet as adminConfigBeet, index$5_closeExecuteInstructionDiscriminator as closeExecuteInstructionDiscriminator, index$5_closeExecuteParamsBeet as closeExecuteParamsBeet, index$5_closeExecuteStruct as closeExecuteStruct, index$5_createCloseExecuteInstruction as createCloseExecuteInstruction, index$5_createCloseExecuteInstructionAccounts as createCloseExecuteInstructionAccounts, index$5_createInitDvnInstruction as createInitDvnInstruction, index$5_createInitDvnInstructionAccounts as createInitDvnInstructionAccounts, index$5_createInvokeInstruction as createInvokeInstruction, index$5_createInvokeInstructionAccounts as createInvokeInstructionAccounts, index$5_createQuoteDvnInstruction as createQuoteDvnInstruction, index$5_createQuoteDvnInstructionAccounts as createQuoteDvnInstructionAccounts, index$5_createSetConfigInstruction as createSetConfigInstruction, index$5_createSetConfigInstructionAccounts as createSetConfigInstructionAccounts, index$5_createVerifiableInstruction as createVerifiableInstruction, index$5_createVerifiableInstructionAccounts as createVerifiableInstructionAccounts, index$5_createWithdrawFeeInstruction as createWithdrawFeeInstruction, index$5_createWithdrawFeeInstructionAccounts as createWithdrawFeeInstructionAccounts, index$5_dstConfigBeet as dstConfigBeet, index$5_dvnConfigBeet as dvnConfigBeet, index$5_dvnConfigDiscriminator as dvnConfigDiscriminator, index$5_errorFromCode as errorFromCode, index$5_errorFromName as errorFromName, index$5_executeHashBeet as executeHashBeet, index$5_executeHashDiscriminator as executeHashDiscriminator, index$5_executeTransactionDigestBeet as executeTransactionDigestBeet, index$5_initDvnInstructionDiscriminator as initDvnInstructionDiscriminator, index$5_initDvnParamsBeet as initDvnParamsBeet, index$5_initDvnStruct as initDvnStruct, index$5_invokeInstructionDiscriminator as invokeInstructionDiscriminator, index$5_invokeParamsBeet as invokeParamsBeet, index$5_invokeStruct as invokeStruct, index$5_isAdminConfigAdmins as isAdminConfigAdmins, index$5_isAdminConfigDefaultMultiplierBps as isAdminConfigDefaultMultiplierBps, index$5_isAdminConfigDstConfigs as isAdminConfigDstConfigs, index$5_isAdminConfigPriceFeed as isAdminConfigPriceFeed, index$5_isMultisigConfigAdmins as isMultisigConfigAdmins, index$5_isMultisigConfigAllowlist as isMultisigConfigAllowlist, index$5_isMultisigConfigDenylist as isMultisigConfigDenylist, index$5_isMultisigConfigMsglibs as isMultisigConfigMsglibs, index$5_isMultisigConfigPaused as isMultisigConfigPaused, index$5_isMultisigConfigQuorum as isMultisigConfigQuorum, index$5_isMultisigConfigSigners as isMultisigConfigSigners, index$5_lzOptionBeet as lzOptionBeet, index$5_multisigBeet as multisigBeet, index$5_multisigConfigBeet as multisigConfigBeet, index$5_quoteDvnInstructionDiscriminator as quoteDvnInstructionDiscriminator, index$5_quoteDvnParamsBeet as quoteDvnParamsBeet, index$5_quoteDvnStruct as quoteDvnStruct, index$5_receiveConfigBeet as receiveConfigBeet, index$5_receiveConfigDiscriminator as receiveConfigDiscriminator, index$5_setConfigInstructionDiscriminator as setConfigInstructionDiscriminator, index$5_setConfigParamsBeet as setConfigParamsBeet, index$5_setConfigStruct as setConfigStruct, index$5_transactionAccountBeet as transactionAccountBeet, index$5_ulnConfigBeet as ulnConfigBeet, index$5_verifiableInstructionDiscriminator as verifiableInstructionDiscriminator, index$5_verifiableParamsBeet as verifiableParamsBeet, index$5_verifiableStruct as verifiableStruct, index$5_verificationStateBeet as verificationStateBeet, index$5_withdrawFeeInstructionDiscriminator as withdrawFeeInstructionDiscriminator, index$5_withdrawFeeParamsBeet as withdrawFeeParamsBeet, index$5_withdrawFeeStruct as withdrawFeeStruct };
13657
13671
  }
13658
13672
 
13659
13673
  /**
@@ -13705,14 +13719,14 @@ type MultisigConfigSetEvent = {
13705
13719
  */
13706
13720
  declare const multisigConfigSetEventBeet: beet.FixableBeetArgsStruct<MultisigConfigSetEvent>;
13707
13721
 
13708
- type index$2_AdminConfigSetEvent = AdminConfigSetEvent;
13709
- type index$2_FeeWithdrawnEvent = FeeWithdrawnEvent;
13710
- type index$2_MultisigConfigSetEvent = MultisigConfigSetEvent;
13711
- declare const index$2_adminConfigSetEventBeet: typeof adminConfigSetEventBeet;
13712
- declare const index$2_feeWithdrawnEventBeet: typeof feeWithdrawnEventBeet;
13713
- declare const index$2_multisigConfigSetEventBeet: typeof multisigConfigSetEventBeet;
13714
- declare namespace index$2 {
13715
- export { type index$2_AdminConfigSetEvent as AdminConfigSetEvent, type index$2_FeeWithdrawnEvent as FeeWithdrawnEvent, type index$2_MultisigConfigSetEvent as MultisigConfigSetEvent, index$2_adminConfigSetEventBeet as adminConfigSetEventBeet, index$2_feeWithdrawnEventBeet as feeWithdrawnEventBeet, index$2_multisigConfigSetEventBeet as multisigConfigSetEventBeet };
13722
+ type index$4_AdminConfigSetEvent = AdminConfigSetEvent;
13723
+ type index$4_FeeWithdrawnEvent = FeeWithdrawnEvent;
13724
+ type index$4_MultisigConfigSetEvent = MultisigConfigSetEvent;
13725
+ declare const index$4_adminConfigSetEventBeet: typeof adminConfigSetEventBeet;
13726
+ declare const index$4_feeWithdrawnEventBeet: typeof feeWithdrawnEventBeet;
13727
+ declare const index$4_multisigConfigSetEventBeet: typeof multisigConfigSetEventBeet;
13728
+ declare namespace index$4 {
13729
+ export { type index$4_AdminConfigSetEvent as AdminConfigSetEvent, type index$4_FeeWithdrawnEvent as FeeWithdrawnEvent, type index$4_MultisigConfigSetEvent as MultisigConfigSetEvent, index$4_adminConfigSetEventBeet as adminConfigSetEventBeet, index$4_feeWithdrawnEventBeet as feeWithdrawnEventBeet, index$4_multisigConfigSetEventBeet as multisigConfigSetEventBeet };
13716
13730
  }
13717
13731
 
13718
13732
  interface SignFunc {
@@ -13764,96 +13778,7 @@ type dvn_SignFunc = SignFunc;
13764
13778
  type dvn_SolanaSignerExt = SolanaSignerExt;
13765
13779
  declare const dvn_SolanaSignerExt: typeof SolanaSignerExt;
13766
13780
  declare namespace dvn {
13767
- export { dvn_DVN as DVN, PROGRAM_ID$2 as PROGRAM_ID, type dvn_SignFunc as SignFunc, dvn_SolanaSignerExt as SolanaSignerExt, index$7 as accounts, index$6 as errors, index$2 as events, index$5 as instructions, index$4 as types };
13768
- }
13769
-
13770
- declare const SOLANA_EID = 1;
13771
- declare const OFT_SEED = "Oft";
13772
- declare enum ConfigType {
13773
- Executor = 1,
13774
- SendUln = 2,
13775
- ReceiveUln = 3
13776
- }
13777
- declare function isAccountInitialized$1(connection: Connection, account: PublicKey, commitmentOrConfig?: Commitment | GetAccountInfoConfig): Promise<boolean>;
13778
- declare function createNonceTx(connection: Connection, nonceAccount: PublicKey, nonceAuthority: PublicKey, instructions: TransactionInstruction[], commitmentOrConfig?: Commitment | GetNonceConfig): Promise<Transaction>;
13779
- declare function createInitAdapterOftIx(payer: PublicKey, admin: PublicKey, mint: PublicKey, lzDelegate: PublicKey, escrow: PublicKey, sharedDecimals?: number, tokenProgram?: PublicKey): Promise<TransactionInstruction>;
13780
- declare function createInitNativeOftIx(payer: PublicKey, admin: PublicKey, mint: PublicKey, oftMintAuthority: PublicKey, lzDelegate: PublicKey, sharedDecimals?: number, tokenProgram?: PublicKey): Promise<TransactionInstruction>;
13781
- declare function createSetPeerIx(admin: PublicKey, oftConfig: PublicKey, dstEid: number, peer: number[]): Promise<TransactionInstruction>;
13782
- declare function createSetDelegateIx(admin: PublicKey, oftConfig: PublicKey, delegate: PublicKey): Promise<TransactionInstruction>;
13783
- declare function createInitSendLibraryIx(signer: PublicKey, oftConfig: PublicKey, dstEid: number): Promise<TransactionInstruction>;
13784
- declare function createInitReceiveLibraryIx(signer: PublicKey, oftConfig: PublicKey, remoteEid: number): Promise<TransactionInstruction>;
13785
- declare function createSetSendLibraryIx(signer: PublicKey, oftConfig: PublicKey, sendLibraryProgram: PublicKey, dstEid: number): Promise<TransactionInstruction>;
13786
- declare function createSetReceiveLibraryIx(signer: PublicKey, oftConfig: PublicKey, receiveLibraryProgram: PublicKey, dstEid: number, gracePeriod: bigint): Promise<TransactionInstruction>;
13787
- declare function createMintToIx(signer: PublicKey, tokenMint: PublicKey, tokenDest: PublicKey, amount: bigint, tokenProgram?: PublicKey): Promise<TransactionInstruction>;
13788
- declare function createSetRateLimitIx(signer: PublicKey, oftConfig: PublicKey, dstEid: number, capacity: bigint, refillPerSecond: bigint, enabled: boolean): Promise<TransactionInstruction>;
13789
- declare function createInitConfigIx(signer: PublicKey, oftConfig: PublicKey, messageLibProgram: PublicKey, dstEid: number): Promise<TransactionInstruction>;
13790
- declare function createSetConfigIx(signer: PublicKey, oftConfig: PublicKey, dstEid: number, configType: ConfigType, config: Uint8Array, messageLibProgram?: PublicKey): Promise<TransactionInstruction>;
13791
- declare function createSetEnforcedOptionsIx(admin: PublicKey, oftConfig: PublicKey, dstEid: number, sendOptions: Uint8Array, sendAndCallOptions: Uint8Array): Promise<TransactionInstruction>;
13792
- declare function createTransferAdminIx(signer: PublicKey, oftConfig: PublicKey, newAdmin: PublicKey): Promise<TransactionInstruction>;
13793
- declare function sendWithUln(connection: Connection, payer: PublicKey, tokenMint: PublicKey, tokenSource: PublicKey, dstEid: number, amountLd: bigint, minAmountLd: bigint, options: Uint8Array, to: number[], nativeFee: bigint, tokenEscrow?: PublicKey | undefined, lzTokenFee?: bigint, tokenProgram?: PublicKey, composeMsg?: Uint8Array | null): Promise<TransactionInstruction>;
13794
- declare function createInitNonceIx(delegate: PublicKey, // payer
13795
- dstEid: number, oftInstance: PublicKey, remoteOappAddr: Uint8Array): Promise<TransactionInstruction>;
13796
- declare function quoteOft(connection: Connection, payer: PublicKey, tokenMint: PublicKey, dstEid: number, amountLd: bigint, minAmountLd: bigint, options: Uint8Array, to: number[], tokenEscrow?: PublicKey | undefined, payInLzToken?: boolean, composeMsg?: Uint8Array | null): Promise<{
13797
- oftLimits: {
13798
- minAmountLd: string;
13799
- maxAmountLd: string;
13800
- };
13801
- oftFeeDetail: {
13802
- feeAmountLd: string;
13803
- description: string;
13804
- };
13805
- oftReceipt: {
13806
- amountSentLd: string;
13807
- amountReceivedLd: string;
13808
- };
13809
- }>;
13810
- declare function quoteWithUln(connection: Connection, payer: PublicKey, tokenMint: PublicKey, dstEid: number, amountLd: bigint, minAmountLd: bigint, options: Uint8Array, to: number[], tokenEscrow?: PublicKey | undefined, payInLzToken?: boolean, composeMsg?: Uint8Array | null): Promise<{
13811
- nativeFee: bigint;
13812
- lzTokenFee: bigint;
13813
- }>;
13814
- declare function createSetMintAuthorityIx(signer: PublicKey, oftInstance: PublicKey, newAuthority: PublicKey | null): Promise<TransactionInstruction>;
13815
- declare function getEndpointConfig(connection: Connection, oftInstance: PublicKey, dstEid: number): Promise<{
13816
- sendLibraryConfig: SendLibraryConfig & {
13817
- ulnSendConfig?: SendConfig;
13818
- };
13819
- receiveLibraryConfig: ReceiveLibraryConfig & {
13820
- ulnReceiveConfig?: ReceiveConfig$1;
13821
- };
13822
- }>;
13823
- declare function getPeerAddress(connection: Connection, oftInstance: PublicKey, dstEid: number): Promise<string>;
13824
- declare function getDelegate(connection: Connection, oftInstance: PublicKey): Promise<PublicKey>;
13825
- declare function getEnforcedOptions(connection: Connection, oftInstance: PublicKey, dstEid: number): Promise<any>;
13826
-
13827
- type OftTools_ConfigType = ConfigType;
13828
- declare const OftTools_ConfigType: typeof ConfigType;
13829
- declare const OftTools_OFT_SEED: typeof OFT_SEED;
13830
- declare const OftTools_SOLANA_EID: typeof SOLANA_EID;
13831
- declare const OftTools_createInitAdapterOftIx: typeof createInitAdapterOftIx;
13832
- declare const OftTools_createInitConfigIx: typeof createInitConfigIx;
13833
- declare const OftTools_createInitNativeOftIx: typeof createInitNativeOftIx;
13834
- declare const OftTools_createInitNonceIx: typeof createInitNonceIx;
13835
- declare const OftTools_createInitReceiveLibraryIx: typeof createInitReceiveLibraryIx;
13836
- declare const OftTools_createInitSendLibraryIx: typeof createInitSendLibraryIx;
13837
- declare const OftTools_createMintToIx: typeof createMintToIx;
13838
- declare const OftTools_createNonceTx: typeof createNonceTx;
13839
- declare const OftTools_createSetConfigIx: typeof createSetConfigIx;
13840
- declare const OftTools_createSetDelegateIx: typeof createSetDelegateIx;
13841
- declare const OftTools_createSetEnforcedOptionsIx: typeof createSetEnforcedOptionsIx;
13842
- declare const OftTools_createSetMintAuthorityIx: typeof createSetMintAuthorityIx;
13843
- declare const OftTools_createSetPeerIx: typeof createSetPeerIx;
13844
- declare const OftTools_createSetRateLimitIx: typeof createSetRateLimitIx;
13845
- declare const OftTools_createSetReceiveLibraryIx: typeof createSetReceiveLibraryIx;
13846
- declare const OftTools_createSetSendLibraryIx: typeof createSetSendLibraryIx;
13847
- declare const OftTools_createTransferAdminIx: typeof createTransferAdminIx;
13848
- declare const OftTools_getDelegate: typeof getDelegate;
13849
- declare const OftTools_getEndpointConfig: typeof getEndpointConfig;
13850
- declare const OftTools_getEnforcedOptions: typeof getEnforcedOptions;
13851
- declare const OftTools_getPeerAddress: typeof getPeerAddress;
13852
- declare const OftTools_quoteOft: typeof quoteOft;
13853
- declare const OftTools_quoteWithUln: typeof quoteWithUln;
13854
- declare const OftTools_sendWithUln: typeof sendWithUln;
13855
- declare namespace OftTools {
13856
- export { OftTools_ConfigType as ConfigType, OftTools_OFT_SEED as OFT_SEED, OftTools_SOLANA_EID as SOLANA_EID, OftTools_createInitAdapterOftIx as createInitAdapterOftIx, OftTools_createInitConfigIx as createInitConfigIx, OftTools_createInitNativeOftIx as createInitNativeOftIx, OftTools_createInitNonceIx as createInitNonceIx, OftTools_createInitReceiveLibraryIx as createInitReceiveLibraryIx, OftTools_createInitSendLibraryIx as createInitSendLibraryIx, OftTools_createMintToIx as createMintToIx, OftTools_createNonceTx as createNonceTx, OftTools_createSetConfigIx as createSetConfigIx, OftTools_createSetDelegateIx as createSetDelegateIx, OftTools_createSetEnforcedOptionsIx as createSetEnforcedOptionsIx, OftTools_createSetMintAuthorityIx as createSetMintAuthorityIx, OftTools_createSetPeerIx as createSetPeerIx, OftTools_createSetRateLimitIx as createSetRateLimitIx, OftTools_createSetReceiveLibraryIx as createSetReceiveLibraryIx, OftTools_createSetSendLibraryIx as createSetSendLibraryIx, OftTools_createTransferAdminIx as createTransferAdminIx, OftTools_getDelegate as getDelegate, OftTools_getEndpointConfig as getEndpointConfig, OftTools_getEnforcedOptions as getEnforcedOptions, OftTools_getPeerAddress as getPeerAddress, isAccountInitialized$1 as isAccountInitialized, OftTools_quoteOft as quoteOft, OftTools_quoteWithUln as quoteWithUln, OftTools_sendWithUln as sendWithUln };
13781
+ export { dvn_DVN as DVN, PROGRAM_ID$2 as PROGRAM_ID, type dvn_SignFunc as SignFunc, dvn_SolanaSignerExt as SolanaSignerExt, index$9 as accounts, index$8 as errors, index$4 as events, index$7 as instructions, index$6 as types };
13857
13782
  }
13858
13783
 
13859
13784
  /**
@@ -14351,138 +14276,30 @@ declare const accountProviders: {
14351
14276
  Peer: typeof Peer;
14352
14277
  };
14353
14278
 
14354
- /**
14355
- * This code was GENERATED using the solita package.
14356
- * Please DO NOT EDIT THIS FILE, instead rerun solita to update it or write a wrapper to add functionality.
14357
- *
14358
- * See: https://github.com/metaplex-foundation/solita
14359
- */
14360
- type ErrorWithCode = Error & {
14361
- code: number;
14362
- };
14363
- type MaybeErrorWithCode = ErrorWithCode | null | undefined;
14364
- /**
14365
- * Unauthorized: ''
14366
- *
14367
- * @category Errors
14368
- * @category generated
14369
- */
14370
- declare class UnauthorizedError extends Error {
14371
- readonly code: number;
14372
- readonly name: string;
14373
- constructor();
14374
- }
14375
- /**
14376
- * InvalidSender: ''
14377
- *
14378
- * @category Errors
14379
- * @category generated
14380
- */
14381
- declare class InvalidSenderError extends Error {
14382
- readonly code: number;
14383
- readonly name: string;
14384
- constructor();
14385
- }
14386
- /**
14387
- * InvalidDecimals: ''
14388
- *
14389
- * @category Errors
14390
- * @category generated
14391
- */
14392
- declare class InvalidDecimalsError extends Error {
14393
- readonly code: number;
14394
- readonly name: string;
14395
- constructor();
14396
- }
14397
- /**
14398
- * SlippageExceeded: ''
14399
- *
14400
- * @category Errors
14401
- * @category generated
14402
- */
14403
- declare class SlippageExceededError extends Error {
14404
- readonly code: number;
14405
- readonly name: string;
14406
- constructor();
14407
- }
14408
- /**
14409
- * InvalidTokenMint: ''
14410
- *
14411
- * @category Errors
14412
- * @category generated
14413
- */
14414
- declare class InvalidTokenMintError extends Error {
14415
- readonly code: number;
14416
- readonly name: string;
14417
- constructor();
14418
- }
14419
- /**
14420
- * InvalidTokenEscrow: ''
14421
- *
14422
- * @category Errors
14423
- * @category generated
14424
- */
14425
- declare class InvalidTokenEscrowError extends Error {
14426
- readonly code: number;
14427
- readonly name: string;
14428
- constructor();
14429
- }
14430
- /**
14431
- * InvalidTokenDest: ''
14432
- *
14433
- * @category Errors
14434
- * @category generated
14435
- */
14436
- declare class InvalidTokenDestError extends Error {
14437
- readonly code: number;
14438
- readonly name: string;
14439
- constructor();
14440
- }
14441
- /**
14442
- * InvalidOptions: ''
14443
- *
14444
- * @category Errors
14445
- * @category generated
14446
- */
14447
- declare class InvalidOptionsError extends Error {
14448
- readonly code: number;
14449
- readonly name: string;
14450
- constructor();
14451
- }
14452
- /**
14453
- * InvalidEndpointProgram: ''
14454
- *
14455
- * @category Errors
14456
- * @category generated
14457
- */
14458
- declare class InvalidEndpointProgramError extends Error {
14459
- readonly code: number;
14460
- readonly name: string;
14461
- constructor();
14462
- }
14463
- /**
14464
- * RateLimitExceeded: ''
14465
- *
14466
- * @category Errors
14467
- * @category generated
14468
- */
14469
- declare class RateLimitExceededError extends Error {
14470
- readonly code: number;
14471
- readonly name: string;
14472
- constructor();
14279
+ type index$3_EnforcedOptions = EnforcedOptions;
14280
+ declare const index$3_EnforcedOptions: typeof EnforcedOptions;
14281
+ type index$3_EnforcedOptionsArgs = EnforcedOptionsArgs;
14282
+ type index$3_LzReceiveTypesAccounts = LzReceiveTypesAccounts;
14283
+ declare const index$3_LzReceiveTypesAccounts: typeof LzReceiveTypesAccounts;
14284
+ type index$3_LzReceiveTypesAccountsArgs = LzReceiveTypesAccountsArgs;
14285
+ type index$3_OftConfig = OftConfig;
14286
+ declare const index$3_OftConfig: typeof OftConfig;
14287
+ type index$3_OftConfigArgs = OftConfigArgs;
14288
+ type index$3_Peer = Peer;
14289
+ declare const index$3_Peer: typeof Peer;
14290
+ type index$3_PeerArgs = PeerArgs;
14291
+ declare const index$3_accountProviders: typeof accountProviders;
14292
+ declare const index$3_enforcedOptionsBeet: typeof enforcedOptionsBeet;
14293
+ declare const index$3_enforcedOptionsDiscriminator: typeof enforcedOptionsDiscriminator;
14294
+ declare const index$3_lzReceiveTypesAccountsBeet: typeof lzReceiveTypesAccountsBeet;
14295
+ declare const index$3_lzReceiveTypesAccountsDiscriminator: typeof lzReceiveTypesAccountsDiscriminator;
14296
+ declare const index$3_oftConfigBeet: typeof oftConfigBeet;
14297
+ declare const index$3_oftConfigDiscriminator: typeof oftConfigDiscriminator;
14298
+ declare const index$3_peerBeet: typeof peerBeet;
14299
+ declare const index$3_peerDiscriminator: typeof peerDiscriminator;
14300
+ declare namespace index$3 {
14301
+ export { index$3_EnforcedOptions as EnforcedOptions, type index$3_EnforcedOptionsArgs as EnforcedOptionsArgs, index$3_LzReceiveTypesAccounts as LzReceiveTypesAccounts, type index$3_LzReceiveTypesAccountsArgs as LzReceiveTypesAccountsArgs, index$3_OftConfig as OftConfig, type index$3_OftConfigArgs as OftConfigArgs, index$3_Peer as Peer, type index$3_PeerArgs as PeerArgs, index$3_accountProviders as accountProviders, index$3_enforcedOptionsBeet as enforcedOptionsBeet, index$3_enforcedOptionsDiscriminator as enforcedOptionsDiscriminator, index$3_lzReceiveTypesAccountsBeet as lzReceiveTypesAccountsBeet, index$3_lzReceiveTypesAccountsDiscriminator as lzReceiveTypesAccountsDiscriminator, index$3_oftConfigBeet as oftConfigBeet, index$3_oftConfigDiscriminator as oftConfigDiscriminator, index$3_peerBeet as peerBeet, index$3_peerDiscriminator as peerDiscriminator };
14473
14302
  }
14474
- /**
14475
- * Attempts to resolve a custom program error from the provided error code.
14476
- * @category Errors
14477
- * @category generated
14478
- */
14479
- declare function errorFromCode(code: number): MaybeErrorWithCode;
14480
- /**
14481
- * Attempts to resolve a custom program error from the provided error name, i.e. 'Unauthorized'.
14482
- * @category Errors
14483
- * @category generated
14484
- */
14485
- declare function errorFromName(name: string): MaybeErrorWithCode;
14486
14303
 
14487
14304
  /**
14488
14305
  * This code was GENERATED using the solita package.
@@ -15664,6 +15481,94 @@ declare function createVersionInstruction$1(programId?: web3.PublicKey): web3.Tr
15664
15481
  */
15665
15482
  declare function createVersionInstructionAccounts$1(programId?: web3.PublicKey): web3.AccountMeta[];
15666
15483
 
15484
+ type index$2_InitAdapterOftInstructionAccounts = InitAdapterOftInstructionAccounts;
15485
+ type index$2_InitAdapterOftInstructionArgs = InitAdapterOftInstructionArgs;
15486
+ type index$2_InitOftInstructionAccounts = InitOftInstructionAccounts;
15487
+ type index$2_InitOftInstructionArgs = InitOftInstructionArgs;
15488
+ type index$2_LzReceiveInstructionAccounts = LzReceiveInstructionAccounts;
15489
+ type index$2_LzReceiveInstructionArgs = LzReceiveInstructionArgs;
15490
+ type index$2_LzReceiveTypesInstructionAccounts = LzReceiveTypesInstructionAccounts;
15491
+ type index$2_LzReceiveTypesInstructionArgs = LzReceiveTypesInstructionArgs;
15492
+ type index$2_MintToInstructionAccounts = MintToInstructionAccounts;
15493
+ type index$2_MintToInstructionArgs = MintToInstructionArgs;
15494
+ type index$2_QuoteInstructionAccounts = QuoteInstructionAccounts;
15495
+ type index$2_QuoteInstructionArgs = QuoteInstructionArgs;
15496
+ type index$2_QuoteOftInstructionAccounts = QuoteOftInstructionAccounts;
15497
+ type index$2_QuoteOftInstructionArgs = QuoteOftInstructionArgs;
15498
+ type index$2_SendInstructionAccounts = SendInstructionAccounts;
15499
+ type index$2_SendInstructionArgs = SendInstructionArgs;
15500
+ type index$2_SetDelegateInstructionAccounts = SetDelegateInstructionAccounts;
15501
+ type index$2_SetDelegateInstructionArgs = SetDelegateInstructionArgs;
15502
+ type index$2_SetEnforcedOptionsInstructionAccounts = SetEnforcedOptionsInstructionAccounts;
15503
+ type index$2_SetEnforcedOptionsInstructionArgs = SetEnforcedOptionsInstructionArgs;
15504
+ type index$2_SetMintAuthorityInstructionAccounts = SetMintAuthorityInstructionAccounts;
15505
+ type index$2_SetMintAuthorityInstructionArgs = SetMintAuthorityInstructionArgs;
15506
+ type index$2_SetPeerInstructionAccounts = SetPeerInstructionAccounts;
15507
+ type index$2_SetPeerInstructionArgs = SetPeerInstructionArgs;
15508
+ type index$2_SetRateLimitInstructionAccounts = SetRateLimitInstructionAccounts;
15509
+ type index$2_SetRateLimitInstructionArgs = SetRateLimitInstructionArgs;
15510
+ type index$2_TransferAdminInstructionAccounts = TransferAdminInstructionAccounts;
15511
+ type index$2_TransferAdminInstructionArgs = TransferAdminInstructionArgs;
15512
+ declare const index$2_createInitAdapterOftInstruction: typeof createInitAdapterOftInstruction;
15513
+ declare const index$2_createInitAdapterOftInstructionAccounts: typeof createInitAdapterOftInstructionAccounts;
15514
+ declare const index$2_createInitOftInstruction: typeof createInitOftInstruction;
15515
+ declare const index$2_createInitOftInstructionAccounts: typeof createInitOftInstructionAccounts;
15516
+ declare const index$2_createLzReceiveInstruction: typeof createLzReceiveInstruction;
15517
+ declare const index$2_createLzReceiveInstructionAccounts: typeof createLzReceiveInstructionAccounts;
15518
+ declare const index$2_createLzReceiveTypesInstruction: typeof createLzReceiveTypesInstruction;
15519
+ declare const index$2_createLzReceiveTypesInstructionAccounts: typeof createLzReceiveTypesInstructionAccounts;
15520
+ declare const index$2_createMintToInstruction: typeof createMintToInstruction;
15521
+ declare const index$2_createMintToInstructionAccounts: typeof createMintToInstructionAccounts;
15522
+ declare const index$2_createQuoteInstruction: typeof createQuoteInstruction;
15523
+ declare const index$2_createQuoteInstructionAccounts: typeof createQuoteInstructionAccounts;
15524
+ declare const index$2_createQuoteOftInstruction: typeof createQuoteOftInstruction;
15525
+ declare const index$2_createQuoteOftInstructionAccounts: typeof createQuoteOftInstructionAccounts;
15526
+ declare const index$2_createSendInstruction: typeof createSendInstruction;
15527
+ declare const index$2_createSendInstructionAccounts: typeof createSendInstructionAccounts;
15528
+ declare const index$2_createSetDelegateInstruction: typeof createSetDelegateInstruction;
15529
+ declare const index$2_createSetDelegateInstructionAccounts: typeof createSetDelegateInstructionAccounts;
15530
+ declare const index$2_createSetEnforcedOptionsInstruction: typeof createSetEnforcedOptionsInstruction;
15531
+ declare const index$2_createSetEnforcedOptionsInstructionAccounts: typeof createSetEnforcedOptionsInstructionAccounts;
15532
+ declare const index$2_createSetMintAuthorityInstruction: typeof createSetMintAuthorityInstruction;
15533
+ declare const index$2_createSetMintAuthorityInstructionAccounts: typeof createSetMintAuthorityInstructionAccounts;
15534
+ declare const index$2_createSetPeerInstruction: typeof createSetPeerInstruction;
15535
+ declare const index$2_createSetPeerInstructionAccounts: typeof createSetPeerInstructionAccounts;
15536
+ declare const index$2_createSetRateLimitInstruction: typeof createSetRateLimitInstruction;
15537
+ declare const index$2_createSetRateLimitInstructionAccounts: typeof createSetRateLimitInstructionAccounts;
15538
+ declare const index$2_createTransferAdminInstruction: typeof createTransferAdminInstruction;
15539
+ declare const index$2_createTransferAdminInstructionAccounts: typeof createTransferAdminInstructionAccounts;
15540
+ declare const index$2_initAdapterOftInstructionDiscriminator: typeof initAdapterOftInstructionDiscriminator;
15541
+ declare const index$2_initAdapterOftStruct: typeof initAdapterOftStruct;
15542
+ declare const index$2_initOftInstructionDiscriminator: typeof initOftInstructionDiscriminator;
15543
+ declare const index$2_initOftStruct: typeof initOftStruct;
15544
+ declare const index$2_lzReceiveInstructionDiscriminator: typeof lzReceiveInstructionDiscriminator;
15545
+ declare const index$2_lzReceiveStruct: typeof lzReceiveStruct;
15546
+ declare const index$2_lzReceiveTypesInstructionDiscriminator: typeof lzReceiveTypesInstructionDiscriminator;
15547
+ declare const index$2_lzReceiveTypesStruct: typeof lzReceiveTypesStruct;
15548
+ declare const index$2_mintToInstructionDiscriminator: typeof mintToInstructionDiscriminator;
15549
+ declare const index$2_mintToStruct: typeof mintToStruct;
15550
+ declare const index$2_quoteInstructionDiscriminator: typeof quoteInstructionDiscriminator;
15551
+ declare const index$2_quoteOftInstructionDiscriminator: typeof quoteOftInstructionDiscriminator;
15552
+ declare const index$2_quoteOftStruct: typeof quoteOftStruct;
15553
+ declare const index$2_quoteStruct: typeof quoteStruct;
15554
+ declare const index$2_sendInstructionDiscriminator: typeof sendInstructionDiscriminator;
15555
+ declare const index$2_sendStruct: typeof sendStruct;
15556
+ declare const index$2_setDelegateInstructionDiscriminator: typeof setDelegateInstructionDiscriminator;
15557
+ declare const index$2_setDelegateStruct: typeof setDelegateStruct;
15558
+ declare const index$2_setEnforcedOptionsInstructionDiscriminator: typeof setEnforcedOptionsInstructionDiscriminator;
15559
+ declare const index$2_setEnforcedOptionsStruct: typeof setEnforcedOptionsStruct;
15560
+ declare const index$2_setMintAuthorityInstructionDiscriminator: typeof setMintAuthorityInstructionDiscriminator;
15561
+ declare const index$2_setMintAuthorityStruct: typeof setMintAuthorityStruct;
15562
+ declare const index$2_setPeerInstructionDiscriminator: typeof setPeerInstructionDiscriminator;
15563
+ declare const index$2_setPeerStruct: typeof setPeerStruct;
15564
+ declare const index$2_setRateLimitInstructionDiscriminator: typeof setRateLimitInstructionDiscriminator;
15565
+ declare const index$2_setRateLimitStruct: typeof setRateLimitStruct;
15566
+ declare const index$2_transferAdminInstructionDiscriminator: typeof transferAdminInstructionDiscriminator;
15567
+ declare const index$2_transferAdminStruct: typeof transferAdminStruct;
15568
+ declare namespace index$2 {
15569
+ export { type index$2_InitAdapterOftInstructionAccounts as InitAdapterOftInstructionAccounts, type index$2_InitAdapterOftInstructionArgs as InitAdapterOftInstructionArgs, type index$2_InitOftInstructionAccounts as InitOftInstructionAccounts, type index$2_InitOftInstructionArgs as InitOftInstructionArgs, type index$2_LzReceiveInstructionAccounts as LzReceiveInstructionAccounts, type index$2_LzReceiveInstructionArgs as LzReceiveInstructionArgs, type index$2_LzReceiveTypesInstructionAccounts as LzReceiveTypesInstructionAccounts, type index$2_LzReceiveTypesInstructionArgs as LzReceiveTypesInstructionArgs, type index$2_MintToInstructionAccounts as MintToInstructionAccounts, type index$2_MintToInstructionArgs as MintToInstructionArgs, type index$2_QuoteInstructionAccounts as QuoteInstructionAccounts, type index$2_QuoteInstructionArgs as QuoteInstructionArgs, type index$2_QuoteOftInstructionAccounts as QuoteOftInstructionAccounts, type index$2_QuoteOftInstructionArgs as QuoteOftInstructionArgs, type index$2_SendInstructionAccounts as SendInstructionAccounts, type index$2_SendInstructionArgs as SendInstructionArgs, type index$2_SetDelegateInstructionAccounts as SetDelegateInstructionAccounts, type index$2_SetDelegateInstructionArgs as SetDelegateInstructionArgs, type index$2_SetEnforcedOptionsInstructionAccounts as SetEnforcedOptionsInstructionAccounts, type index$2_SetEnforcedOptionsInstructionArgs as SetEnforcedOptionsInstructionArgs, type index$2_SetMintAuthorityInstructionAccounts as SetMintAuthorityInstructionAccounts, type index$2_SetMintAuthorityInstructionArgs as SetMintAuthorityInstructionArgs, type index$2_SetPeerInstructionAccounts as SetPeerInstructionAccounts, type index$2_SetPeerInstructionArgs as SetPeerInstructionArgs, type index$2_SetRateLimitInstructionAccounts as SetRateLimitInstructionAccounts, type index$2_SetRateLimitInstructionArgs as SetRateLimitInstructionArgs, type index$2_TransferAdminInstructionAccounts as TransferAdminInstructionAccounts, type index$2_TransferAdminInstructionArgs as TransferAdminInstructionArgs, index$2_createInitAdapterOftInstruction as createInitAdapterOftInstruction, index$2_createInitAdapterOftInstructionAccounts as createInitAdapterOftInstructionAccounts, index$2_createInitOftInstruction as createInitOftInstruction, index$2_createInitOftInstructionAccounts as createInitOftInstructionAccounts, index$2_createLzReceiveInstruction as createLzReceiveInstruction, index$2_createLzReceiveInstructionAccounts as createLzReceiveInstructionAccounts, index$2_createLzReceiveTypesInstruction as createLzReceiveTypesInstruction, index$2_createLzReceiveTypesInstructionAccounts as createLzReceiveTypesInstructionAccounts, index$2_createMintToInstruction as createMintToInstruction, index$2_createMintToInstructionAccounts as createMintToInstructionAccounts, index$2_createQuoteInstruction as createQuoteInstruction, index$2_createQuoteInstructionAccounts as createQuoteInstructionAccounts, index$2_createQuoteOftInstruction as createQuoteOftInstruction, index$2_createQuoteOftInstructionAccounts as createQuoteOftInstructionAccounts, index$2_createSendInstruction as createSendInstruction, index$2_createSendInstructionAccounts as createSendInstructionAccounts, index$2_createSetDelegateInstruction as createSetDelegateInstruction, index$2_createSetDelegateInstructionAccounts as createSetDelegateInstructionAccounts, index$2_createSetEnforcedOptionsInstruction as createSetEnforcedOptionsInstruction, index$2_createSetEnforcedOptionsInstructionAccounts as createSetEnforcedOptionsInstructionAccounts, index$2_createSetMintAuthorityInstruction as createSetMintAuthorityInstruction, index$2_createSetMintAuthorityInstructionAccounts as createSetMintAuthorityInstructionAccounts, index$2_createSetPeerInstruction as createSetPeerInstruction, index$2_createSetPeerInstructionAccounts as createSetPeerInstructionAccounts, index$2_createSetRateLimitInstruction as createSetRateLimitInstruction, index$2_createSetRateLimitInstructionAccounts as createSetRateLimitInstructionAccounts, index$2_createTransferAdminInstruction as createTransferAdminInstruction, index$2_createTransferAdminInstructionAccounts as createTransferAdminInstructionAccounts, createVersionInstruction$1 as createVersionInstruction, createVersionInstructionAccounts$1 as createVersionInstructionAccounts, index$2_initAdapterOftInstructionDiscriminator as initAdapterOftInstructionDiscriminator, index$2_initAdapterOftStruct as initAdapterOftStruct, index$2_initOftInstructionDiscriminator as initOftInstructionDiscriminator, index$2_initOftStruct as initOftStruct, index$2_lzReceiveInstructionDiscriminator as lzReceiveInstructionDiscriminator, index$2_lzReceiveStruct as lzReceiveStruct, index$2_lzReceiveTypesInstructionDiscriminator as lzReceiveTypesInstructionDiscriminator, index$2_lzReceiveTypesStruct as lzReceiveTypesStruct, index$2_mintToInstructionDiscriminator as mintToInstructionDiscriminator, index$2_mintToStruct as mintToStruct, index$2_quoteInstructionDiscriminator as quoteInstructionDiscriminator, index$2_quoteOftInstructionDiscriminator as quoteOftInstructionDiscriminator, index$2_quoteOftStruct as quoteOftStruct, index$2_quoteStruct as quoteStruct, index$2_sendInstructionDiscriminator as sendInstructionDiscriminator, index$2_sendStruct as sendStruct, index$2_setDelegateInstructionDiscriminator as setDelegateInstructionDiscriminator, index$2_setDelegateStruct as setDelegateStruct, index$2_setEnforcedOptionsInstructionDiscriminator as setEnforcedOptionsInstructionDiscriminator, index$2_setEnforcedOptionsStruct as setEnforcedOptionsStruct, index$2_setMintAuthorityInstructionDiscriminator as setMintAuthorityInstructionDiscriminator, index$2_setMintAuthorityStruct as setMintAuthorityStruct, index$2_setPeerInstructionDiscriminator as setPeerInstructionDiscriminator, index$2_setPeerStruct as setPeerStruct, index$2_setRateLimitInstructionDiscriminator as setRateLimitInstructionDiscriminator, index$2_setRateLimitStruct as setRateLimitStruct, index$2_transferAdminInstructionDiscriminator as transferAdminInstructionDiscriminator, index$2_transferAdminStruct as transferAdminStruct, versionInstructionDiscriminator$1 as versionInstructionDiscriminator, versionStruct$1 as versionStruct };
15570
+ }
15571
+
15667
15572
  /**
15668
15573
  * This code was GENERATED using the solita package.
15669
15574
  * Please DO NOT EDIT THIS FILE, instead rerun solita to update it or write a wrapper to add functionality.
@@ -15803,198 +15708,163 @@ type Version = {
15803
15708
  */
15804
15709
  declare const versionBeet: beet.BeetArgsStruct<Version>;
15805
15710
 
15806
- /**
15807
- * Program address
15808
- *
15809
- * @category constants
15810
- * @category generated
15811
- */
15812
- declare const PROGRAM_ADDRESS$1 = "HRPXLCqspQocTjfcX4rvAPaY9q6Gwb1rrD3xXWrfJWdW";
15813
- /**
15814
- * Program public key
15815
- *
15816
- * @category constants
15817
- * @category generated
15818
- */
15819
- declare const PROGRAM_ID$1: PublicKey;
15820
-
15821
- type index$1_EnforcedOptions = EnforcedOptions;
15822
- declare const index$1_EnforcedOptions: typeof EnforcedOptions;
15823
- type index$1_EnforcedOptionsArgs = EnforcedOptionsArgs;
15824
- type index$1_InitAdapterOftInstructionAccounts = InitAdapterOftInstructionAccounts;
15825
- type index$1_InitAdapterOftInstructionArgs = InitAdapterOftInstructionArgs;
15826
15711
  type index$1_InitAdapterOftParams = InitAdapterOftParams;
15827
- type index$1_InitOftInstructionAccounts = InitOftInstructionAccounts;
15828
- type index$1_InitOftInstructionArgs = InitOftInstructionArgs;
15829
15712
  type index$1_InitOftParams = InitOftParams;
15830
- type index$1_InvalidDecimalsError = InvalidDecimalsError;
15831
- declare const index$1_InvalidDecimalsError: typeof InvalidDecimalsError;
15832
- type index$1_InvalidEndpointProgramError = InvalidEndpointProgramError;
15833
- declare const index$1_InvalidEndpointProgramError: typeof InvalidEndpointProgramError;
15834
- type index$1_InvalidOptionsError = InvalidOptionsError;
15835
- declare const index$1_InvalidOptionsError: typeof InvalidOptionsError;
15836
- type index$1_InvalidSenderError = InvalidSenderError;
15837
- declare const index$1_InvalidSenderError: typeof InvalidSenderError;
15838
- type index$1_InvalidTokenDestError = InvalidTokenDestError;
15839
- declare const index$1_InvalidTokenDestError: typeof InvalidTokenDestError;
15840
- type index$1_InvalidTokenEscrowError = InvalidTokenEscrowError;
15841
- declare const index$1_InvalidTokenEscrowError: typeof InvalidTokenEscrowError;
15842
- type index$1_InvalidTokenMintError = InvalidTokenMintError;
15843
- declare const index$1_InvalidTokenMintError: typeof InvalidTokenMintError;
15844
15713
  type index$1_LzAccount = LzAccount;
15845
- type index$1_LzReceiveInstructionAccounts = LzReceiveInstructionAccounts;
15846
- type index$1_LzReceiveInstructionArgs = LzReceiveInstructionArgs;
15847
- type index$1_LzReceiveTypesAccounts = LzReceiveTypesAccounts;
15848
- declare const index$1_LzReceiveTypesAccounts: typeof LzReceiveTypesAccounts;
15849
- type index$1_LzReceiveTypesAccountsArgs = LzReceiveTypesAccountsArgs;
15850
- type index$1_LzReceiveTypesInstructionAccounts = LzReceiveTypesInstructionAccounts;
15851
- type index$1_LzReceiveTypesInstructionArgs = LzReceiveTypesInstructionArgs;
15852
15714
  type index$1_MessagingFee = MessagingFee;
15853
15715
  type index$1_MessagingReceipt = MessagingReceipt;
15854
- type index$1_MintToInstructionAccounts = MintToInstructionAccounts;
15855
- type index$1_MintToInstructionArgs = MintToInstructionArgs;
15856
15716
  type index$1_MintToParams = MintToParams;
15857
15717
  type index$1_OFTFeeDetail = OFTFeeDetail;
15858
15718
  type index$1_OFTLimits = OFTLimits;
15859
15719
  type index$1_OFTReceipt = OFTReceipt;
15860
- type index$1_OftConfig = OftConfig;
15861
- declare const index$1_OftConfig: typeof OftConfig;
15862
- type index$1_OftConfigArgs = OftConfigArgs;
15863
15720
  type index$1_OftConfigExt = OftConfigExt;
15864
15721
  type index$1_OftConfigExtRecord = OftConfigExtRecord;
15865
- type index$1_Peer = Peer;
15866
- declare const index$1_Peer: typeof Peer;
15867
- type index$1_PeerArgs = PeerArgs;
15868
- type index$1_QuoteInstructionAccounts = QuoteInstructionAccounts;
15869
- type index$1_QuoteInstructionArgs = QuoteInstructionArgs;
15870
- type index$1_QuoteOftInstructionAccounts = QuoteOftInstructionAccounts;
15871
- type index$1_QuoteOftInstructionArgs = QuoteOftInstructionArgs;
15872
15722
  type index$1_QuoteOftParams = QuoteOftParams;
15873
15723
  type index$1_QuoteOftResult = QuoteOftResult;
15874
15724
  type index$1_QuoteParams = QuoteParams;
15875
- type index$1_RateLimitExceededError = RateLimitExceededError;
15876
- declare const index$1_RateLimitExceededError: typeof RateLimitExceededError;
15877
15725
  type index$1_RateLimiter = RateLimiter;
15878
- type index$1_SendInstructionAccounts = SendInstructionAccounts;
15879
- type index$1_SendInstructionArgs = SendInstructionArgs;
15880
15726
  type index$1_SendParams = SendParams;
15881
- type index$1_SetDelegateInstructionAccounts = SetDelegateInstructionAccounts;
15882
- type index$1_SetDelegateInstructionArgs = SetDelegateInstructionArgs;
15883
15727
  type index$1_SetDelegateParams = SetDelegateParams;
15884
- type index$1_SetEnforcedOptionsInstructionAccounts = SetEnforcedOptionsInstructionAccounts;
15885
- type index$1_SetEnforcedOptionsInstructionArgs = SetEnforcedOptionsInstructionArgs;
15886
15728
  type index$1_SetEnforcedOptionsParams = SetEnforcedOptionsParams;
15887
- type index$1_SetMintAuthorityInstructionAccounts = SetMintAuthorityInstructionAccounts;
15888
- type index$1_SetMintAuthorityInstructionArgs = SetMintAuthorityInstructionArgs;
15889
15729
  type index$1_SetMintAuthorityParams = SetMintAuthorityParams;
15890
- type index$1_SetPeerInstructionAccounts = SetPeerInstructionAccounts;
15891
- type index$1_SetPeerInstructionArgs = SetPeerInstructionArgs;
15892
15730
  type index$1_SetPeerParams = SetPeerParams;
15893
- type index$1_SetRateLimitInstructionAccounts = SetRateLimitInstructionAccounts;
15894
- type index$1_SetRateLimitInstructionArgs = SetRateLimitInstructionArgs;
15895
15731
  type index$1_SetRateLimitParams = SetRateLimitParams;
15896
- type index$1_SlippageExceededError = SlippageExceededError;
15897
- declare const index$1_SlippageExceededError: typeof SlippageExceededError;
15898
- type index$1_TransferAdminInstructionAccounts = TransferAdminInstructionAccounts;
15899
- type index$1_TransferAdminInstructionArgs = TransferAdminInstructionArgs;
15900
15732
  type index$1_TransferAdminParams = TransferAdminParams;
15901
- type index$1_UnauthorizedError = UnauthorizedError;
15902
- declare const index$1_UnauthorizedError: typeof UnauthorizedError;
15903
15733
  type index$1_Version = Version;
15904
- declare const index$1_accountProviders: typeof accountProviders;
15905
- declare const index$1_createInitAdapterOftInstruction: typeof createInitAdapterOftInstruction;
15906
- declare const index$1_createInitAdapterOftInstructionAccounts: typeof createInitAdapterOftInstructionAccounts;
15907
- declare const index$1_createInitOftInstruction: typeof createInitOftInstruction;
15908
- declare const index$1_createInitOftInstructionAccounts: typeof createInitOftInstructionAccounts;
15909
- declare const index$1_createLzReceiveInstruction: typeof createLzReceiveInstruction;
15910
- declare const index$1_createLzReceiveInstructionAccounts: typeof createLzReceiveInstructionAccounts;
15911
- declare const index$1_createLzReceiveTypesInstruction: typeof createLzReceiveTypesInstruction;
15912
- declare const index$1_createLzReceiveTypesInstructionAccounts: typeof createLzReceiveTypesInstructionAccounts;
15913
- declare const index$1_createMintToInstruction: typeof createMintToInstruction;
15914
- declare const index$1_createMintToInstructionAccounts: typeof createMintToInstructionAccounts;
15915
- declare const index$1_createQuoteInstruction: typeof createQuoteInstruction;
15916
- declare const index$1_createQuoteInstructionAccounts: typeof createQuoteInstructionAccounts;
15917
- declare const index$1_createQuoteOftInstruction: typeof createQuoteOftInstruction;
15918
- declare const index$1_createQuoteOftInstructionAccounts: typeof createQuoteOftInstructionAccounts;
15919
- declare const index$1_createSendInstruction: typeof createSendInstruction;
15920
- declare const index$1_createSendInstructionAccounts: typeof createSendInstructionAccounts;
15921
- declare const index$1_createSetDelegateInstruction: typeof createSetDelegateInstruction;
15922
- declare const index$1_createSetDelegateInstructionAccounts: typeof createSetDelegateInstructionAccounts;
15923
- declare const index$1_createSetEnforcedOptionsInstruction: typeof createSetEnforcedOptionsInstruction;
15924
- declare const index$1_createSetEnforcedOptionsInstructionAccounts: typeof createSetEnforcedOptionsInstructionAccounts;
15925
- declare const index$1_createSetMintAuthorityInstruction: typeof createSetMintAuthorityInstruction;
15926
- declare const index$1_createSetMintAuthorityInstructionAccounts: typeof createSetMintAuthorityInstructionAccounts;
15927
- declare const index$1_createSetPeerInstruction: typeof createSetPeerInstruction;
15928
- declare const index$1_createSetPeerInstructionAccounts: typeof createSetPeerInstructionAccounts;
15929
- declare const index$1_createSetRateLimitInstruction: typeof createSetRateLimitInstruction;
15930
- declare const index$1_createSetRateLimitInstructionAccounts: typeof createSetRateLimitInstructionAccounts;
15931
- declare const index$1_createTransferAdminInstruction: typeof createTransferAdminInstruction;
15932
- declare const index$1_createTransferAdminInstructionAccounts: typeof createTransferAdminInstructionAccounts;
15933
- declare const index$1_enforcedOptionsBeet: typeof enforcedOptionsBeet;
15934
- declare const index$1_enforcedOptionsDiscriminator: typeof enforcedOptionsDiscriminator;
15935
- declare const index$1_errorFromCode: typeof errorFromCode;
15936
- declare const index$1_errorFromName: typeof errorFromName;
15937
- declare const index$1_initAdapterOftInstructionDiscriminator: typeof initAdapterOftInstructionDiscriminator;
15938
15734
  declare const index$1_initAdapterOftParamsBeet: typeof initAdapterOftParamsBeet;
15939
- declare const index$1_initAdapterOftStruct: typeof initAdapterOftStruct;
15940
- declare const index$1_initOftInstructionDiscriminator: typeof initOftInstructionDiscriminator;
15941
15735
  declare const index$1_initOftParamsBeet: typeof initOftParamsBeet;
15942
- declare const index$1_initOftStruct: typeof initOftStruct;
15943
15736
  declare const index$1_isOftConfigExtAdapter: typeof isOftConfigExtAdapter;
15944
15737
  declare const index$1_isOftConfigExtNative: typeof isOftConfigExtNative;
15945
15738
  declare const index$1_lzAccountBeet: typeof lzAccountBeet;
15946
- declare const index$1_lzReceiveInstructionDiscriminator: typeof lzReceiveInstructionDiscriminator;
15947
15739
  declare const index$1_lzReceiveParamsBeet: typeof lzReceiveParamsBeet;
15948
- declare const index$1_lzReceiveStruct: typeof lzReceiveStruct;
15949
- declare const index$1_lzReceiveTypesAccountsBeet: typeof lzReceiveTypesAccountsBeet;
15950
- declare const index$1_lzReceiveTypesAccountsDiscriminator: typeof lzReceiveTypesAccountsDiscriminator;
15951
- declare const index$1_lzReceiveTypesInstructionDiscriminator: typeof lzReceiveTypesInstructionDiscriminator;
15952
- declare const index$1_lzReceiveTypesStruct: typeof lzReceiveTypesStruct;
15953
15740
  declare const index$1_messagingFeeBeet: typeof messagingFeeBeet;
15954
15741
  declare const index$1_messagingReceiptBeet: typeof messagingReceiptBeet;
15955
- declare const index$1_mintToInstructionDiscriminator: typeof mintToInstructionDiscriminator;
15956
15742
  declare const index$1_mintToParamsBeet: typeof mintToParamsBeet;
15957
- declare const index$1_mintToStruct: typeof mintToStruct;
15958
15743
  declare const index$1_oFTFeeDetailBeet: typeof oFTFeeDetailBeet;
15959
15744
  declare const index$1_oFTLimitsBeet: typeof oFTLimitsBeet;
15960
15745
  declare const index$1_oFTReceiptBeet: typeof oFTReceiptBeet;
15961
- declare const index$1_oftConfigBeet: typeof oftConfigBeet;
15962
- declare const index$1_oftConfigDiscriminator: typeof oftConfigDiscriminator;
15963
15746
  declare const index$1_oftConfigExtBeet: typeof oftConfigExtBeet;
15964
- declare const index$1_peerBeet: typeof peerBeet;
15965
- declare const index$1_peerDiscriminator: typeof peerDiscriminator;
15966
- declare const index$1_quoteInstructionDiscriminator: typeof quoteInstructionDiscriminator;
15967
- declare const index$1_quoteOftInstructionDiscriminator: typeof quoteOftInstructionDiscriminator;
15968
15747
  declare const index$1_quoteOftParamsBeet: typeof quoteOftParamsBeet;
15969
15748
  declare const index$1_quoteOftResultBeet: typeof quoteOftResultBeet;
15970
- declare const index$1_quoteOftStruct: typeof quoteOftStruct;
15971
15749
  declare const index$1_quoteParamsBeet: typeof quoteParamsBeet;
15972
- declare const index$1_quoteStruct: typeof quoteStruct;
15973
15750
  declare const index$1_rateLimiterBeet: typeof rateLimiterBeet;
15974
- declare const index$1_sendInstructionDiscriminator: typeof sendInstructionDiscriminator;
15975
15751
  declare const index$1_sendParamsBeet: typeof sendParamsBeet;
15976
- declare const index$1_sendStruct: typeof sendStruct;
15977
- declare const index$1_setDelegateInstructionDiscriminator: typeof setDelegateInstructionDiscriminator;
15978
15752
  declare const index$1_setDelegateParamsBeet: typeof setDelegateParamsBeet;
15979
- declare const index$1_setDelegateStruct: typeof setDelegateStruct;
15980
- declare const index$1_setEnforcedOptionsInstructionDiscriminator: typeof setEnforcedOptionsInstructionDiscriminator;
15981
15753
  declare const index$1_setEnforcedOptionsParamsBeet: typeof setEnforcedOptionsParamsBeet;
15982
- declare const index$1_setEnforcedOptionsStruct: typeof setEnforcedOptionsStruct;
15983
- declare const index$1_setMintAuthorityInstructionDiscriminator: typeof setMintAuthorityInstructionDiscriminator;
15984
15754
  declare const index$1_setMintAuthorityParamsBeet: typeof setMintAuthorityParamsBeet;
15985
- declare const index$1_setMintAuthorityStruct: typeof setMintAuthorityStruct;
15986
- declare const index$1_setPeerInstructionDiscriminator: typeof setPeerInstructionDiscriminator;
15987
15755
  declare const index$1_setPeerParamsBeet: typeof setPeerParamsBeet;
15988
- declare const index$1_setPeerStruct: typeof setPeerStruct;
15989
- declare const index$1_setRateLimitInstructionDiscriminator: typeof setRateLimitInstructionDiscriminator;
15990
15756
  declare const index$1_setRateLimitParamsBeet: typeof setRateLimitParamsBeet;
15991
- declare const index$1_setRateLimitStruct: typeof setRateLimitStruct;
15992
- declare const index$1_transferAdminInstructionDiscriminator: typeof transferAdminInstructionDiscriminator;
15993
15757
  declare const index$1_transferAdminParamsBeet: typeof transferAdminParamsBeet;
15994
- declare const index$1_transferAdminStruct: typeof transferAdminStruct;
15995
15758
  declare const index$1_versionBeet: typeof versionBeet;
15996
15759
  declare namespace index$1 {
15997
- export { index$1_EnforcedOptions as EnforcedOptions, type index$1_EnforcedOptionsArgs as EnforcedOptionsArgs, type index$1_InitAdapterOftInstructionAccounts as InitAdapterOftInstructionAccounts, type index$1_InitAdapterOftInstructionArgs as InitAdapterOftInstructionArgs, type index$1_InitAdapterOftParams as InitAdapterOftParams, type index$1_InitOftInstructionAccounts as InitOftInstructionAccounts, type index$1_InitOftInstructionArgs as InitOftInstructionArgs, type index$1_InitOftParams as InitOftParams, index$1_InvalidDecimalsError as InvalidDecimalsError, index$1_InvalidEndpointProgramError as InvalidEndpointProgramError, index$1_InvalidOptionsError as InvalidOptionsError, index$1_InvalidSenderError as InvalidSenderError, index$1_InvalidTokenDestError as InvalidTokenDestError, index$1_InvalidTokenEscrowError as InvalidTokenEscrowError, index$1_InvalidTokenMintError as InvalidTokenMintError, type index$1_LzAccount as LzAccount, type index$1_LzReceiveInstructionAccounts as LzReceiveInstructionAccounts, type index$1_LzReceiveInstructionArgs as LzReceiveInstructionArgs, type LzReceiveParams$1 as LzReceiveParams, index$1_LzReceiveTypesAccounts as LzReceiveTypesAccounts, type index$1_LzReceiveTypesAccountsArgs as LzReceiveTypesAccountsArgs, type index$1_LzReceiveTypesInstructionAccounts as LzReceiveTypesInstructionAccounts, type index$1_LzReceiveTypesInstructionArgs as LzReceiveTypesInstructionArgs, type index$1_MessagingFee as MessagingFee, type index$1_MessagingReceipt as MessagingReceipt, type index$1_MintToInstructionAccounts as MintToInstructionAccounts, type index$1_MintToInstructionArgs as MintToInstructionArgs, type index$1_MintToParams as MintToParams, type index$1_OFTFeeDetail as OFTFeeDetail, type index$1_OFTLimits as OFTLimits, type index$1_OFTReceipt as OFTReceipt, index$1_OftConfig as OftConfig, type index$1_OftConfigArgs as OftConfigArgs, type index$1_OftConfigExt as OftConfigExt, type index$1_OftConfigExtRecord as OftConfigExtRecord, PROGRAM_ADDRESS$1 as PROGRAM_ADDRESS, PROGRAM_ID$1 as PROGRAM_ID, index$1_Peer as Peer, type index$1_PeerArgs as PeerArgs, type index$1_QuoteInstructionAccounts as QuoteInstructionAccounts, type index$1_QuoteInstructionArgs as QuoteInstructionArgs, type index$1_QuoteOftInstructionAccounts as QuoteOftInstructionAccounts, type index$1_QuoteOftInstructionArgs as QuoteOftInstructionArgs, type index$1_QuoteOftParams as QuoteOftParams, type index$1_QuoteOftResult as QuoteOftResult, type index$1_QuoteParams as QuoteParams, index$1_RateLimitExceededError as RateLimitExceededError, type index$1_RateLimiter as RateLimiter, type index$1_SendInstructionAccounts as SendInstructionAccounts, type index$1_SendInstructionArgs as SendInstructionArgs, type index$1_SendParams as SendParams, type index$1_SetDelegateInstructionAccounts as SetDelegateInstructionAccounts, type index$1_SetDelegateInstructionArgs as SetDelegateInstructionArgs, type index$1_SetDelegateParams as SetDelegateParams, type index$1_SetEnforcedOptionsInstructionAccounts as SetEnforcedOptionsInstructionAccounts, type index$1_SetEnforcedOptionsInstructionArgs as SetEnforcedOptionsInstructionArgs, type index$1_SetEnforcedOptionsParams as SetEnforcedOptionsParams, type index$1_SetMintAuthorityInstructionAccounts as SetMintAuthorityInstructionAccounts, type index$1_SetMintAuthorityInstructionArgs as SetMintAuthorityInstructionArgs, type index$1_SetMintAuthorityParams as SetMintAuthorityParams, type index$1_SetPeerInstructionAccounts as SetPeerInstructionAccounts, type index$1_SetPeerInstructionArgs as SetPeerInstructionArgs, type index$1_SetPeerParams as SetPeerParams, type index$1_SetRateLimitInstructionAccounts as SetRateLimitInstructionAccounts, type index$1_SetRateLimitInstructionArgs as SetRateLimitInstructionArgs, type index$1_SetRateLimitParams as SetRateLimitParams, index$1_SlippageExceededError as SlippageExceededError, type index$1_TransferAdminInstructionAccounts as TransferAdminInstructionAccounts, type index$1_TransferAdminInstructionArgs as TransferAdminInstructionArgs, type index$1_TransferAdminParams as TransferAdminParams, index$1_UnauthorizedError as UnauthorizedError, type index$1_Version as Version, index$1_accountProviders as accountProviders, index$1_createInitAdapterOftInstruction as createInitAdapterOftInstruction, index$1_createInitAdapterOftInstructionAccounts as createInitAdapterOftInstructionAccounts, index$1_createInitOftInstruction as createInitOftInstruction, index$1_createInitOftInstructionAccounts as createInitOftInstructionAccounts, index$1_createLzReceiveInstruction as createLzReceiveInstruction, index$1_createLzReceiveInstructionAccounts as createLzReceiveInstructionAccounts, index$1_createLzReceiveTypesInstruction as createLzReceiveTypesInstruction, index$1_createLzReceiveTypesInstructionAccounts as createLzReceiveTypesInstructionAccounts, index$1_createMintToInstruction as createMintToInstruction, index$1_createMintToInstructionAccounts as createMintToInstructionAccounts, index$1_createQuoteInstruction as createQuoteInstruction, index$1_createQuoteInstructionAccounts as createQuoteInstructionAccounts, index$1_createQuoteOftInstruction as createQuoteOftInstruction, index$1_createQuoteOftInstructionAccounts as createQuoteOftInstructionAccounts, index$1_createSendInstruction as createSendInstruction, index$1_createSendInstructionAccounts as createSendInstructionAccounts, index$1_createSetDelegateInstruction as createSetDelegateInstruction, index$1_createSetDelegateInstructionAccounts as createSetDelegateInstructionAccounts, index$1_createSetEnforcedOptionsInstruction as createSetEnforcedOptionsInstruction, index$1_createSetEnforcedOptionsInstructionAccounts as createSetEnforcedOptionsInstructionAccounts, index$1_createSetMintAuthorityInstruction as createSetMintAuthorityInstruction, index$1_createSetMintAuthorityInstructionAccounts as createSetMintAuthorityInstructionAccounts, index$1_createSetPeerInstruction as createSetPeerInstruction, index$1_createSetPeerInstructionAccounts as createSetPeerInstructionAccounts, index$1_createSetRateLimitInstruction as createSetRateLimitInstruction, index$1_createSetRateLimitInstructionAccounts as createSetRateLimitInstructionAccounts, index$1_createTransferAdminInstruction as createTransferAdminInstruction, index$1_createTransferAdminInstructionAccounts as createTransferAdminInstructionAccounts, createVersionInstruction$1 as createVersionInstruction, createVersionInstructionAccounts$1 as createVersionInstructionAccounts, index$1_enforcedOptionsBeet as enforcedOptionsBeet, index$1_enforcedOptionsDiscriminator as enforcedOptionsDiscriminator, index$1_errorFromCode as errorFromCode, index$1_errorFromName as errorFromName, index$1_initAdapterOftInstructionDiscriminator as initAdapterOftInstructionDiscriminator, index$1_initAdapterOftParamsBeet as initAdapterOftParamsBeet, index$1_initAdapterOftStruct as initAdapterOftStruct, index$1_initOftInstructionDiscriminator as initOftInstructionDiscriminator, index$1_initOftParamsBeet as initOftParamsBeet, index$1_initOftStruct as initOftStruct, index$1_isOftConfigExtAdapter as isOftConfigExtAdapter, index$1_isOftConfigExtNative as isOftConfigExtNative, index$1_lzAccountBeet as lzAccountBeet, index$1_lzReceiveInstructionDiscriminator as lzReceiveInstructionDiscriminator, index$1_lzReceiveParamsBeet as lzReceiveParamsBeet, index$1_lzReceiveStruct as lzReceiveStruct, index$1_lzReceiveTypesAccountsBeet as lzReceiveTypesAccountsBeet, index$1_lzReceiveTypesAccountsDiscriminator as lzReceiveTypesAccountsDiscriminator, index$1_lzReceiveTypesInstructionDiscriminator as lzReceiveTypesInstructionDiscriminator, index$1_lzReceiveTypesStruct as lzReceiveTypesStruct, index$1_messagingFeeBeet as messagingFeeBeet, index$1_messagingReceiptBeet as messagingReceiptBeet, index$1_mintToInstructionDiscriminator as mintToInstructionDiscriminator, index$1_mintToParamsBeet as mintToParamsBeet, index$1_mintToStruct as mintToStruct, index$1_oFTFeeDetailBeet as oFTFeeDetailBeet, index$1_oFTLimitsBeet as oFTLimitsBeet, index$1_oFTReceiptBeet as oFTReceiptBeet, index$1_oftConfigBeet as oftConfigBeet, index$1_oftConfigDiscriminator as oftConfigDiscriminator, index$1_oftConfigExtBeet as oftConfigExtBeet, index$1_peerBeet as peerBeet, index$1_peerDiscriminator as peerDiscriminator, index$1_quoteInstructionDiscriminator as quoteInstructionDiscriminator, index$1_quoteOftInstructionDiscriminator as quoteOftInstructionDiscriminator, index$1_quoteOftParamsBeet as quoteOftParamsBeet, index$1_quoteOftResultBeet as quoteOftResultBeet, index$1_quoteOftStruct as quoteOftStruct, index$1_quoteParamsBeet as quoteParamsBeet, index$1_quoteStruct as quoteStruct, index$1_rateLimiterBeet as rateLimiterBeet, index$1_sendInstructionDiscriminator as sendInstructionDiscriminator, index$1_sendParamsBeet as sendParamsBeet, index$1_sendStruct as sendStruct, index$1_setDelegateInstructionDiscriminator as setDelegateInstructionDiscriminator, index$1_setDelegateParamsBeet as setDelegateParamsBeet, index$1_setDelegateStruct as setDelegateStruct, index$1_setEnforcedOptionsInstructionDiscriminator as setEnforcedOptionsInstructionDiscriminator, index$1_setEnforcedOptionsParamsBeet as setEnforcedOptionsParamsBeet, index$1_setEnforcedOptionsStruct as setEnforcedOptionsStruct, index$1_setMintAuthorityInstructionDiscriminator as setMintAuthorityInstructionDiscriminator, index$1_setMintAuthorityParamsBeet as setMintAuthorityParamsBeet, index$1_setMintAuthorityStruct as setMintAuthorityStruct, index$1_setPeerInstructionDiscriminator as setPeerInstructionDiscriminator, index$1_setPeerParamsBeet as setPeerParamsBeet, index$1_setPeerStruct as setPeerStruct, index$1_setRateLimitInstructionDiscriminator as setRateLimitInstructionDiscriminator, index$1_setRateLimitParamsBeet as setRateLimitParamsBeet, index$1_setRateLimitStruct as setRateLimitStruct, index$1_transferAdminInstructionDiscriminator as transferAdminInstructionDiscriminator, index$1_transferAdminParamsBeet as transferAdminParamsBeet, index$1_transferAdminStruct as transferAdminStruct, index$1_versionBeet as versionBeet, versionInstructionDiscriminator$1 as versionInstructionDiscriminator, versionStruct$1 as versionStruct };
15760
+ 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 };
15761
+ }
15762
+
15763
+ /**
15764
+ * Program public key
15765
+ *
15766
+ * @category constants
15767
+ * @category generated
15768
+ */
15769
+ declare const PROGRAM_ID$1: PublicKey;
15770
+
15771
+ declare const OFT_DECIMALS = 6;
15772
+ declare class Oft {
15773
+ readonly program: PublicKey;
15774
+ readonly endpointProgram: PublicKey;
15775
+ readonly deriver: OftPDADeriver;
15776
+ readonly eventAuthorityPDA: PublicKey;
15777
+ readonly mintKp: PublicKey;
15778
+ readonly escrowKp?: PublicKey;
15779
+ readonly isAdapter: boolean;
15780
+ readonly tokenProgram: PublicKey;
15781
+ readonly endpoint: Endpoint;
15782
+ constructor(program: PublicKey, endpointProgram: PublicKey, _tokenProgram: PublicKey, mintKp: PublicKey, escrowKp?: PublicKey);
15783
+ getOftConfig(): PublicKey;
15784
+ getVersion(): Promise<TransactionInstruction[] | null>;
15785
+ setDelegate(admin: PublicKey, delegate: PublicKey): Promise<TransactionInstruction | null>;
15786
+ initOft(connection: Connection, payer: PublicKey, admin: PublicKey): Promise<TransactionInstruction[]>;
15787
+ getAddressB32(): Uint8Array;
15788
+ mint_to(signer: PublicKey, to: PublicKey, amount: bigint): Promise<TransactionInstruction | null>;
15789
+ setPeer(_peer: number[], admin: PublicKey, dstEid: number): Promise<TransactionInstruction>;
15790
+ setEnforcedOptions(admin: PublicKey, send: Uint8Array, sendAndCall: Uint8Array, dstEid: number): Promise<TransactionInstruction>;
15791
+ send(connection: Connection, payer: PublicKey, tokenSource: PublicKey, to: number[], dstEid: number, amountLd: bigint, minAmountLd: bigint, fee: MessagingFee$3, options?: Uint8Array, composeMsg?: Uint8Array | null, commitmentOrConfig?: web3__default.Commitment | web3__default.GetAccountInfoConfig): Promise<TransactionInstruction>;
15792
+ setRateLimit(signer: PublicKey, dstEid: number, capacity: bigint, refillPerSecond: bigint, enabled: boolean): Promise<TransactionInstruction | null>;
15793
+ lzReceive(connection: Connection, payer: PublicKey, packet: Uint8Array): Promise<TransactionInstruction | null>;
15794
+ getSendLibraryProgram(connection: Connection, payer: PublicKey, dstEid: number): Promise<SimpleMessageLib | Uln>;
15795
+ }
15796
+
15797
+ declare const oft_OFT_DECIMALS: typeof OFT_DECIMALS;
15798
+ type oft_Oft = Oft;
15799
+ declare const oft_Oft: typeof Oft;
15800
+ declare namespace oft {
15801
+ 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 };
15802
+ }
15803
+
15804
+ declare const SOLANA_EID = 1;
15805
+ declare function createInitAdapterOftIx(payer: PublicKey, admin: PublicKey, mint: PublicKey, escrow: PublicKey, sharedDecimals?: number, tokenProgram?: PublicKey, oftProgramId?: PublicKey, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15806
+ declare function createNonceTx(connection: Connection, nonceAccount: PublicKey, nonceAuthority: PublicKey, instructions: TransactionInstruction[], commitmentOrConfig?: Commitment | GetNonceConfig): Promise<Transaction>;
15807
+ declare function createInitNativeOftIx(payer: PublicKey, admin: PublicKey, mint: PublicKey, oftMintAuthority: PublicKey, sharedDecimals?: number, tokenProgram?: PublicKey, oftProgramId?: PublicKey, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15808
+ declare function createSetPeerIx(admin: PublicKey, oftConfig: PublicKey, dstEid: number, peer: number[], oftProgramId?: PublicKey): Promise<TransactionInstruction>;
15809
+ declare function createSetDelegateIx(admin: PublicKey, oftConfig: PublicKey, delegate: PublicKey, oftProgramId?: PublicKey, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15810
+ declare function createInitSendLibraryIx(signer: PublicKey, oftConfig: PublicKey, dstEid: number, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15811
+ declare function createInitReceiveLibraryIx(signer: PublicKey, oftConfig: PublicKey, remoteEid: number, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15812
+ declare function createSetSendLibraryIx(signer: PublicKey, oftConfig: PublicKey, sendLibraryProgram: PublicKey, dstEid: number, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15813
+ declare function createSetReceiveLibraryIx(signer: PublicKey, oftConfig: PublicKey, receiveLibraryProgram: PublicKey, dstEid: number, gracePeriod: bigint, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15814
+ declare function createMintToIx(signer: PublicKey, tokenMint: PublicKey, tokenDest: PublicKey, amount: bigint, tokenProgram?: PublicKey, oftProgramId?: PublicKey): Promise<TransactionInstruction>;
15815
+ declare function createSetRateLimitIx(signer: PublicKey, oftConfig: PublicKey, dstEid: number, capacity: bigint, refillPerSecond: bigint, enabled: boolean, oftProgramId?: PublicKey): Promise<TransactionInstruction>;
15816
+ declare function createInitConfigIx(signer: PublicKey, oftConfig: PublicKey, dstEid: number, msgLibProgram?: PublicKey, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15817
+ declare function createSetConfigIx(connection: Connection, signer: PublicKey, oftConfig: PublicKey, dstEid: number, configType: SetConfigType, config: ExecutorConfig$1 | UlnConfig$1, msgLibProgram?: PublicKey, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15818
+ declare function createSetEnforcedOptionsIx(admin: PublicKey, oftConfig: PublicKey, dstEid: number, sendOptions: Uint8Array, sendAndCallOptions: Uint8Array, oftProgramId?: PublicKey): Promise<TransactionInstruction>;
15819
+ declare function createTransferAdminIx(signer: PublicKey, oftConfig: PublicKey, newAdmin: PublicKey, oftProgramId?: PublicKey): Promise<TransactionInstruction>;
15820
+ declare function sendWithUln(connection: Connection, payer: PublicKey, tokenMint: PublicKey, tokenSource: PublicKey, dstEid: number, amountLd: bigint, minAmountLd: bigint, options: Uint8Array, to: number[], nativeFee: bigint, tokenEscrow?: PublicKey | undefined, lzTokenFee?: bigint, tokenProgram?: PublicKey, composeMsg?: Uint8Array | null, oftProgramId?: PublicKey, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15821
+ declare function createInitNonceIx(delegate: PublicKey, // payer
15822
+ dstEid: number, oftInstance: PublicKey, remoteOappAddr: Uint8Array, endpointProgram?: PublicKey): Promise<TransactionInstruction>;
15823
+ declare function quoteOft(connection: Connection, payer: PublicKey, tokenMint: PublicKey, dstEid: number, amountLd: bigint, minAmountLd: bigint, options: Uint8Array, to: number[], tokenEscrow?: PublicKey | undefined, payInLzToken?: boolean, composeMsg?: Uint8Array | null, tokenProgram?: PublicKey, oftProgramId?: PublicKey, endpointProgram?: PublicKey): Promise<QuoteOftResult>;
15824
+ declare function quoteWithUln(connection: Connection, payer: PublicKey, tokenMint: PublicKey, dstEid: number, amountLd: bigint, minAmountLd: bigint, options: Uint8Array, to: number[], tokenEscrow?: PublicKey | undefined, payInLzToken?: boolean, composeMsg?: Uint8Array | null, tokenProgram?: PublicKey, oftProgramId?: PublicKey, msgLibProgram?: PublicKey, endpointProgram?: PublicKey): Promise<{
15825
+ nativeFee: bigint;
15826
+ lzTokenFee: bigint;
15827
+ }>;
15828
+ declare function createSetMintAuthorityIx(signer: PublicKey, oftInstance: PublicKey, newAuthority: PublicKey | null, oftProgramId?: PublicKey): Promise<TransactionInstruction>;
15829
+ declare function getEndpointConfig(connection: Connection, oftInstance: PublicKey, dstEid: number, msgLibProgram?: PublicKey, endpointProgram?: PublicKey): Promise<{
15830
+ sendLibraryConfig: SendLibraryConfig & {
15831
+ ulnSendConfig?: SendConfig;
15832
+ };
15833
+ receiveLibraryConfig: ReceiveLibraryConfig & {
15834
+ ulnReceiveConfig?: ReceiveConfig$1;
15835
+ };
15836
+ }>;
15837
+ declare function getPeerAddress(connection: Connection, oftInstance: PublicKey, dstEid: number, oftProgramId?: PublicKey): Promise<string>;
15838
+ declare function getDelegate(connection: Connection, oftInstance: PublicKey, endpointProgram?: PublicKey): Promise<PublicKey>;
15839
+ declare function getEnforcedOptions(connection: Connection, oftInstance: PublicKey, dstEid: number, oftProgramId?: PublicKey): Promise<EnforcedOptions>;
15840
+
15841
+ declare const oftTools_SOLANA_EID: typeof SOLANA_EID;
15842
+ declare const oftTools_createInitAdapterOftIx: typeof createInitAdapterOftIx;
15843
+ declare const oftTools_createInitConfigIx: typeof createInitConfigIx;
15844
+ declare const oftTools_createInitNativeOftIx: typeof createInitNativeOftIx;
15845
+ declare const oftTools_createInitNonceIx: typeof createInitNonceIx;
15846
+ declare const oftTools_createInitReceiveLibraryIx: typeof createInitReceiveLibraryIx;
15847
+ declare const oftTools_createInitSendLibraryIx: typeof createInitSendLibraryIx;
15848
+ declare const oftTools_createMintToIx: typeof createMintToIx;
15849
+ declare const oftTools_createNonceTx: typeof createNonceTx;
15850
+ declare const oftTools_createSetConfigIx: typeof createSetConfigIx;
15851
+ declare const oftTools_createSetDelegateIx: typeof createSetDelegateIx;
15852
+ declare const oftTools_createSetEnforcedOptionsIx: typeof createSetEnforcedOptionsIx;
15853
+ declare const oftTools_createSetMintAuthorityIx: typeof createSetMintAuthorityIx;
15854
+ declare const oftTools_createSetPeerIx: typeof createSetPeerIx;
15855
+ declare const oftTools_createSetRateLimitIx: typeof createSetRateLimitIx;
15856
+ declare const oftTools_createSetReceiveLibraryIx: typeof createSetReceiveLibraryIx;
15857
+ declare const oftTools_createSetSendLibraryIx: typeof createSetSendLibraryIx;
15858
+ declare const oftTools_createTransferAdminIx: typeof createTransferAdminIx;
15859
+ declare const oftTools_getDelegate: typeof getDelegate;
15860
+ declare const oftTools_getEndpointConfig: typeof getEndpointConfig;
15861
+ declare const oftTools_getEnforcedOptions: typeof getEnforcedOptions;
15862
+ declare const oftTools_getPeerAddress: typeof getPeerAddress;
15863
+ declare const oftTools_quoteOft: typeof quoteOft;
15864
+ declare const oftTools_quoteWithUln: typeof quoteWithUln;
15865
+ declare const oftTools_sendWithUln: typeof sendWithUln;
15866
+ declare namespace oftTools {
15867
+ export { oftTools_SOLANA_EID as SOLANA_EID, oftTools_createInitAdapterOftIx as createInitAdapterOftIx, oftTools_createInitConfigIx as createInitConfigIx, oftTools_createInitNativeOftIx as createInitNativeOftIx, oftTools_createInitNonceIx as createInitNonceIx, oftTools_createInitReceiveLibraryIx as createInitReceiveLibraryIx, oftTools_createInitSendLibraryIx as createInitSendLibraryIx, oftTools_createMintToIx as createMintToIx, oftTools_createNonceTx as createNonceTx, oftTools_createSetConfigIx as createSetConfigIx, oftTools_createSetDelegateIx as createSetDelegateIx, oftTools_createSetEnforcedOptionsIx as createSetEnforcedOptionsIx, oftTools_createSetMintAuthorityIx as createSetMintAuthorityIx, oftTools_createSetPeerIx as createSetPeerIx, oftTools_createSetRateLimitIx as createSetRateLimitIx, oftTools_createSetReceiveLibraryIx as createSetReceiveLibraryIx, oftTools_createSetSendLibraryIx as createSetSendLibraryIx, oftTools_createTransferAdminIx as createTransferAdminIx, oftTools_getDelegate as getDelegate, oftTools_getEndpointConfig as getEndpointConfig, oftTools_getEnforcedOptions as getEnforcedOptions, oftTools_getPeerAddress as getPeerAddress, oftTools_quoteOft as quoteOft, oftTools_quoteWithUln as quoteWithUln, oftTools_sendWithUln as sendWithUln };
15998
15868
  }
15999
15869
 
16000
15870
  declare function oappIDPDA(program: PublicKey, seed?: string, id?: number): [PublicKey, number];
@@ -16290,4 +16160,4 @@ interface MessageLibInterface {
16290
16160
  getSetConfigIXAccountMetaForCPI(endpointProgram: PublicKey, oappID: PublicKey, eid: number): Promise<AccountMeta[]>;
16291
16161
  }
16292
16162
 
16293
- export { AddressType, BaseOApp, index as BlockedMessageLibProgram, COMPOSED_MESSAGE_HASH_SEED, CONFIRMATIONS_SEED, COUNT_SEED, DVNDeriver, dvn as DVNProgram, DVN_CONFIG_SEED, type Deployment, index$3 as DvnProgram, ENDPOINT_SEED, ENFORCED_OPTIONS_SEED, EVENT_SEED, EXECUTOR_CONFIG_SEED, EndpointPDADeriver, endpoint as EndpointProgram, EventPDADeriver, ExecutorOptionType, ExecutorPDADeriver, executor as ExecutorProgram, FAUCET_URL, IdlTypes, LZ_COMPOSE_TYPES_SEED, LZ_RECEIVE_TYPES_SEED, type LzComposeParams, LzComposeParamsBeet, type LzReceiveAccount, LzReceiveAccountBeet, type LzReceiveParams, LzReceiveParamsBeet, MESSAGE_LIB_SEED, MINT_SEED, MSG_TYPE_OFFSET, MaxExecutorOptionTypeLength, type MessageLibInterface, MessageLibPDADeriver, MessageType, NONCE_SEED, OAPP_SEED, OAppBasePDADeriver, OFT_SEED$1 as OFT_SEED, OPTIONS_SEED, index$1 as Oft, OftPDADeriver, OftTools, OmniCounterPDADeriver, PAYLOAD_HASH_SEED, PEER_SEED, PENDING_NONCE_SEED, PRICE_FEED_SEED, PriceFeedPDADeriver, pricefeed as PriceFeedProgram, RECEIVE_CONFIG_SEED, RECEIVE_LIBRARY_CONFIG_SEED, REMOTE_SEED, SEND_CONFIG_SEED, SEND_LIBRARY_CONFIG_SEED, SetConfigType, simpleMessageLib as SimpleMessageLibProgram, type SupportedPrograms, ULN_CONFIG_SEED, ULN_SEED, UlnPDADeriver, uln as UlnProgram, WORKER_SEED, buildMessageV0, buildVersionedTransaction, closeLookupTable, createNonceAccountTX, deactivateLookupTable, deriveLzComposeTypesAccountsPDA, deriveLzReceiveTypesAccountsPDA, extractComposeDeliveredEventByTxHash, extractComposeSentEventByTxHash, extractEventFromTransactionSignature, extractReceivedPacketEventByTxHash, extractSentPacketEventByTxHash, extractVerifiedPacketEventByTxHash, extractWorkerFeePaidEventByTxHash, generateAddressLookupTable, getBlockedMessageLibProgramId, getDVNProgramId, getEndpointProgramId, getExecutorProgramId, getLzComposeAccountMeta, getLzReceiveAccounts, getPricefeedProgramId, getProgramKeypair, getSimpleMessageLibProgramId, getULNProgramId, idlTypes, instructionDiscriminator, isAccountInitialized, lzCompose, lzReceive, messageLibs, oappIDPDA, simulateTransaction, txWithAddressLookupTable, txWithNonce };
16163
+ export { AddressType, BaseOApp, index as BlockedMessageLibProgram, COMPOSED_MESSAGE_HASH_SEED, CONFIRMATIONS_SEED, COUNT_SEED, DVNDeriver, dvn as DVNProgram, DVN_CONFIG_SEED, type Deployment, index$5 as DvnProgram, ENDPOINT_SEED, ENFORCED_OPTIONS_SEED, EVENT_SEED, EXECUTOR_CONFIG_SEED, EndpointPDADeriver, endpoint as EndpointProgram, EventPDADeriver, ExecutorOptionType, ExecutorPDADeriver, executor as ExecutorProgram, FAUCET_URL, IdlTypes, LZ_COMPOSE_TYPES_SEED, LZ_RECEIVE_TYPES_SEED, type LzComposeParams, LzComposeParamsBeet, type LzReceiveAccount, LzReceiveAccountBeet, type LzReceiveParams, LzReceiveParamsBeet, MESSAGE_LIB_SEED, MINT_SEED, MSG_TYPE_OFFSET, MaxExecutorOptionTypeLength, type MessageLibInterface, MessageLibPDADeriver, MessageType, NONCE_SEED, OAPP_SEED, OAppBasePDADeriver, OFT_SEED, OPTIONS_SEED, OftPDADeriver, oft as OftProgram, oftTools as OftTools, OmniCounterPDADeriver, PAYLOAD_HASH_SEED, PEER_SEED, PENDING_NONCE_SEED, PRICE_FEED_SEED, PriceFeedPDADeriver, pricefeed as PriceFeedProgram, RECEIVE_CONFIG_SEED, RECEIVE_LIBRARY_CONFIG_SEED, REMOTE_SEED, SEND_CONFIG_SEED, SEND_LIBRARY_CONFIG_SEED, SetConfigType, simpleMessageLib as SimpleMessageLibProgram, type SupportedPrograms, ULN_CONFIG_SEED, ULN_SEED, UlnPDADeriver, uln as UlnProgram, WORKER_SEED, buildMessageV0, buildVersionedTransaction, closeLookupTable, createNonceAccountTX, deactivateLookupTable, deriveLzComposeTypesAccountsPDA, deriveLzReceiveTypesAccountsPDA, extractComposeDeliveredEventByTxHash, extractComposeSentEventByTxHash, extractEventFromTransactionSignature, extractReceivedPacketEventByTxHash, extractSentPacketEventByTxHash, extractVerifiedPacketEventByTxHash, extractWorkerFeePaidEventByTxHash, generateAddressLookupTable, getBlockedMessageLibProgramId, getDVNProgramId, getEndpointProgramId, getExecutorProgramId, getLzComposeAccountMeta, getLzReceiveAccounts, getPricefeedProgramId, getProgramKeypair, getSimpleMessageLibProgramId, getULNProgramId, idlTypes, instructionDiscriminator, isAccountInitialized, lzCompose, lzReceive, messageLibs, oappIDPDA, simulateTransaction, txWithAddressLookupTable, txWithNonce };