@layerzerolabs/oft-v2-solana-sdk 3.0.17 → 3.0.18-movement.0

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.
@@ -0,0 +1,15 @@
1
+ {
2
+ "source": "@layerzerolabs/oft-v2-solana-sdk",
3
+ "name": "TokenFourOFTAdapter",
4
+ "network": "solana-sandbox-local",
5
+ "oftType": "OFTAdapter",
6
+ "oftProgramId": "9UovNrJD8pQyBLheeHNayuG1wJSEAoxkmM14vw5gcsTT",
7
+ "tokenMint": "CaH6gVzKdwDasYE3DCEPgwxkbBQHXCAMx2sZcqfWhcma",
8
+ "tokenEscrow": "7tMkAzKYDBCRVxyF75r3dsHLUXvuWKUn3yuwP8NS2eR9",
9
+ "address": "43ZUxaWu5bRtVpqjvm5UD2ig6RUBtARiFRBG9ghkrm9E",
10
+ "compatibleVersions": [
11
+ "v2"
12
+ ],
13
+ "deployer": "2dh2G3zSEjQ14suomJvmrxV3QCoqcD6xzNjzbPuidxWf",
14
+ "admin": "2dh2G3zSEjQ14suomJvmrxV3QCoqcD6xzNjzbPuidxWf"
15
+ }
package/dist/index.d.mts CHANGED
@@ -372,52 +372,52 @@ declare function getVersionSerializer(): Serializer<VersionArgs, Version>;
372
372
  */
373
373
 
374
374
  type index$5_EnforcedOptions = EnforcedOptions;
375
- type index$5_EnforcedOptionsArgs = EnforcedOptionsArgs;
376
- type index$5_LzAccount = LzAccount;
377
- type index$5_LzAccountArgs = LzAccountArgs;
378
- type index$5_LzReceiveParams = LzReceiveParams;
379
- type index$5_LzReceiveParamsArgs = LzReceiveParamsArgs;
380
- type index$5_MessagingFee = MessagingFee;
381
- type index$5_MessagingFeeArgs = MessagingFeeArgs;
382
- type index$5_OFTFeeDetail = OFTFeeDetail;
383
- type index$5_OFTFeeDetailArgs = OFTFeeDetailArgs;
384
- type index$5_OFTLimits = OFTLimits;
385
- type index$5_OFTLimitsArgs = OFTLimitsArgs;
386
- type index$5_OFTReceipt = OFTReceipt;
387
- type index$5_OFTReceiptArgs = OFTReceiptArgs;
388
- type index$5_OFTType = OFTType;
389
- declare const index$5_OFTType: typeof OFTType;
390
- type index$5_OFTTypeArgs = OFTTypeArgs;
391
- type index$5_PeerConfigParam = PeerConfigParam;
392
- type index$5_PeerConfigParamArgs = PeerConfigParamArgs;
393
- type index$5_QuoteOFTResult = QuoteOFTResult;
394
- type index$5_QuoteOFTResultArgs = QuoteOFTResultArgs;
395
- type index$5_RateLimitParams = RateLimitParams;
396
- type index$5_RateLimitParamsArgs = RateLimitParamsArgs;
397
- type index$5_RateLimiter = RateLimiter;
398
- type index$5_RateLimiterArgs = RateLimiterArgs;
399
- type index$5_SetOFTConfigParamsArgs = SetOFTConfigParamsArgs;
400
- type index$5_Version = Version;
401
- type index$5_VersionArgs = VersionArgs;
402
- declare const index$5_getEnforcedOptionsSerializer: typeof getEnforcedOptionsSerializer;
403
- declare const index$5_getLzAccountSerializer: typeof getLzAccountSerializer;
404
- declare const index$5_getLzReceiveParamsSerializer: typeof getLzReceiveParamsSerializer;
405
- declare const index$5_getMessagingFeeSerializer: typeof getMessagingFeeSerializer;
406
- declare const index$5_getOFTFeeDetailSerializer: typeof getOFTFeeDetailSerializer;
407
- declare const index$5_getOFTLimitsSerializer: typeof getOFTLimitsSerializer;
408
- declare const index$5_getOFTReceiptSerializer: typeof getOFTReceiptSerializer;
409
- declare const index$5_getOFTTypeSerializer: typeof getOFTTypeSerializer;
410
- declare const index$5_getPeerConfigParamSerializer: typeof getPeerConfigParamSerializer;
411
- declare const index$5_getQuoteOFTResultSerializer: typeof getQuoteOFTResultSerializer;
412
- declare const index$5_getRateLimitParamsSerializer: typeof getRateLimitParamsSerializer;
413
- declare const index$5_getRateLimiterSerializer: typeof getRateLimiterSerializer;
414
- declare const index$5_getSetOFTConfigParamsSerializer: typeof getSetOFTConfigParamsSerializer;
415
- declare const index$5_getVersionSerializer: typeof getVersionSerializer;
416
- declare const index$5_isPeerConfigParam: typeof isPeerConfigParam;
417
- declare const index$5_isSetOFTConfigParams: typeof isSetOFTConfigParams;
418
- declare const index$5_peerConfigParam: typeof peerConfigParam;
419
- declare const index$5_setOFTConfigParams: typeof setOFTConfigParams;
420
- declare namespace index$5 {
375
+ type index$5_EnforcedOptionsArgs = EnforcedOptionsArgs;
376
+ type index$5_LzAccount = LzAccount;
377
+ type index$5_LzAccountArgs = LzAccountArgs;
378
+ type index$5_LzReceiveParams = LzReceiveParams;
379
+ type index$5_LzReceiveParamsArgs = LzReceiveParamsArgs;
380
+ type index$5_MessagingFee = MessagingFee;
381
+ type index$5_MessagingFeeArgs = MessagingFeeArgs;
382
+ type index$5_OFTFeeDetail = OFTFeeDetail;
383
+ type index$5_OFTFeeDetailArgs = OFTFeeDetailArgs;
384
+ type index$5_OFTLimits = OFTLimits;
385
+ type index$5_OFTLimitsArgs = OFTLimitsArgs;
386
+ type index$5_OFTReceipt = OFTReceipt;
387
+ type index$5_OFTReceiptArgs = OFTReceiptArgs;
388
+ type index$5_OFTType = OFTType;
389
+ declare const index$5_OFTType: typeof OFTType;
390
+ type index$5_OFTTypeArgs = OFTTypeArgs;
391
+ type index$5_PeerConfigParam = PeerConfigParam;
392
+ type index$5_PeerConfigParamArgs = PeerConfigParamArgs;
393
+ type index$5_QuoteOFTResult = QuoteOFTResult;
394
+ type index$5_QuoteOFTResultArgs = QuoteOFTResultArgs;
395
+ type index$5_RateLimitParams = RateLimitParams;
396
+ type index$5_RateLimitParamsArgs = RateLimitParamsArgs;
397
+ type index$5_RateLimiter = RateLimiter;
398
+ type index$5_RateLimiterArgs = RateLimiterArgs;
399
+ type index$5_SetOFTConfigParamsArgs = SetOFTConfigParamsArgs;
400
+ type index$5_Version = Version;
401
+ type index$5_VersionArgs = VersionArgs;
402
+ declare const index$5_getEnforcedOptionsSerializer: typeof getEnforcedOptionsSerializer;
403
+ declare const index$5_getLzAccountSerializer: typeof getLzAccountSerializer;
404
+ declare const index$5_getLzReceiveParamsSerializer: typeof getLzReceiveParamsSerializer;
405
+ declare const index$5_getMessagingFeeSerializer: typeof getMessagingFeeSerializer;
406
+ declare const index$5_getOFTFeeDetailSerializer: typeof getOFTFeeDetailSerializer;
407
+ declare const index$5_getOFTLimitsSerializer: typeof getOFTLimitsSerializer;
408
+ declare const index$5_getOFTReceiptSerializer: typeof getOFTReceiptSerializer;
409
+ declare const index$5_getOFTTypeSerializer: typeof getOFTTypeSerializer;
410
+ declare const index$5_getPeerConfigParamSerializer: typeof getPeerConfigParamSerializer;
411
+ declare const index$5_getQuoteOFTResultSerializer: typeof getQuoteOFTResultSerializer;
412
+ declare const index$5_getRateLimitParamsSerializer: typeof getRateLimitParamsSerializer;
413
+ declare const index$5_getRateLimiterSerializer: typeof getRateLimiterSerializer;
414
+ declare const index$5_getSetOFTConfigParamsSerializer: typeof getSetOFTConfigParamsSerializer;
415
+ declare const index$5_getVersionSerializer: typeof getVersionSerializer;
416
+ declare const index$5_isPeerConfigParam: typeof isPeerConfigParam;
417
+ declare const index$5_isSetOFTConfigParams: typeof isSetOFTConfigParams;
418
+ declare const index$5_peerConfigParam: typeof peerConfigParam;
419
+ declare const index$5_setOFTConfigParams: typeof setOFTConfigParams;
420
+ declare namespace index$5 {
421
421
  export { type index$5_EnforcedOptions as EnforcedOptions, type index$5_EnforcedOptionsArgs as EnforcedOptionsArgs, type index$5_LzAccount as LzAccount, type index$5_LzAccountArgs as LzAccountArgs, type index$5_LzReceiveParams as LzReceiveParams, type index$5_LzReceiveParamsArgs as LzReceiveParamsArgs, type index$5_MessagingFee as MessagingFee, type index$5_MessagingFeeArgs as MessagingFeeArgs, type index$5_OFTFeeDetail as OFTFeeDetail, type index$5_OFTFeeDetailArgs as OFTFeeDetailArgs, type index$5_OFTLimits as OFTLimits, type index$5_OFTLimitsArgs as OFTLimitsArgs, type index$5_OFTReceipt as OFTReceipt, type index$5_OFTReceiptArgs as OFTReceiptArgs, index$5_OFTType as OFTType, type index$5_OFTTypeArgs as OFTTypeArgs, type index$5_PeerConfigParam as PeerConfigParam, type index$5_PeerConfigParamArgs as PeerConfigParamArgs, type index$5_QuoteOFTResult as QuoteOFTResult, type index$5_QuoteOFTResultArgs as QuoteOFTResultArgs, type index$5_RateLimitParams as RateLimitParams, type index$5_RateLimitParamsArgs as RateLimitParamsArgs, type index$5_RateLimiter as RateLimiter, type index$5_RateLimiterArgs as RateLimiterArgs, type SetOFTConfigParams$1 as SetOFTConfigParams, type index$5_SetOFTConfigParamsArgs as SetOFTConfigParamsArgs, type index$5_Version as Version, type index$5_VersionArgs as VersionArgs, index$5_getEnforcedOptionsSerializer as getEnforcedOptionsSerializer, index$5_getLzAccountSerializer as getLzAccountSerializer, index$5_getLzReceiveParamsSerializer as getLzReceiveParamsSerializer, index$5_getMessagingFeeSerializer as getMessagingFeeSerializer, index$5_getOFTFeeDetailSerializer as getOFTFeeDetailSerializer, index$5_getOFTLimitsSerializer as getOFTLimitsSerializer, index$5_getOFTReceiptSerializer as getOFTReceiptSerializer, index$5_getOFTTypeSerializer as getOFTTypeSerializer, index$5_getPeerConfigParamSerializer as getPeerConfigParamSerializer, index$5_getQuoteOFTResultSerializer as getQuoteOFTResultSerializer, index$5_getRateLimitParamsSerializer as getRateLimitParamsSerializer, index$5_getRateLimiterSerializer as getRateLimiterSerializer, index$5_getSetOFTConfigParamsSerializer as getSetOFTConfigParamsSerializer, index$5_getVersionSerializer as getVersionSerializer, index$5_isPeerConfigParam as isPeerConfigParam, index$5_isSetOFTConfigParams as isSetOFTConfigParams, index$5_peerConfigParam as peerConfigParam, index$5_setOFTConfigParams as setOFTConfigParams };
422
422
  }
423
423
 
@@ -516,37 +516,37 @@ declare function getPeerConfigGpaBuilder(context: Pick<Context, 'rpc' | 'program
516
516
  */
517
517
 
518
518
  type index$4_LzReceiveTypesAccounts = LzReceiveTypesAccounts;
519
- type index$4_LzReceiveTypesAccountsAccountData = LzReceiveTypesAccountsAccountData;
520
- type index$4_LzReceiveTypesAccountsAccountDataArgs = LzReceiveTypesAccountsAccountDataArgs;
521
- type index$4_OFTStore = OFTStore;
522
- type index$4_OFTStoreAccountData = OFTStoreAccountData;
523
- type index$4_OFTStoreAccountDataArgs = OFTStoreAccountDataArgs;
524
- type index$4_PeerConfig = PeerConfig;
525
- type index$4_PeerConfigAccountData = PeerConfigAccountData;
526
- type index$4_PeerConfigAccountDataArgs = PeerConfigAccountDataArgs;
527
- declare const index$4_deserializeLzReceiveTypesAccounts: typeof deserializeLzReceiveTypesAccounts;
528
- declare const index$4_deserializeOFTStore: typeof deserializeOFTStore;
529
- declare const index$4_deserializePeerConfig: typeof deserializePeerConfig;
530
- declare const index$4_fetchAllLzReceiveTypesAccounts: typeof fetchAllLzReceiveTypesAccounts;
531
- declare const index$4_fetchAllOFTStore: typeof fetchAllOFTStore;
532
- declare const index$4_fetchAllPeerConfig: typeof fetchAllPeerConfig;
533
- declare const index$4_fetchLzReceiveTypesAccounts: typeof fetchLzReceiveTypesAccounts;
534
- declare const index$4_fetchOFTStore: typeof fetchOFTStore;
535
- declare const index$4_fetchPeerConfig: typeof fetchPeerConfig;
536
- declare const index$4_getLzReceiveTypesAccountsAccountDataSerializer: typeof getLzReceiveTypesAccountsAccountDataSerializer;
537
- declare const index$4_getLzReceiveTypesAccountsGpaBuilder: typeof getLzReceiveTypesAccountsGpaBuilder;
538
- declare const index$4_getLzReceiveTypesAccountsSize: typeof getLzReceiveTypesAccountsSize;
539
- declare const index$4_getOFTStoreAccountDataSerializer: typeof getOFTStoreAccountDataSerializer;
540
- declare const index$4_getOFTStoreGpaBuilder: typeof getOFTStoreGpaBuilder;
541
- declare const index$4_getPeerConfigAccountDataSerializer: typeof getPeerConfigAccountDataSerializer;
542
- declare const index$4_getPeerConfigGpaBuilder: typeof getPeerConfigGpaBuilder;
543
- declare const index$4_safeFetchAllLzReceiveTypesAccounts: typeof safeFetchAllLzReceiveTypesAccounts;
544
- declare const index$4_safeFetchAllOFTStore: typeof safeFetchAllOFTStore;
545
- declare const index$4_safeFetchAllPeerConfig: typeof safeFetchAllPeerConfig;
546
- declare const index$4_safeFetchLzReceiveTypesAccounts: typeof safeFetchLzReceiveTypesAccounts;
547
- declare const index$4_safeFetchOFTStore: typeof safeFetchOFTStore;
548
- declare const index$4_safeFetchPeerConfig: typeof safeFetchPeerConfig;
549
- declare namespace index$4 {
519
+ type index$4_LzReceiveTypesAccountsAccountData = LzReceiveTypesAccountsAccountData;
520
+ type index$4_LzReceiveTypesAccountsAccountDataArgs = LzReceiveTypesAccountsAccountDataArgs;
521
+ type index$4_OFTStore = OFTStore;
522
+ type index$4_OFTStoreAccountData = OFTStoreAccountData;
523
+ type index$4_OFTStoreAccountDataArgs = OFTStoreAccountDataArgs;
524
+ type index$4_PeerConfig = PeerConfig;
525
+ type index$4_PeerConfigAccountData = PeerConfigAccountData;
526
+ type index$4_PeerConfigAccountDataArgs = PeerConfigAccountDataArgs;
527
+ declare const index$4_deserializeLzReceiveTypesAccounts: typeof deserializeLzReceiveTypesAccounts;
528
+ declare const index$4_deserializeOFTStore: typeof deserializeOFTStore;
529
+ declare const index$4_deserializePeerConfig: typeof deserializePeerConfig;
530
+ declare const index$4_fetchAllLzReceiveTypesAccounts: typeof fetchAllLzReceiveTypesAccounts;
531
+ declare const index$4_fetchAllOFTStore: typeof fetchAllOFTStore;
532
+ declare const index$4_fetchAllPeerConfig: typeof fetchAllPeerConfig;
533
+ declare const index$4_fetchLzReceiveTypesAccounts: typeof fetchLzReceiveTypesAccounts;
534
+ declare const index$4_fetchOFTStore: typeof fetchOFTStore;
535
+ declare const index$4_fetchPeerConfig: typeof fetchPeerConfig;
536
+ declare const index$4_getLzReceiveTypesAccountsAccountDataSerializer: typeof getLzReceiveTypesAccountsAccountDataSerializer;
537
+ declare const index$4_getLzReceiveTypesAccountsGpaBuilder: typeof getLzReceiveTypesAccountsGpaBuilder;
538
+ declare const index$4_getLzReceiveTypesAccountsSize: typeof getLzReceiveTypesAccountsSize;
539
+ declare const index$4_getOFTStoreAccountDataSerializer: typeof getOFTStoreAccountDataSerializer;
540
+ declare const index$4_getOFTStoreGpaBuilder: typeof getOFTStoreGpaBuilder;
541
+ declare const index$4_getPeerConfigAccountDataSerializer: typeof getPeerConfigAccountDataSerializer;
542
+ declare const index$4_getPeerConfigGpaBuilder: typeof getPeerConfigGpaBuilder;
543
+ declare const index$4_safeFetchAllLzReceiveTypesAccounts: typeof safeFetchAllLzReceiveTypesAccounts;
544
+ declare const index$4_safeFetchAllOFTStore: typeof safeFetchAllOFTStore;
545
+ declare const index$4_safeFetchAllPeerConfig: typeof safeFetchAllPeerConfig;
546
+ declare const index$4_safeFetchLzReceiveTypesAccounts: typeof safeFetchLzReceiveTypesAccounts;
547
+ declare const index$4_safeFetchOFTStore: typeof safeFetchOFTStore;
548
+ declare const index$4_safeFetchPeerConfig: typeof safeFetchPeerConfig;
549
+ declare namespace index$4 {
550
550
  export { type index$4_LzReceiveTypesAccounts as LzReceiveTypesAccounts, type index$4_LzReceiveTypesAccountsAccountData as LzReceiveTypesAccountsAccountData, type index$4_LzReceiveTypesAccountsAccountDataArgs as LzReceiveTypesAccountsAccountDataArgs, type index$4_OFTStore as OFTStore, type index$4_OFTStoreAccountData as OFTStoreAccountData, type index$4_OFTStoreAccountDataArgs as OFTStoreAccountDataArgs, type index$4_PeerConfig as PeerConfig, type index$4_PeerConfigAccountData as PeerConfigAccountData, type index$4_PeerConfigAccountDataArgs as PeerConfigAccountDataArgs, index$4_deserializeLzReceiveTypesAccounts as deserializeLzReceiveTypesAccounts, index$4_deserializeOFTStore as deserializeOFTStore, index$4_deserializePeerConfig as deserializePeerConfig, index$4_fetchAllLzReceiveTypesAccounts as fetchAllLzReceiveTypesAccounts, index$4_fetchAllOFTStore as fetchAllOFTStore, index$4_fetchAllPeerConfig as fetchAllPeerConfig, index$4_fetchLzReceiveTypesAccounts as fetchLzReceiveTypesAccounts, index$4_fetchOFTStore as fetchOFTStore, index$4_fetchPeerConfig as fetchPeerConfig, index$4_getLzReceiveTypesAccountsAccountDataSerializer as getLzReceiveTypesAccountsAccountDataSerializer, index$4_getLzReceiveTypesAccountsGpaBuilder as getLzReceiveTypesAccountsGpaBuilder, index$4_getLzReceiveTypesAccountsSize as getLzReceiveTypesAccountsSize, index$4_getOFTStoreAccountDataSerializer as getOFTStoreAccountDataSerializer, index$4_getOFTStoreGpaBuilder as getOFTStoreGpaBuilder, index$4_getPeerConfigAccountDataSerializer as getPeerConfigAccountDataSerializer, index$4_getPeerConfigGpaBuilder as getPeerConfigGpaBuilder, index$4_safeFetchAllLzReceiveTypesAccounts as safeFetchAllLzReceiveTypesAccounts, index$4_safeFetchAllOFTStore as safeFetchAllOFTStore, index$4_safeFetchAllPeerConfig as safeFetchAllPeerConfig, index$4_safeFetchLzReceiveTypesAccounts as safeFetchLzReceiveTypesAccounts, index$4_safeFetchOFTStore as safeFetchOFTStore, index$4_safeFetchPeerConfig as safeFetchPeerConfig };
551
551
  }
552
552
 
@@ -882,65 +882,65 @@ declare function withdrawFee$1(context: Pick<Context, 'programs'>, input: Withdr
882
882
  */
883
883
 
884
884
  type index$3_InitOftInstructionAccounts = InitOftInstructionAccounts;
885
- type index$3_InitOftInstructionArgs = InitOftInstructionArgs;
886
- type index$3_InitOftInstructionData = InitOftInstructionData;
887
- type index$3_InitOftInstructionDataArgs = InitOftInstructionDataArgs;
888
- type index$3_LzReceiveInstructionAccounts = LzReceiveInstructionAccounts;
889
- type index$3_LzReceiveInstructionArgs = LzReceiveInstructionArgs;
890
- type index$3_LzReceiveInstructionData = LzReceiveInstructionData;
891
- type index$3_LzReceiveInstructionDataArgs = LzReceiveInstructionDataArgs;
892
- type index$3_LzReceiveTypesInstructionAccounts = LzReceiveTypesInstructionAccounts;
893
- type index$3_LzReceiveTypesInstructionArgs = LzReceiveTypesInstructionArgs;
894
- type index$3_LzReceiveTypesInstructionData = LzReceiveTypesInstructionData;
895
- type index$3_LzReceiveTypesInstructionDataArgs = LzReceiveTypesInstructionDataArgs;
896
- type index$3_OftVersionInstructionData = OftVersionInstructionData;
897
- type index$3_OftVersionInstructionDataArgs = OftVersionInstructionDataArgs;
898
- type index$3_QuoteOftInstructionAccounts = QuoteOftInstructionAccounts;
899
- type index$3_QuoteOftInstructionArgs = QuoteOftInstructionArgs;
900
- type index$3_QuoteOftInstructionData = QuoteOftInstructionData;
901
- type index$3_QuoteOftInstructionDataArgs = QuoteOftInstructionDataArgs;
902
- type index$3_QuoteSendInstructionAccounts = QuoteSendInstructionAccounts;
903
- type index$3_QuoteSendInstructionArgs = QuoteSendInstructionArgs;
904
- type index$3_QuoteSendInstructionData = QuoteSendInstructionData;
905
- type index$3_QuoteSendInstructionDataArgs = QuoteSendInstructionDataArgs;
906
- type index$3_SendInstructionAccounts = SendInstructionAccounts;
907
- type index$3_SendInstructionArgs = SendInstructionArgs;
908
- type index$3_SendInstructionData = SendInstructionData;
909
- type index$3_SendInstructionDataArgs = SendInstructionDataArgs;
910
- type index$3_SetOftConfigInstructionAccounts = SetOftConfigInstructionAccounts;
911
- type index$3_SetOftConfigInstructionArgs = SetOftConfigInstructionArgs;
912
- type index$3_SetOftConfigInstructionData = SetOftConfigInstructionData;
913
- type index$3_SetOftConfigInstructionDataArgs = SetOftConfigInstructionDataArgs;
914
- type index$3_SetPauseInstructionAccounts = SetPauseInstructionAccounts;
915
- type index$3_SetPauseInstructionArgs = SetPauseInstructionArgs;
916
- type index$3_SetPauseInstructionData = SetPauseInstructionData;
917
- type index$3_SetPauseInstructionDataArgs = SetPauseInstructionDataArgs;
918
- type index$3_SetPeerConfigInstructionAccounts = SetPeerConfigInstructionAccounts;
919
- type index$3_SetPeerConfigInstructionArgs = SetPeerConfigInstructionArgs;
920
- type index$3_SetPeerConfigInstructionData = SetPeerConfigInstructionData;
921
- type index$3_SetPeerConfigInstructionDataArgs = SetPeerConfigInstructionDataArgs;
922
- type index$3_WithdrawFeeInstructionAccounts = WithdrawFeeInstructionAccounts;
923
- type index$3_WithdrawFeeInstructionArgs = WithdrawFeeInstructionArgs;
924
- type index$3_WithdrawFeeInstructionData = WithdrawFeeInstructionData;
925
- type index$3_WithdrawFeeInstructionDataArgs = WithdrawFeeInstructionDataArgs;
926
- declare const index$3_getInitOftInstructionDataSerializer: typeof getInitOftInstructionDataSerializer;
927
- declare const index$3_getLzReceiveInstructionDataSerializer: typeof getLzReceiveInstructionDataSerializer;
928
- declare const index$3_getLzReceiveTypesInstructionDataSerializer: typeof getLzReceiveTypesInstructionDataSerializer;
929
- declare const index$3_getOftVersionInstructionDataSerializer: typeof getOftVersionInstructionDataSerializer;
930
- declare const index$3_getQuoteOftInstructionDataSerializer: typeof getQuoteOftInstructionDataSerializer;
931
- declare const index$3_getQuoteSendInstructionDataSerializer: typeof getQuoteSendInstructionDataSerializer;
932
- declare const index$3_getSendInstructionDataSerializer: typeof getSendInstructionDataSerializer;
933
- declare const index$3_getSetOftConfigInstructionDataSerializer: typeof getSetOftConfigInstructionDataSerializer;
934
- declare const index$3_getSetPauseInstructionDataSerializer: typeof getSetPauseInstructionDataSerializer;
935
- declare const index$3_getSetPeerConfigInstructionDataSerializer: typeof getSetPeerConfigInstructionDataSerializer;
936
- declare const index$3_getWithdrawFeeInstructionDataSerializer: typeof getWithdrawFeeInstructionDataSerializer;
937
- declare const index$3_lzReceive: typeof lzReceive;
938
- declare const index$3_lzReceiveTypes: typeof lzReceiveTypes;
939
- declare const index$3_oftVersion: typeof oftVersion;
940
- declare const index$3_quoteSend: typeof quoteSend;
941
- declare const index$3_setOftConfig: typeof setOftConfig;
942
- declare const index$3_setPause: typeof setPause;
943
- declare namespace index$3 {
885
+ type index$3_InitOftInstructionArgs = InitOftInstructionArgs;
886
+ type index$3_InitOftInstructionData = InitOftInstructionData;
887
+ type index$3_InitOftInstructionDataArgs = InitOftInstructionDataArgs;
888
+ type index$3_LzReceiveInstructionAccounts = LzReceiveInstructionAccounts;
889
+ type index$3_LzReceiveInstructionArgs = LzReceiveInstructionArgs;
890
+ type index$3_LzReceiveInstructionData = LzReceiveInstructionData;
891
+ type index$3_LzReceiveInstructionDataArgs = LzReceiveInstructionDataArgs;
892
+ type index$3_LzReceiveTypesInstructionAccounts = LzReceiveTypesInstructionAccounts;
893
+ type index$3_LzReceiveTypesInstructionArgs = LzReceiveTypesInstructionArgs;
894
+ type index$3_LzReceiveTypesInstructionData = LzReceiveTypesInstructionData;
895
+ type index$3_LzReceiveTypesInstructionDataArgs = LzReceiveTypesInstructionDataArgs;
896
+ type index$3_OftVersionInstructionData = OftVersionInstructionData;
897
+ type index$3_OftVersionInstructionDataArgs = OftVersionInstructionDataArgs;
898
+ type index$3_QuoteOftInstructionAccounts = QuoteOftInstructionAccounts;
899
+ type index$3_QuoteOftInstructionArgs = QuoteOftInstructionArgs;
900
+ type index$3_QuoteOftInstructionData = QuoteOftInstructionData;
901
+ type index$3_QuoteOftInstructionDataArgs = QuoteOftInstructionDataArgs;
902
+ type index$3_QuoteSendInstructionAccounts = QuoteSendInstructionAccounts;
903
+ type index$3_QuoteSendInstructionArgs = QuoteSendInstructionArgs;
904
+ type index$3_QuoteSendInstructionData = QuoteSendInstructionData;
905
+ type index$3_QuoteSendInstructionDataArgs = QuoteSendInstructionDataArgs;
906
+ type index$3_SendInstructionAccounts = SendInstructionAccounts;
907
+ type index$3_SendInstructionArgs = SendInstructionArgs;
908
+ type index$3_SendInstructionData = SendInstructionData;
909
+ type index$3_SendInstructionDataArgs = SendInstructionDataArgs;
910
+ type index$3_SetOftConfigInstructionAccounts = SetOftConfigInstructionAccounts;
911
+ type index$3_SetOftConfigInstructionArgs = SetOftConfigInstructionArgs;
912
+ type index$3_SetOftConfigInstructionData = SetOftConfigInstructionData;
913
+ type index$3_SetOftConfigInstructionDataArgs = SetOftConfigInstructionDataArgs;
914
+ type index$3_SetPauseInstructionAccounts = SetPauseInstructionAccounts;
915
+ type index$3_SetPauseInstructionArgs = SetPauseInstructionArgs;
916
+ type index$3_SetPauseInstructionData = SetPauseInstructionData;
917
+ type index$3_SetPauseInstructionDataArgs = SetPauseInstructionDataArgs;
918
+ type index$3_SetPeerConfigInstructionAccounts = SetPeerConfigInstructionAccounts;
919
+ type index$3_SetPeerConfigInstructionArgs = SetPeerConfigInstructionArgs;
920
+ type index$3_SetPeerConfigInstructionData = SetPeerConfigInstructionData;
921
+ type index$3_SetPeerConfigInstructionDataArgs = SetPeerConfigInstructionDataArgs;
922
+ type index$3_WithdrawFeeInstructionAccounts = WithdrawFeeInstructionAccounts;
923
+ type index$3_WithdrawFeeInstructionArgs = WithdrawFeeInstructionArgs;
924
+ type index$3_WithdrawFeeInstructionData = WithdrawFeeInstructionData;
925
+ type index$3_WithdrawFeeInstructionDataArgs = WithdrawFeeInstructionDataArgs;
926
+ declare const index$3_getInitOftInstructionDataSerializer: typeof getInitOftInstructionDataSerializer;
927
+ declare const index$3_getLzReceiveInstructionDataSerializer: typeof getLzReceiveInstructionDataSerializer;
928
+ declare const index$3_getLzReceiveTypesInstructionDataSerializer: typeof getLzReceiveTypesInstructionDataSerializer;
929
+ declare const index$3_getOftVersionInstructionDataSerializer: typeof getOftVersionInstructionDataSerializer;
930
+ declare const index$3_getQuoteOftInstructionDataSerializer: typeof getQuoteOftInstructionDataSerializer;
931
+ declare const index$3_getQuoteSendInstructionDataSerializer: typeof getQuoteSendInstructionDataSerializer;
932
+ declare const index$3_getSendInstructionDataSerializer: typeof getSendInstructionDataSerializer;
933
+ declare const index$3_getSetOftConfigInstructionDataSerializer: typeof getSetOftConfigInstructionDataSerializer;
934
+ declare const index$3_getSetPauseInstructionDataSerializer: typeof getSetPauseInstructionDataSerializer;
935
+ declare const index$3_getSetPeerConfigInstructionDataSerializer: typeof getSetPeerConfigInstructionDataSerializer;
936
+ declare const index$3_getWithdrawFeeInstructionDataSerializer: typeof getWithdrawFeeInstructionDataSerializer;
937
+ declare const index$3_lzReceive: typeof lzReceive;
938
+ declare const index$3_lzReceiveTypes: typeof lzReceiveTypes;
939
+ declare const index$3_oftVersion: typeof oftVersion;
940
+ declare const index$3_quoteSend: typeof quoteSend;
941
+ declare const index$3_setOftConfig: typeof setOftConfig;
942
+ declare const index$3_setPause: typeof setPause;
943
+ declare namespace index$3 {
944
944
  export { type index$3_InitOftInstructionAccounts as InitOftInstructionAccounts, type index$3_InitOftInstructionArgs as InitOftInstructionArgs, type index$3_InitOftInstructionData as InitOftInstructionData, type index$3_InitOftInstructionDataArgs as InitOftInstructionDataArgs, type index$3_LzReceiveInstructionAccounts as LzReceiveInstructionAccounts, type index$3_LzReceiveInstructionArgs as LzReceiveInstructionArgs, type index$3_LzReceiveInstructionData as LzReceiveInstructionData, type index$3_LzReceiveInstructionDataArgs as LzReceiveInstructionDataArgs, type index$3_LzReceiveTypesInstructionAccounts as LzReceiveTypesInstructionAccounts, type index$3_LzReceiveTypesInstructionArgs as LzReceiveTypesInstructionArgs, type index$3_LzReceiveTypesInstructionData as LzReceiveTypesInstructionData, type index$3_LzReceiveTypesInstructionDataArgs as LzReceiveTypesInstructionDataArgs, type index$3_OftVersionInstructionData as OftVersionInstructionData, type index$3_OftVersionInstructionDataArgs as OftVersionInstructionDataArgs, type index$3_QuoteOftInstructionAccounts as QuoteOftInstructionAccounts, type index$3_QuoteOftInstructionArgs as QuoteOftInstructionArgs, type index$3_QuoteOftInstructionData as QuoteOftInstructionData, type index$3_QuoteOftInstructionDataArgs as QuoteOftInstructionDataArgs, type index$3_QuoteSendInstructionAccounts as QuoteSendInstructionAccounts, type index$3_QuoteSendInstructionArgs as QuoteSendInstructionArgs, type index$3_QuoteSendInstructionData as QuoteSendInstructionData, type index$3_QuoteSendInstructionDataArgs as QuoteSendInstructionDataArgs, type index$3_SendInstructionAccounts as SendInstructionAccounts, type index$3_SendInstructionArgs as SendInstructionArgs, type index$3_SendInstructionData as SendInstructionData, type index$3_SendInstructionDataArgs as SendInstructionDataArgs, type index$3_SetOftConfigInstructionAccounts as SetOftConfigInstructionAccounts, type index$3_SetOftConfigInstructionArgs as SetOftConfigInstructionArgs, type index$3_SetOftConfigInstructionData as SetOftConfigInstructionData, type index$3_SetOftConfigInstructionDataArgs as SetOftConfigInstructionDataArgs, type index$3_SetPauseInstructionAccounts as SetPauseInstructionAccounts, type index$3_SetPauseInstructionArgs as SetPauseInstructionArgs, type index$3_SetPauseInstructionData as SetPauseInstructionData, type index$3_SetPauseInstructionDataArgs as SetPauseInstructionDataArgs, type index$3_SetPeerConfigInstructionAccounts as SetPeerConfigInstructionAccounts, type index$3_SetPeerConfigInstructionArgs as SetPeerConfigInstructionArgs, type index$3_SetPeerConfigInstructionData as SetPeerConfigInstructionData, type index$3_SetPeerConfigInstructionDataArgs as SetPeerConfigInstructionDataArgs, type index$3_WithdrawFeeInstructionAccounts as WithdrawFeeInstructionAccounts, type index$3_WithdrawFeeInstructionArgs as WithdrawFeeInstructionArgs, type index$3_WithdrawFeeInstructionData as WithdrawFeeInstructionData, type index$3_WithdrawFeeInstructionDataArgs as WithdrawFeeInstructionDataArgs, index$3_getInitOftInstructionDataSerializer as getInitOftInstructionDataSerializer, index$3_getLzReceiveInstructionDataSerializer as getLzReceiveInstructionDataSerializer, index$3_getLzReceiveTypesInstructionDataSerializer as getLzReceiveTypesInstructionDataSerializer, index$3_getOftVersionInstructionDataSerializer as getOftVersionInstructionDataSerializer, index$3_getQuoteOftInstructionDataSerializer as getQuoteOftInstructionDataSerializer, index$3_getQuoteSendInstructionDataSerializer as getQuoteSendInstructionDataSerializer, index$3_getSendInstructionDataSerializer as getSendInstructionDataSerializer, index$3_getSetOftConfigInstructionDataSerializer as getSetOftConfigInstructionDataSerializer, index$3_getSetPauseInstructionDataSerializer as getSetPauseInstructionDataSerializer, index$3_getSetPeerConfigInstructionDataSerializer as getSetPeerConfigInstructionDataSerializer, index$3_getWithdrawFeeInstructionDataSerializer as getWithdrawFeeInstructionDataSerializer, initOft$1 as initOft, index$3_lzReceive as lzReceive, index$3_lzReceiveTypes as lzReceiveTypes, index$3_oftVersion as oftVersion, quoteOft$1 as quoteOft, index$3_quoteSend as quoteSend, send$1 as send, index$3_setOftConfig as setOftConfig, index$3_setPause as setPause, setPeerConfig$1 as setPeerConfig, withdrawFee$1 as withdrawFee };
945
945
  }
946
946
 
@@ -966,10 +966,10 @@ declare function getOftProgramId(context: Pick<Context, 'programs'>, clusterFilt
966
966
  */
967
967
 
968
968
  declare const index$2_OFT_PROGRAM_ID: typeof OFT_PROGRAM_ID;
969
- declare const index$2_createOftProgram: typeof createOftProgram;
970
- declare const index$2_getOftProgram: typeof getOftProgram;
971
- declare const index$2_getOftProgramId: typeof getOftProgramId;
972
- declare namespace index$2 {
969
+ declare const index$2_createOftProgram: typeof createOftProgram;
970
+ declare const index$2_getOftProgram: typeof getOftProgram;
971
+ declare const index$2_getOftProgramId: typeof getOftProgramId;
972
+ declare namespace index$2 {
973
973
  export { index$2_OFT_PROGRAM_ID as OFT_PROGRAM_ID, index$2_createOftProgram as createOftProgram, index$2_getOftProgram as getOftProgram, index$2_getOftProgramId as getOftProgramId };
974
974
  }
975
975
 
@@ -1028,14 +1028,14 @@ type ResolvedAccountsWithIndices = Record<string, ResolvedAccount & {
1028
1028
  declare function getAccountMetasAndSigners(accounts: ResolvedAccount[], optionalAccountStrategy: 'omitted' | 'programId', programId: PublicKey): [AccountMeta[], Signer[]];
1029
1029
 
1030
1030
  type index$1_PickPartial<T, K extends keyof T> = PickPartial<T, K>;
1031
- type index$1_ResolvedAccount<T = PublicKey | Pda | Signer | null> = ResolvedAccount<T>;
1032
- type index$1_ResolvedAccounts = ResolvedAccounts;
1033
- type index$1_ResolvedAccountsWithIndices = ResolvedAccountsWithIndices;
1034
- declare const index$1_expectPda: typeof expectPda;
1035
- declare const index$1_expectPublicKey: typeof expectPublicKey;
1036
- declare const index$1_expectSome: typeof expectSome;
1037
- declare const index$1_getAccountMetasAndSigners: typeof getAccountMetasAndSigners;
1038
- declare namespace index$1 {
1031
+ type index$1_ResolvedAccount<T = PublicKey | Pda | Signer | null> = ResolvedAccount<T>;
1032
+ type index$1_ResolvedAccounts = ResolvedAccounts;
1033
+ type index$1_ResolvedAccountsWithIndices = ResolvedAccountsWithIndices;
1034
+ declare const index$1_expectPda: typeof expectPda;
1035
+ declare const index$1_expectPublicKey: typeof expectPublicKey;
1036
+ declare const index$1_expectSome: typeof expectSome;
1037
+ declare const index$1_getAccountMetasAndSigners: typeof getAccountMetasAndSigners;
1038
+ declare namespace index$1 {
1039
1039
  export { type index$1_PickPartial as PickPartial, type index$1_ResolvedAccount as ResolvedAccount, type index$1_ResolvedAccounts as ResolvedAccounts, type index$1_ResolvedAccountsWithIndices as ResolvedAccountsWithIndices, index$1_expectPda as expectPda, index$1_expectPublicKey as expectPublicKey, index$1_expectSome as expectSome, index$1_getAccountMetasAndSigners as getAccountMetasAndSigners };
1040
1040
  }
1041
1041
 
@@ -1121,26 +1121,26 @@ declare function getOftErrorFromName(name: string, program: Program, cause?: Err
1121
1121
  */
1122
1122
 
1123
1123
  type index_InvalidDecimalsError = InvalidDecimalsError;
1124
- declare const index_InvalidDecimalsError: typeof InvalidDecimalsError;
1125
- type index_InvalidFeeError = InvalidFeeError;
1126
- declare const index_InvalidFeeError: typeof InvalidFeeError;
1127
- type index_InvalidMintAuthorityError = InvalidMintAuthorityError;
1128
- declare const index_InvalidMintAuthorityError: typeof InvalidMintAuthorityError;
1129
- type index_InvalidSenderError = InvalidSenderError;
1130
- declare const index_InvalidSenderError: typeof InvalidSenderError;
1131
- type index_InvalidTokenDestError = InvalidTokenDestError;
1132
- declare const index_InvalidTokenDestError: typeof InvalidTokenDestError;
1133
- type index_PausedError = PausedError;
1134
- declare const index_PausedError: typeof PausedError;
1135
- type index_RateLimitExceededError = RateLimitExceededError;
1136
- declare const index_RateLimitExceededError: typeof RateLimitExceededError;
1137
- type index_SlippageExceededError = SlippageExceededError;
1138
- declare const index_SlippageExceededError: typeof SlippageExceededError;
1139
- type index_UnauthorizedError = UnauthorizedError;
1140
- declare const index_UnauthorizedError: typeof UnauthorizedError;
1141
- declare const index_getOftErrorFromCode: typeof getOftErrorFromCode;
1142
- declare const index_getOftErrorFromName: typeof getOftErrorFromName;
1143
- declare namespace index {
1124
+ declare const index_InvalidDecimalsError: typeof InvalidDecimalsError;
1125
+ type index_InvalidFeeError = InvalidFeeError;
1126
+ declare const index_InvalidFeeError: typeof InvalidFeeError;
1127
+ type index_InvalidMintAuthorityError = InvalidMintAuthorityError;
1128
+ declare const index_InvalidMintAuthorityError: typeof InvalidMintAuthorityError;
1129
+ type index_InvalidSenderError = InvalidSenderError;
1130
+ declare const index_InvalidSenderError: typeof InvalidSenderError;
1131
+ type index_InvalidTokenDestError = InvalidTokenDestError;
1132
+ declare const index_InvalidTokenDestError: typeof InvalidTokenDestError;
1133
+ type index_PausedError = PausedError;
1134
+ declare const index_PausedError: typeof PausedError;
1135
+ type index_RateLimitExceededError = RateLimitExceededError;
1136
+ declare const index_RateLimitExceededError: typeof RateLimitExceededError;
1137
+ type index_SlippageExceededError = SlippageExceededError;
1138
+ declare const index_SlippageExceededError: typeof SlippageExceededError;
1139
+ type index_UnauthorizedError = UnauthorizedError;
1140
+ declare const index_UnauthorizedError: typeof UnauthorizedError;
1141
+ declare const index_getOftErrorFromCode: typeof getOftErrorFromCode;
1142
+ declare const index_getOftErrorFromName: typeof getOftErrorFromName;
1143
+ declare namespace index {
1144
1144
  export { index_InvalidDecimalsError as InvalidDecimalsError, index_InvalidFeeError as InvalidFeeError, index_InvalidMintAuthorityError as InvalidMintAuthorityError, index_InvalidSenderError as InvalidSenderError, index_InvalidTokenDestError as InvalidTokenDestError, index_PausedError as PausedError, index_RateLimitExceededError as RateLimitExceededError, index_SlippageExceededError as SlippageExceededError, index_UnauthorizedError as UnauthorizedError, index_getOftErrorFromCode as getOftErrorFromCode, index_getOftErrorFromName as getOftErrorFromName };
1145
1145
  }
1146
1146
 
@@ -1342,30 +1342,30 @@ declare function getDelegate(rpc: RpcInterface, oftInstance: PublicKey, endpoint
1342
1342
  declare function getEnforcedOptions(rpc: RpcInterface, oftInstance: PublicKey, remoteEid: number, oftProgramId: PublicKey): Promise<EnforcedOptions>;
1343
1343
 
1344
1344
  type oft_SetOFTConfigParams = SetOFTConfigParams;
1345
- type oft_SetPeerAddressParam = SetPeerAddressParam;
1346
- type oft_SetPeerEnforcedOptionsParam = SetPeerEnforcedOptionsParam;
1347
- type oft_SetPeerFeeBpsParam = SetPeerFeeBpsParam;
1348
- type oft_SetPeerRateLimitParam = SetPeerRateLimitParam;
1349
- declare const oft_createOFTProgramRepo: typeof createOFTProgramRepo;
1350
- declare const oft_getDelegate: typeof getDelegate;
1351
- declare const oft_getEndpointConfig: typeof getEndpointConfig;
1352
- declare const oft_getEnforcedOptions: typeof getEnforcedOptions;
1353
- declare const oft_getPeerAddress: typeof getPeerAddress;
1354
- declare const oft_initConfig: typeof initConfig;
1355
- declare const oft_initOAppNonce: typeof initOAppNonce;
1356
- declare const oft_initOft: typeof initOft;
1357
- declare const oft_initReceiveLibrary: typeof initReceiveLibrary;
1358
- declare const oft_initSendLibrary: typeof initSendLibrary;
1359
- declare const oft_quote: typeof quote;
1360
- declare const oft_quoteOft: typeof quoteOft;
1361
- declare const oft_send: typeof send;
1362
- declare const oft_setConfig: typeof setConfig;
1363
- declare const oft_setOFTConfig: typeof setOFTConfig;
1364
- declare const oft_setPeerConfig: typeof setPeerConfig;
1365
- declare const oft_setReceiveLibrary: typeof setReceiveLibrary;
1366
- declare const oft_setSendLibrary: typeof setSendLibrary;
1367
- declare const oft_withdrawFee: typeof withdrawFee;
1368
- declare namespace oft {
1345
+ type oft_SetPeerAddressParam = SetPeerAddressParam;
1346
+ type oft_SetPeerEnforcedOptionsParam = SetPeerEnforcedOptionsParam;
1347
+ type oft_SetPeerFeeBpsParam = SetPeerFeeBpsParam;
1348
+ type oft_SetPeerRateLimitParam = SetPeerRateLimitParam;
1349
+ declare const oft_createOFTProgramRepo: typeof createOFTProgramRepo;
1350
+ declare const oft_getDelegate: typeof getDelegate;
1351
+ declare const oft_getEndpointConfig: typeof getEndpointConfig;
1352
+ declare const oft_getEnforcedOptions: typeof getEnforcedOptions;
1353
+ declare const oft_getPeerAddress: typeof getPeerAddress;
1354
+ declare const oft_initConfig: typeof initConfig;
1355
+ declare const oft_initOAppNonce: typeof initOAppNonce;
1356
+ declare const oft_initOft: typeof initOft;
1357
+ declare const oft_initReceiveLibrary: typeof initReceiveLibrary;
1358
+ declare const oft_initSendLibrary: typeof initSendLibrary;
1359
+ declare const oft_quote: typeof quote;
1360
+ declare const oft_quoteOft: typeof quoteOft;
1361
+ declare const oft_send: typeof send;
1362
+ declare const oft_setConfig: typeof setConfig;
1363
+ declare const oft_setOFTConfig: typeof setOFTConfig;
1364
+ declare const oft_setPeerConfig: typeof setPeerConfig;
1365
+ declare const oft_setReceiveLibrary: typeof setReceiveLibrary;
1366
+ declare const oft_setSendLibrary: typeof setSendLibrary;
1367
+ declare const oft_withdrawFee: typeof withdrawFee;
1368
+ declare namespace oft {
1369
1369
  export { type oft_SetOFTConfigParams as SetOFTConfigParams, type oft_SetPeerAddressParam as SetPeerAddressParam, type oft_SetPeerEnforcedOptionsParam as SetPeerEnforcedOptionsParam, type oft_SetPeerFeeBpsParam as SetPeerFeeBpsParam, type oft_SetPeerRateLimitParam as SetPeerRateLimitParam, oft_createOFTProgramRepo as createOFTProgramRepo, oft_getDelegate as getDelegate, oft_getEndpointConfig as getEndpointConfig, oft_getEnforcedOptions as getEnforcedOptions, oft_getPeerAddress as getPeerAddress, oft_initConfig as initConfig, oft_initOAppNonce as initOAppNonce, oft_initOft as initOft, oft_initReceiveLibrary as initReceiveLibrary, oft_initSendLibrary as initSendLibrary, oft_quote as quote, oft_quoteOft as quoteOft, oft_send as send, oft_setConfig as setConfig, oft_setOFTConfig as setOFTConfig, oft_setPeerConfig as setPeerConfig, oft_setReceiveLibrary as setReceiveLibrary, oft_setSendLibrary as setSendLibrary, oft_withdrawFee as withdrawFee };
1370
1370
  }
1371
1371
 
package/dist/index.d.ts CHANGED
@@ -372,52 +372,52 @@ declare function getVersionSerializer(): Serializer<VersionArgs, Version>;
372
372
  */
373
373
 
374
374
  type index$5_EnforcedOptions = EnforcedOptions;
375
- type index$5_EnforcedOptionsArgs = EnforcedOptionsArgs;
376
- type index$5_LzAccount = LzAccount;
377
- type index$5_LzAccountArgs = LzAccountArgs;
378
- type index$5_LzReceiveParams = LzReceiveParams;
379
- type index$5_LzReceiveParamsArgs = LzReceiveParamsArgs;
380
- type index$5_MessagingFee = MessagingFee;
381
- type index$5_MessagingFeeArgs = MessagingFeeArgs;
382
- type index$5_OFTFeeDetail = OFTFeeDetail;
383
- type index$5_OFTFeeDetailArgs = OFTFeeDetailArgs;
384
- type index$5_OFTLimits = OFTLimits;
385
- type index$5_OFTLimitsArgs = OFTLimitsArgs;
386
- type index$5_OFTReceipt = OFTReceipt;
387
- type index$5_OFTReceiptArgs = OFTReceiptArgs;
388
- type index$5_OFTType = OFTType;
389
- declare const index$5_OFTType: typeof OFTType;
390
- type index$5_OFTTypeArgs = OFTTypeArgs;
391
- type index$5_PeerConfigParam = PeerConfigParam;
392
- type index$5_PeerConfigParamArgs = PeerConfigParamArgs;
393
- type index$5_QuoteOFTResult = QuoteOFTResult;
394
- type index$5_QuoteOFTResultArgs = QuoteOFTResultArgs;
395
- type index$5_RateLimitParams = RateLimitParams;
396
- type index$5_RateLimitParamsArgs = RateLimitParamsArgs;
397
- type index$5_RateLimiter = RateLimiter;
398
- type index$5_RateLimiterArgs = RateLimiterArgs;
399
- type index$5_SetOFTConfigParamsArgs = SetOFTConfigParamsArgs;
400
- type index$5_Version = Version;
401
- type index$5_VersionArgs = VersionArgs;
402
- declare const index$5_getEnforcedOptionsSerializer: typeof getEnforcedOptionsSerializer;
403
- declare const index$5_getLzAccountSerializer: typeof getLzAccountSerializer;
404
- declare const index$5_getLzReceiveParamsSerializer: typeof getLzReceiveParamsSerializer;
405
- declare const index$5_getMessagingFeeSerializer: typeof getMessagingFeeSerializer;
406
- declare const index$5_getOFTFeeDetailSerializer: typeof getOFTFeeDetailSerializer;
407
- declare const index$5_getOFTLimitsSerializer: typeof getOFTLimitsSerializer;
408
- declare const index$5_getOFTReceiptSerializer: typeof getOFTReceiptSerializer;
409
- declare const index$5_getOFTTypeSerializer: typeof getOFTTypeSerializer;
410
- declare const index$5_getPeerConfigParamSerializer: typeof getPeerConfigParamSerializer;
411
- declare const index$5_getQuoteOFTResultSerializer: typeof getQuoteOFTResultSerializer;
412
- declare const index$5_getRateLimitParamsSerializer: typeof getRateLimitParamsSerializer;
413
- declare const index$5_getRateLimiterSerializer: typeof getRateLimiterSerializer;
414
- declare const index$5_getSetOFTConfigParamsSerializer: typeof getSetOFTConfigParamsSerializer;
415
- declare const index$5_getVersionSerializer: typeof getVersionSerializer;
416
- declare const index$5_isPeerConfigParam: typeof isPeerConfigParam;
417
- declare const index$5_isSetOFTConfigParams: typeof isSetOFTConfigParams;
418
- declare const index$5_peerConfigParam: typeof peerConfigParam;
419
- declare const index$5_setOFTConfigParams: typeof setOFTConfigParams;
420
- declare namespace index$5 {
375
+ type index$5_EnforcedOptionsArgs = EnforcedOptionsArgs;
376
+ type index$5_LzAccount = LzAccount;
377
+ type index$5_LzAccountArgs = LzAccountArgs;
378
+ type index$5_LzReceiveParams = LzReceiveParams;
379
+ type index$5_LzReceiveParamsArgs = LzReceiveParamsArgs;
380
+ type index$5_MessagingFee = MessagingFee;
381
+ type index$5_MessagingFeeArgs = MessagingFeeArgs;
382
+ type index$5_OFTFeeDetail = OFTFeeDetail;
383
+ type index$5_OFTFeeDetailArgs = OFTFeeDetailArgs;
384
+ type index$5_OFTLimits = OFTLimits;
385
+ type index$5_OFTLimitsArgs = OFTLimitsArgs;
386
+ type index$5_OFTReceipt = OFTReceipt;
387
+ type index$5_OFTReceiptArgs = OFTReceiptArgs;
388
+ type index$5_OFTType = OFTType;
389
+ declare const index$5_OFTType: typeof OFTType;
390
+ type index$5_OFTTypeArgs = OFTTypeArgs;
391
+ type index$5_PeerConfigParam = PeerConfigParam;
392
+ type index$5_PeerConfigParamArgs = PeerConfigParamArgs;
393
+ type index$5_QuoteOFTResult = QuoteOFTResult;
394
+ type index$5_QuoteOFTResultArgs = QuoteOFTResultArgs;
395
+ type index$5_RateLimitParams = RateLimitParams;
396
+ type index$5_RateLimitParamsArgs = RateLimitParamsArgs;
397
+ type index$5_RateLimiter = RateLimiter;
398
+ type index$5_RateLimiterArgs = RateLimiterArgs;
399
+ type index$5_SetOFTConfigParamsArgs = SetOFTConfigParamsArgs;
400
+ type index$5_Version = Version;
401
+ type index$5_VersionArgs = VersionArgs;
402
+ declare const index$5_getEnforcedOptionsSerializer: typeof getEnforcedOptionsSerializer;
403
+ declare const index$5_getLzAccountSerializer: typeof getLzAccountSerializer;
404
+ declare const index$5_getLzReceiveParamsSerializer: typeof getLzReceiveParamsSerializer;
405
+ declare const index$5_getMessagingFeeSerializer: typeof getMessagingFeeSerializer;
406
+ declare const index$5_getOFTFeeDetailSerializer: typeof getOFTFeeDetailSerializer;
407
+ declare const index$5_getOFTLimitsSerializer: typeof getOFTLimitsSerializer;
408
+ declare const index$5_getOFTReceiptSerializer: typeof getOFTReceiptSerializer;
409
+ declare const index$5_getOFTTypeSerializer: typeof getOFTTypeSerializer;
410
+ declare const index$5_getPeerConfigParamSerializer: typeof getPeerConfigParamSerializer;
411
+ declare const index$5_getQuoteOFTResultSerializer: typeof getQuoteOFTResultSerializer;
412
+ declare const index$5_getRateLimitParamsSerializer: typeof getRateLimitParamsSerializer;
413
+ declare const index$5_getRateLimiterSerializer: typeof getRateLimiterSerializer;
414
+ declare const index$5_getSetOFTConfigParamsSerializer: typeof getSetOFTConfigParamsSerializer;
415
+ declare const index$5_getVersionSerializer: typeof getVersionSerializer;
416
+ declare const index$5_isPeerConfigParam: typeof isPeerConfigParam;
417
+ declare const index$5_isSetOFTConfigParams: typeof isSetOFTConfigParams;
418
+ declare const index$5_peerConfigParam: typeof peerConfigParam;
419
+ declare const index$5_setOFTConfigParams: typeof setOFTConfigParams;
420
+ declare namespace index$5 {
421
421
  export { type index$5_EnforcedOptions as EnforcedOptions, type index$5_EnforcedOptionsArgs as EnforcedOptionsArgs, type index$5_LzAccount as LzAccount, type index$5_LzAccountArgs as LzAccountArgs, type index$5_LzReceiveParams as LzReceiveParams, type index$5_LzReceiveParamsArgs as LzReceiveParamsArgs, type index$5_MessagingFee as MessagingFee, type index$5_MessagingFeeArgs as MessagingFeeArgs, type index$5_OFTFeeDetail as OFTFeeDetail, type index$5_OFTFeeDetailArgs as OFTFeeDetailArgs, type index$5_OFTLimits as OFTLimits, type index$5_OFTLimitsArgs as OFTLimitsArgs, type index$5_OFTReceipt as OFTReceipt, type index$5_OFTReceiptArgs as OFTReceiptArgs, index$5_OFTType as OFTType, type index$5_OFTTypeArgs as OFTTypeArgs, type index$5_PeerConfigParam as PeerConfigParam, type index$5_PeerConfigParamArgs as PeerConfigParamArgs, type index$5_QuoteOFTResult as QuoteOFTResult, type index$5_QuoteOFTResultArgs as QuoteOFTResultArgs, type index$5_RateLimitParams as RateLimitParams, type index$5_RateLimitParamsArgs as RateLimitParamsArgs, type index$5_RateLimiter as RateLimiter, type index$5_RateLimiterArgs as RateLimiterArgs, type SetOFTConfigParams$1 as SetOFTConfigParams, type index$5_SetOFTConfigParamsArgs as SetOFTConfigParamsArgs, type index$5_Version as Version, type index$5_VersionArgs as VersionArgs, index$5_getEnforcedOptionsSerializer as getEnforcedOptionsSerializer, index$5_getLzAccountSerializer as getLzAccountSerializer, index$5_getLzReceiveParamsSerializer as getLzReceiveParamsSerializer, index$5_getMessagingFeeSerializer as getMessagingFeeSerializer, index$5_getOFTFeeDetailSerializer as getOFTFeeDetailSerializer, index$5_getOFTLimitsSerializer as getOFTLimitsSerializer, index$5_getOFTReceiptSerializer as getOFTReceiptSerializer, index$5_getOFTTypeSerializer as getOFTTypeSerializer, index$5_getPeerConfigParamSerializer as getPeerConfigParamSerializer, index$5_getQuoteOFTResultSerializer as getQuoteOFTResultSerializer, index$5_getRateLimitParamsSerializer as getRateLimitParamsSerializer, index$5_getRateLimiterSerializer as getRateLimiterSerializer, index$5_getSetOFTConfigParamsSerializer as getSetOFTConfigParamsSerializer, index$5_getVersionSerializer as getVersionSerializer, index$5_isPeerConfigParam as isPeerConfigParam, index$5_isSetOFTConfigParams as isSetOFTConfigParams, index$5_peerConfigParam as peerConfigParam, index$5_setOFTConfigParams as setOFTConfigParams };
422
422
  }
423
423
 
@@ -516,37 +516,37 @@ declare function getPeerConfigGpaBuilder(context: Pick<Context, 'rpc' | 'program
516
516
  */
517
517
 
518
518
  type index$4_LzReceiveTypesAccounts = LzReceiveTypesAccounts;
519
- type index$4_LzReceiveTypesAccountsAccountData = LzReceiveTypesAccountsAccountData;
520
- type index$4_LzReceiveTypesAccountsAccountDataArgs = LzReceiveTypesAccountsAccountDataArgs;
521
- type index$4_OFTStore = OFTStore;
522
- type index$4_OFTStoreAccountData = OFTStoreAccountData;
523
- type index$4_OFTStoreAccountDataArgs = OFTStoreAccountDataArgs;
524
- type index$4_PeerConfig = PeerConfig;
525
- type index$4_PeerConfigAccountData = PeerConfigAccountData;
526
- type index$4_PeerConfigAccountDataArgs = PeerConfigAccountDataArgs;
527
- declare const index$4_deserializeLzReceiveTypesAccounts: typeof deserializeLzReceiveTypesAccounts;
528
- declare const index$4_deserializeOFTStore: typeof deserializeOFTStore;
529
- declare const index$4_deserializePeerConfig: typeof deserializePeerConfig;
530
- declare const index$4_fetchAllLzReceiveTypesAccounts: typeof fetchAllLzReceiveTypesAccounts;
531
- declare const index$4_fetchAllOFTStore: typeof fetchAllOFTStore;
532
- declare const index$4_fetchAllPeerConfig: typeof fetchAllPeerConfig;
533
- declare const index$4_fetchLzReceiveTypesAccounts: typeof fetchLzReceiveTypesAccounts;
534
- declare const index$4_fetchOFTStore: typeof fetchOFTStore;
535
- declare const index$4_fetchPeerConfig: typeof fetchPeerConfig;
536
- declare const index$4_getLzReceiveTypesAccountsAccountDataSerializer: typeof getLzReceiveTypesAccountsAccountDataSerializer;
537
- declare const index$4_getLzReceiveTypesAccountsGpaBuilder: typeof getLzReceiveTypesAccountsGpaBuilder;
538
- declare const index$4_getLzReceiveTypesAccountsSize: typeof getLzReceiveTypesAccountsSize;
539
- declare const index$4_getOFTStoreAccountDataSerializer: typeof getOFTStoreAccountDataSerializer;
540
- declare const index$4_getOFTStoreGpaBuilder: typeof getOFTStoreGpaBuilder;
541
- declare const index$4_getPeerConfigAccountDataSerializer: typeof getPeerConfigAccountDataSerializer;
542
- declare const index$4_getPeerConfigGpaBuilder: typeof getPeerConfigGpaBuilder;
543
- declare const index$4_safeFetchAllLzReceiveTypesAccounts: typeof safeFetchAllLzReceiveTypesAccounts;
544
- declare const index$4_safeFetchAllOFTStore: typeof safeFetchAllOFTStore;
545
- declare const index$4_safeFetchAllPeerConfig: typeof safeFetchAllPeerConfig;
546
- declare const index$4_safeFetchLzReceiveTypesAccounts: typeof safeFetchLzReceiveTypesAccounts;
547
- declare const index$4_safeFetchOFTStore: typeof safeFetchOFTStore;
548
- declare const index$4_safeFetchPeerConfig: typeof safeFetchPeerConfig;
549
- declare namespace index$4 {
519
+ type index$4_LzReceiveTypesAccountsAccountData = LzReceiveTypesAccountsAccountData;
520
+ type index$4_LzReceiveTypesAccountsAccountDataArgs = LzReceiveTypesAccountsAccountDataArgs;
521
+ type index$4_OFTStore = OFTStore;
522
+ type index$4_OFTStoreAccountData = OFTStoreAccountData;
523
+ type index$4_OFTStoreAccountDataArgs = OFTStoreAccountDataArgs;
524
+ type index$4_PeerConfig = PeerConfig;
525
+ type index$4_PeerConfigAccountData = PeerConfigAccountData;
526
+ type index$4_PeerConfigAccountDataArgs = PeerConfigAccountDataArgs;
527
+ declare const index$4_deserializeLzReceiveTypesAccounts: typeof deserializeLzReceiveTypesAccounts;
528
+ declare const index$4_deserializeOFTStore: typeof deserializeOFTStore;
529
+ declare const index$4_deserializePeerConfig: typeof deserializePeerConfig;
530
+ declare const index$4_fetchAllLzReceiveTypesAccounts: typeof fetchAllLzReceiveTypesAccounts;
531
+ declare const index$4_fetchAllOFTStore: typeof fetchAllOFTStore;
532
+ declare const index$4_fetchAllPeerConfig: typeof fetchAllPeerConfig;
533
+ declare const index$4_fetchLzReceiveTypesAccounts: typeof fetchLzReceiveTypesAccounts;
534
+ declare const index$4_fetchOFTStore: typeof fetchOFTStore;
535
+ declare const index$4_fetchPeerConfig: typeof fetchPeerConfig;
536
+ declare const index$4_getLzReceiveTypesAccountsAccountDataSerializer: typeof getLzReceiveTypesAccountsAccountDataSerializer;
537
+ declare const index$4_getLzReceiveTypesAccountsGpaBuilder: typeof getLzReceiveTypesAccountsGpaBuilder;
538
+ declare const index$4_getLzReceiveTypesAccountsSize: typeof getLzReceiveTypesAccountsSize;
539
+ declare const index$4_getOFTStoreAccountDataSerializer: typeof getOFTStoreAccountDataSerializer;
540
+ declare const index$4_getOFTStoreGpaBuilder: typeof getOFTStoreGpaBuilder;
541
+ declare const index$4_getPeerConfigAccountDataSerializer: typeof getPeerConfigAccountDataSerializer;
542
+ declare const index$4_getPeerConfigGpaBuilder: typeof getPeerConfigGpaBuilder;
543
+ declare const index$4_safeFetchAllLzReceiveTypesAccounts: typeof safeFetchAllLzReceiveTypesAccounts;
544
+ declare const index$4_safeFetchAllOFTStore: typeof safeFetchAllOFTStore;
545
+ declare const index$4_safeFetchAllPeerConfig: typeof safeFetchAllPeerConfig;
546
+ declare const index$4_safeFetchLzReceiveTypesAccounts: typeof safeFetchLzReceiveTypesAccounts;
547
+ declare const index$4_safeFetchOFTStore: typeof safeFetchOFTStore;
548
+ declare const index$4_safeFetchPeerConfig: typeof safeFetchPeerConfig;
549
+ declare namespace index$4 {
550
550
  export { type index$4_LzReceiveTypesAccounts as LzReceiveTypesAccounts, type index$4_LzReceiveTypesAccountsAccountData as LzReceiveTypesAccountsAccountData, type index$4_LzReceiveTypesAccountsAccountDataArgs as LzReceiveTypesAccountsAccountDataArgs, type index$4_OFTStore as OFTStore, type index$4_OFTStoreAccountData as OFTStoreAccountData, type index$4_OFTStoreAccountDataArgs as OFTStoreAccountDataArgs, type index$4_PeerConfig as PeerConfig, type index$4_PeerConfigAccountData as PeerConfigAccountData, type index$4_PeerConfigAccountDataArgs as PeerConfigAccountDataArgs, index$4_deserializeLzReceiveTypesAccounts as deserializeLzReceiveTypesAccounts, index$4_deserializeOFTStore as deserializeOFTStore, index$4_deserializePeerConfig as deserializePeerConfig, index$4_fetchAllLzReceiveTypesAccounts as fetchAllLzReceiveTypesAccounts, index$4_fetchAllOFTStore as fetchAllOFTStore, index$4_fetchAllPeerConfig as fetchAllPeerConfig, index$4_fetchLzReceiveTypesAccounts as fetchLzReceiveTypesAccounts, index$4_fetchOFTStore as fetchOFTStore, index$4_fetchPeerConfig as fetchPeerConfig, index$4_getLzReceiveTypesAccountsAccountDataSerializer as getLzReceiveTypesAccountsAccountDataSerializer, index$4_getLzReceiveTypesAccountsGpaBuilder as getLzReceiveTypesAccountsGpaBuilder, index$4_getLzReceiveTypesAccountsSize as getLzReceiveTypesAccountsSize, index$4_getOFTStoreAccountDataSerializer as getOFTStoreAccountDataSerializer, index$4_getOFTStoreGpaBuilder as getOFTStoreGpaBuilder, index$4_getPeerConfigAccountDataSerializer as getPeerConfigAccountDataSerializer, index$4_getPeerConfigGpaBuilder as getPeerConfigGpaBuilder, index$4_safeFetchAllLzReceiveTypesAccounts as safeFetchAllLzReceiveTypesAccounts, index$4_safeFetchAllOFTStore as safeFetchAllOFTStore, index$4_safeFetchAllPeerConfig as safeFetchAllPeerConfig, index$4_safeFetchLzReceiveTypesAccounts as safeFetchLzReceiveTypesAccounts, index$4_safeFetchOFTStore as safeFetchOFTStore, index$4_safeFetchPeerConfig as safeFetchPeerConfig };
551
551
  }
552
552
 
@@ -882,65 +882,65 @@ declare function withdrawFee$1(context: Pick<Context, 'programs'>, input: Withdr
882
882
  */
883
883
 
884
884
  type index$3_InitOftInstructionAccounts = InitOftInstructionAccounts;
885
- type index$3_InitOftInstructionArgs = InitOftInstructionArgs;
886
- type index$3_InitOftInstructionData = InitOftInstructionData;
887
- type index$3_InitOftInstructionDataArgs = InitOftInstructionDataArgs;
888
- type index$3_LzReceiveInstructionAccounts = LzReceiveInstructionAccounts;
889
- type index$3_LzReceiveInstructionArgs = LzReceiveInstructionArgs;
890
- type index$3_LzReceiveInstructionData = LzReceiveInstructionData;
891
- type index$3_LzReceiveInstructionDataArgs = LzReceiveInstructionDataArgs;
892
- type index$3_LzReceiveTypesInstructionAccounts = LzReceiveTypesInstructionAccounts;
893
- type index$3_LzReceiveTypesInstructionArgs = LzReceiveTypesInstructionArgs;
894
- type index$3_LzReceiveTypesInstructionData = LzReceiveTypesInstructionData;
895
- type index$3_LzReceiveTypesInstructionDataArgs = LzReceiveTypesInstructionDataArgs;
896
- type index$3_OftVersionInstructionData = OftVersionInstructionData;
897
- type index$3_OftVersionInstructionDataArgs = OftVersionInstructionDataArgs;
898
- type index$3_QuoteOftInstructionAccounts = QuoteOftInstructionAccounts;
899
- type index$3_QuoteOftInstructionArgs = QuoteOftInstructionArgs;
900
- type index$3_QuoteOftInstructionData = QuoteOftInstructionData;
901
- type index$3_QuoteOftInstructionDataArgs = QuoteOftInstructionDataArgs;
902
- type index$3_QuoteSendInstructionAccounts = QuoteSendInstructionAccounts;
903
- type index$3_QuoteSendInstructionArgs = QuoteSendInstructionArgs;
904
- type index$3_QuoteSendInstructionData = QuoteSendInstructionData;
905
- type index$3_QuoteSendInstructionDataArgs = QuoteSendInstructionDataArgs;
906
- type index$3_SendInstructionAccounts = SendInstructionAccounts;
907
- type index$3_SendInstructionArgs = SendInstructionArgs;
908
- type index$3_SendInstructionData = SendInstructionData;
909
- type index$3_SendInstructionDataArgs = SendInstructionDataArgs;
910
- type index$3_SetOftConfigInstructionAccounts = SetOftConfigInstructionAccounts;
911
- type index$3_SetOftConfigInstructionArgs = SetOftConfigInstructionArgs;
912
- type index$3_SetOftConfigInstructionData = SetOftConfigInstructionData;
913
- type index$3_SetOftConfigInstructionDataArgs = SetOftConfigInstructionDataArgs;
914
- type index$3_SetPauseInstructionAccounts = SetPauseInstructionAccounts;
915
- type index$3_SetPauseInstructionArgs = SetPauseInstructionArgs;
916
- type index$3_SetPauseInstructionData = SetPauseInstructionData;
917
- type index$3_SetPauseInstructionDataArgs = SetPauseInstructionDataArgs;
918
- type index$3_SetPeerConfigInstructionAccounts = SetPeerConfigInstructionAccounts;
919
- type index$3_SetPeerConfigInstructionArgs = SetPeerConfigInstructionArgs;
920
- type index$3_SetPeerConfigInstructionData = SetPeerConfigInstructionData;
921
- type index$3_SetPeerConfigInstructionDataArgs = SetPeerConfigInstructionDataArgs;
922
- type index$3_WithdrawFeeInstructionAccounts = WithdrawFeeInstructionAccounts;
923
- type index$3_WithdrawFeeInstructionArgs = WithdrawFeeInstructionArgs;
924
- type index$3_WithdrawFeeInstructionData = WithdrawFeeInstructionData;
925
- type index$3_WithdrawFeeInstructionDataArgs = WithdrawFeeInstructionDataArgs;
926
- declare const index$3_getInitOftInstructionDataSerializer: typeof getInitOftInstructionDataSerializer;
927
- declare const index$3_getLzReceiveInstructionDataSerializer: typeof getLzReceiveInstructionDataSerializer;
928
- declare const index$3_getLzReceiveTypesInstructionDataSerializer: typeof getLzReceiveTypesInstructionDataSerializer;
929
- declare const index$3_getOftVersionInstructionDataSerializer: typeof getOftVersionInstructionDataSerializer;
930
- declare const index$3_getQuoteOftInstructionDataSerializer: typeof getQuoteOftInstructionDataSerializer;
931
- declare const index$3_getQuoteSendInstructionDataSerializer: typeof getQuoteSendInstructionDataSerializer;
932
- declare const index$3_getSendInstructionDataSerializer: typeof getSendInstructionDataSerializer;
933
- declare const index$3_getSetOftConfigInstructionDataSerializer: typeof getSetOftConfigInstructionDataSerializer;
934
- declare const index$3_getSetPauseInstructionDataSerializer: typeof getSetPauseInstructionDataSerializer;
935
- declare const index$3_getSetPeerConfigInstructionDataSerializer: typeof getSetPeerConfigInstructionDataSerializer;
936
- declare const index$3_getWithdrawFeeInstructionDataSerializer: typeof getWithdrawFeeInstructionDataSerializer;
937
- declare const index$3_lzReceive: typeof lzReceive;
938
- declare const index$3_lzReceiveTypes: typeof lzReceiveTypes;
939
- declare const index$3_oftVersion: typeof oftVersion;
940
- declare const index$3_quoteSend: typeof quoteSend;
941
- declare const index$3_setOftConfig: typeof setOftConfig;
942
- declare const index$3_setPause: typeof setPause;
943
- declare namespace index$3 {
885
+ type index$3_InitOftInstructionArgs = InitOftInstructionArgs;
886
+ type index$3_InitOftInstructionData = InitOftInstructionData;
887
+ type index$3_InitOftInstructionDataArgs = InitOftInstructionDataArgs;
888
+ type index$3_LzReceiveInstructionAccounts = LzReceiveInstructionAccounts;
889
+ type index$3_LzReceiveInstructionArgs = LzReceiveInstructionArgs;
890
+ type index$3_LzReceiveInstructionData = LzReceiveInstructionData;
891
+ type index$3_LzReceiveInstructionDataArgs = LzReceiveInstructionDataArgs;
892
+ type index$3_LzReceiveTypesInstructionAccounts = LzReceiveTypesInstructionAccounts;
893
+ type index$3_LzReceiveTypesInstructionArgs = LzReceiveTypesInstructionArgs;
894
+ type index$3_LzReceiveTypesInstructionData = LzReceiveTypesInstructionData;
895
+ type index$3_LzReceiveTypesInstructionDataArgs = LzReceiveTypesInstructionDataArgs;
896
+ type index$3_OftVersionInstructionData = OftVersionInstructionData;
897
+ type index$3_OftVersionInstructionDataArgs = OftVersionInstructionDataArgs;
898
+ type index$3_QuoteOftInstructionAccounts = QuoteOftInstructionAccounts;
899
+ type index$3_QuoteOftInstructionArgs = QuoteOftInstructionArgs;
900
+ type index$3_QuoteOftInstructionData = QuoteOftInstructionData;
901
+ type index$3_QuoteOftInstructionDataArgs = QuoteOftInstructionDataArgs;
902
+ type index$3_QuoteSendInstructionAccounts = QuoteSendInstructionAccounts;
903
+ type index$3_QuoteSendInstructionArgs = QuoteSendInstructionArgs;
904
+ type index$3_QuoteSendInstructionData = QuoteSendInstructionData;
905
+ type index$3_QuoteSendInstructionDataArgs = QuoteSendInstructionDataArgs;
906
+ type index$3_SendInstructionAccounts = SendInstructionAccounts;
907
+ type index$3_SendInstructionArgs = SendInstructionArgs;
908
+ type index$3_SendInstructionData = SendInstructionData;
909
+ type index$3_SendInstructionDataArgs = SendInstructionDataArgs;
910
+ type index$3_SetOftConfigInstructionAccounts = SetOftConfigInstructionAccounts;
911
+ type index$3_SetOftConfigInstructionArgs = SetOftConfigInstructionArgs;
912
+ type index$3_SetOftConfigInstructionData = SetOftConfigInstructionData;
913
+ type index$3_SetOftConfigInstructionDataArgs = SetOftConfigInstructionDataArgs;
914
+ type index$3_SetPauseInstructionAccounts = SetPauseInstructionAccounts;
915
+ type index$3_SetPauseInstructionArgs = SetPauseInstructionArgs;
916
+ type index$3_SetPauseInstructionData = SetPauseInstructionData;
917
+ type index$3_SetPauseInstructionDataArgs = SetPauseInstructionDataArgs;
918
+ type index$3_SetPeerConfigInstructionAccounts = SetPeerConfigInstructionAccounts;
919
+ type index$3_SetPeerConfigInstructionArgs = SetPeerConfigInstructionArgs;
920
+ type index$3_SetPeerConfigInstructionData = SetPeerConfigInstructionData;
921
+ type index$3_SetPeerConfigInstructionDataArgs = SetPeerConfigInstructionDataArgs;
922
+ type index$3_WithdrawFeeInstructionAccounts = WithdrawFeeInstructionAccounts;
923
+ type index$3_WithdrawFeeInstructionArgs = WithdrawFeeInstructionArgs;
924
+ type index$3_WithdrawFeeInstructionData = WithdrawFeeInstructionData;
925
+ type index$3_WithdrawFeeInstructionDataArgs = WithdrawFeeInstructionDataArgs;
926
+ declare const index$3_getInitOftInstructionDataSerializer: typeof getInitOftInstructionDataSerializer;
927
+ declare const index$3_getLzReceiveInstructionDataSerializer: typeof getLzReceiveInstructionDataSerializer;
928
+ declare const index$3_getLzReceiveTypesInstructionDataSerializer: typeof getLzReceiveTypesInstructionDataSerializer;
929
+ declare const index$3_getOftVersionInstructionDataSerializer: typeof getOftVersionInstructionDataSerializer;
930
+ declare const index$3_getQuoteOftInstructionDataSerializer: typeof getQuoteOftInstructionDataSerializer;
931
+ declare const index$3_getQuoteSendInstructionDataSerializer: typeof getQuoteSendInstructionDataSerializer;
932
+ declare const index$3_getSendInstructionDataSerializer: typeof getSendInstructionDataSerializer;
933
+ declare const index$3_getSetOftConfigInstructionDataSerializer: typeof getSetOftConfigInstructionDataSerializer;
934
+ declare const index$3_getSetPauseInstructionDataSerializer: typeof getSetPauseInstructionDataSerializer;
935
+ declare const index$3_getSetPeerConfigInstructionDataSerializer: typeof getSetPeerConfigInstructionDataSerializer;
936
+ declare const index$3_getWithdrawFeeInstructionDataSerializer: typeof getWithdrawFeeInstructionDataSerializer;
937
+ declare const index$3_lzReceive: typeof lzReceive;
938
+ declare const index$3_lzReceiveTypes: typeof lzReceiveTypes;
939
+ declare const index$3_oftVersion: typeof oftVersion;
940
+ declare const index$3_quoteSend: typeof quoteSend;
941
+ declare const index$3_setOftConfig: typeof setOftConfig;
942
+ declare const index$3_setPause: typeof setPause;
943
+ declare namespace index$3 {
944
944
  export { type index$3_InitOftInstructionAccounts as InitOftInstructionAccounts, type index$3_InitOftInstructionArgs as InitOftInstructionArgs, type index$3_InitOftInstructionData as InitOftInstructionData, type index$3_InitOftInstructionDataArgs as InitOftInstructionDataArgs, type index$3_LzReceiveInstructionAccounts as LzReceiveInstructionAccounts, type index$3_LzReceiveInstructionArgs as LzReceiveInstructionArgs, type index$3_LzReceiveInstructionData as LzReceiveInstructionData, type index$3_LzReceiveInstructionDataArgs as LzReceiveInstructionDataArgs, type index$3_LzReceiveTypesInstructionAccounts as LzReceiveTypesInstructionAccounts, type index$3_LzReceiveTypesInstructionArgs as LzReceiveTypesInstructionArgs, type index$3_LzReceiveTypesInstructionData as LzReceiveTypesInstructionData, type index$3_LzReceiveTypesInstructionDataArgs as LzReceiveTypesInstructionDataArgs, type index$3_OftVersionInstructionData as OftVersionInstructionData, type index$3_OftVersionInstructionDataArgs as OftVersionInstructionDataArgs, type index$3_QuoteOftInstructionAccounts as QuoteOftInstructionAccounts, type index$3_QuoteOftInstructionArgs as QuoteOftInstructionArgs, type index$3_QuoteOftInstructionData as QuoteOftInstructionData, type index$3_QuoteOftInstructionDataArgs as QuoteOftInstructionDataArgs, type index$3_QuoteSendInstructionAccounts as QuoteSendInstructionAccounts, type index$3_QuoteSendInstructionArgs as QuoteSendInstructionArgs, type index$3_QuoteSendInstructionData as QuoteSendInstructionData, type index$3_QuoteSendInstructionDataArgs as QuoteSendInstructionDataArgs, type index$3_SendInstructionAccounts as SendInstructionAccounts, type index$3_SendInstructionArgs as SendInstructionArgs, type index$3_SendInstructionData as SendInstructionData, type index$3_SendInstructionDataArgs as SendInstructionDataArgs, type index$3_SetOftConfigInstructionAccounts as SetOftConfigInstructionAccounts, type index$3_SetOftConfigInstructionArgs as SetOftConfigInstructionArgs, type index$3_SetOftConfigInstructionData as SetOftConfigInstructionData, type index$3_SetOftConfigInstructionDataArgs as SetOftConfigInstructionDataArgs, type index$3_SetPauseInstructionAccounts as SetPauseInstructionAccounts, type index$3_SetPauseInstructionArgs as SetPauseInstructionArgs, type index$3_SetPauseInstructionData as SetPauseInstructionData, type index$3_SetPauseInstructionDataArgs as SetPauseInstructionDataArgs, type index$3_SetPeerConfigInstructionAccounts as SetPeerConfigInstructionAccounts, type index$3_SetPeerConfigInstructionArgs as SetPeerConfigInstructionArgs, type index$3_SetPeerConfigInstructionData as SetPeerConfigInstructionData, type index$3_SetPeerConfigInstructionDataArgs as SetPeerConfigInstructionDataArgs, type index$3_WithdrawFeeInstructionAccounts as WithdrawFeeInstructionAccounts, type index$3_WithdrawFeeInstructionArgs as WithdrawFeeInstructionArgs, type index$3_WithdrawFeeInstructionData as WithdrawFeeInstructionData, type index$3_WithdrawFeeInstructionDataArgs as WithdrawFeeInstructionDataArgs, index$3_getInitOftInstructionDataSerializer as getInitOftInstructionDataSerializer, index$3_getLzReceiveInstructionDataSerializer as getLzReceiveInstructionDataSerializer, index$3_getLzReceiveTypesInstructionDataSerializer as getLzReceiveTypesInstructionDataSerializer, index$3_getOftVersionInstructionDataSerializer as getOftVersionInstructionDataSerializer, index$3_getQuoteOftInstructionDataSerializer as getQuoteOftInstructionDataSerializer, index$3_getQuoteSendInstructionDataSerializer as getQuoteSendInstructionDataSerializer, index$3_getSendInstructionDataSerializer as getSendInstructionDataSerializer, index$3_getSetOftConfigInstructionDataSerializer as getSetOftConfigInstructionDataSerializer, index$3_getSetPauseInstructionDataSerializer as getSetPauseInstructionDataSerializer, index$3_getSetPeerConfigInstructionDataSerializer as getSetPeerConfigInstructionDataSerializer, index$3_getWithdrawFeeInstructionDataSerializer as getWithdrawFeeInstructionDataSerializer, initOft$1 as initOft, index$3_lzReceive as lzReceive, index$3_lzReceiveTypes as lzReceiveTypes, index$3_oftVersion as oftVersion, quoteOft$1 as quoteOft, index$3_quoteSend as quoteSend, send$1 as send, index$3_setOftConfig as setOftConfig, index$3_setPause as setPause, setPeerConfig$1 as setPeerConfig, withdrawFee$1 as withdrawFee };
945
945
  }
946
946
 
@@ -966,10 +966,10 @@ declare function getOftProgramId(context: Pick<Context, 'programs'>, clusterFilt
966
966
  */
967
967
 
968
968
  declare const index$2_OFT_PROGRAM_ID: typeof OFT_PROGRAM_ID;
969
- declare const index$2_createOftProgram: typeof createOftProgram;
970
- declare const index$2_getOftProgram: typeof getOftProgram;
971
- declare const index$2_getOftProgramId: typeof getOftProgramId;
972
- declare namespace index$2 {
969
+ declare const index$2_createOftProgram: typeof createOftProgram;
970
+ declare const index$2_getOftProgram: typeof getOftProgram;
971
+ declare const index$2_getOftProgramId: typeof getOftProgramId;
972
+ declare namespace index$2 {
973
973
  export { index$2_OFT_PROGRAM_ID as OFT_PROGRAM_ID, index$2_createOftProgram as createOftProgram, index$2_getOftProgram as getOftProgram, index$2_getOftProgramId as getOftProgramId };
974
974
  }
975
975
 
@@ -1028,14 +1028,14 @@ type ResolvedAccountsWithIndices = Record<string, ResolvedAccount & {
1028
1028
  declare function getAccountMetasAndSigners(accounts: ResolvedAccount[], optionalAccountStrategy: 'omitted' | 'programId', programId: PublicKey): [AccountMeta[], Signer[]];
1029
1029
 
1030
1030
  type index$1_PickPartial<T, K extends keyof T> = PickPartial<T, K>;
1031
- type index$1_ResolvedAccount<T = PublicKey | Pda | Signer | null> = ResolvedAccount<T>;
1032
- type index$1_ResolvedAccounts = ResolvedAccounts;
1033
- type index$1_ResolvedAccountsWithIndices = ResolvedAccountsWithIndices;
1034
- declare const index$1_expectPda: typeof expectPda;
1035
- declare const index$1_expectPublicKey: typeof expectPublicKey;
1036
- declare const index$1_expectSome: typeof expectSome;
1037
- declare const index$1_getAccountMetasAndSigners: typeof getAccountMetasAndSigners;
1038
- declare namespace index$1 {
1031
+ type index$1_ResolvedAccount<T = PublicKey | Pda | Signer | null> = ResolvedAccount<T>;
1032
+ type index$1_ResolvedAccounts = ResolvedAccounts;
1033
+ type index$1_ResolvedAccountsWithIndices = ResolvedAccountsWithIndices;
1034
+ declare const index$1_expectPda: typeof expectPda;
1035
+ declare const index$1_expectPublicKey: typeof expectPublicKey;
1036
+ declare const index$1_expectSome: typeof expectSome;
1037
+ declare const index$1_getAccountMetasAndSigners: typeof getAccountMetasAndSigners;
1038
+ declare namespace index$1 {
1039
1039
  export { type index$1_PickPartial as PickPartial, type index$1_ResolvedAccount as ResolvedAccount, type index$1_ResolvedAccounts as ResolvedAccounts, type index$1_ResolvedAccountsWithIndices as ResolvedAccountsWithIndices, index$1_expectPda as expectPda, index$1_expectPublicKey as expectPublicKey, index$1_expectSome as expectSome, index$1_getAccountMetasAndSigners as getAccountMetasAndSigners };
1040
1040
  }
1041
1041
 
@@ -1121,26 +1121,26 @@ declare function getOftErrorFromName(name: string, program: Program, cause?: Err
1121
1121
  */
1122
1122
 
1123
1123
  type index_InvalidDecimalsError = InvalidDecimalsError;
1124
- declare const index_InvalidDecimalsError: typeof InvalidDecimalsError;
1125
- type index_InvalidFeeError = InvalidFeeError;
1126
- declare const index_InvalidFeeError: typeof InvalidFeeError;
1127
- type index_InvalidMintAuthorityError = InvalidMintAuthorityError;
1128
- declare const index_InvalidMintAuthorityError: typeof InvalidMintAuthorityError;
1129
- type index_InvalidSenderError = InvalidSenderError;
1130
- declare const index_InvalidSenderError: typeof InvalidSenderError;
1131
- type index_InvalidTokenDestError = InvalidTokenDestError;
1132
- declare const index_InvalidTokenDestError: typeof InvalidTokenDestError;
1133
- type index_PausedError = PausedError;
1134
- declare const index_PausedError: typeof PausedError;
1135
- type index_RateLimitExceededError = RateLimitExceededError;
1136
- declare const index_RateLimitExceededError: typeof RateLimitExceededError;
1137
- type index_SlippageExceededError = SlippageExceededError;
1138
- declare const index_SlippageExceededError: typeof SlippageExceededError;
1139
- type index_UnauthorizedError = UnauthorizedError;
1140
- declare const index_UnauthorizedError: typeof UnauthorizedError;
1141
- declare const index_getOftErrorFromCode: typeof getOftErrorFromCode;
1142
- declare const index_getOftErrorFromName: typeof getOftErrorFromName;
1143
- declare namespace index {
1124
+ declare const index_InvalidDecimalsError: typeof InvalidDecimalsError;
1125
+ type index_InvalidFeeError = InvalidFeeError;
1126
+ declare const index_InvalidFeeError: typeof InvalidFeeError;
1127
+ type index_InvalidMintAuthorityError = InvalidMintAuthorityError;
1128
+ declare const index_InvalidMintAuthorityError: typeof InvalidMintAuthorityError;
1129
+ type index_InvalidSenderError = InvalidSenderError;
1130
+ declare const index_InvalidSenderError: typeof InvalidSenderError;
1131
+ type index_InvalidTokenDestError = InvalidTokenDestError;
1132
+ declare const index_InvalidTokenDestError: typeof InvalidTokenDestError;
1133
+ type index_PausedError = PausedError;
1134
+ declare const index_PausedError: typeof PausedError;
1135
+ type index_RateLimitExceededError = RateLimitExceededError;
1136
+ declare const index_RateLimitExceededError: typeof RateLimitExceededError;
1137
+ type index_SlippageExceededError = SlippageExceededError;
1138
+ declare const index_SlippageExceededError: typeof SlippageExceededError;
1139
+ type index_UnauthorizedError = UnauthorizedError;
1140
+ declare const index_UnauthorizedError: typeof UnauthorizedError;
1141
+ declare const index_getOftErrorFromCode: typeof getOftErrorFromCode;
1142
+ declare const index_getOftErrorFromName: typeof getOftErrorFromName;
1143
+ declare namespace index {
1144
1144
  export { index_InvalidDecimalsError as InvalidDecimalsError, index_InvalidFeeError as InvalidFeeError, index_InvalidMintAuthorityError as InvalidMintAuthorityError, index_InvalidSenderError as InvalidSenderError, index_InvalidTokenDestError as InvalidTokenDestError, index_PausedError as PausedError, index_RateLimitExceededError as RateLimitExceededError, index_SlippageExceededError as SlippageExceededError, index_UnauthorizedError as UnauthorizedError, index_getOftErrorFromCode as getOftErrorFromCode, index_getOftErrorFromName as getOftErrorFromName };
1145
1145
  }
1146
1146
 
@@ -1342,30 +1342,30 @@ declare function getDelegate(rpc: RpcInterface, oftInstance: PublicKey, endpoint
1342
1342
  declare function getEnforcedOptions(rpc: RpcInterface, oftInstance: PublicKey, remoteEid: number, oftProgramId: PublicKey): Promise<EnforcedOptions>;
1343
1343
 
1344
1344
  type oft_SetOFTConfigParams = SetOFTConfigParams;
1345
- type oft_SetPeerAddressParam = SetPeerAddressParam;
1346
- type oft_SetPeerEnforcedOptionsParam = SetPeerEnforcedOptionsParam;
1347
- type oft_SetPeerFeeBpsParam = SetPeerFeeBpsParam;
1348
- type oft_SetPeerRateLimitParam = SetPeerRateLimitParam;
1349
- declare const oft_createOFTProgramRepo: typeof createOFTProgramRepo;
1350
- declare const oft_getDelegate: typeof getDelegate;
1351
- declare const oft_getEndpointConfig: typeof getEndpointConfig;
1352
- declare const oft_getEnforcedOptions: typeof getEnforcedOptions;
1353
- declare const oft_getPeerAddress: typeof getPeerAddress;
1354
- declare const oft_initConfig: typeof initConfig;
1355
- declare const oft_initOAppNonce: typeof initOAppNonce;
1356
- declare const oft_initOft: typeof initOft;
1357
- declare const oft_initReceiveLibrary: typeof initReceiveLibrary;
1358
- declare const oft_initSendLibrary: typeof initSendLibrary;
1359
- declare const oft_quote: typeof quote;
1360
- declare const oft_quoteOft: typeof quoteOft;
1361
- declare const oft_send: typeof send;
1362
- declare const oft_setConfig: typeof setConfig;
1363
- declare const oft_setOFTConfig: typeof setOFTConfig;
1364
- declare const oft_setPeerConfig: typeof setPeerConfig;
1365
- declare const oft_setReceiveLibrary: typeof setReceiveLibrary;
1366
- declare const oft_setSendLibrary: typeof setSendLibrary;
1367
- declare const oft_withdrawFee: typeof withdrawFee;
1368
- declare namespace oft {
1345
+ type oft_SetPeerAddressParam = SetPeerAddressParam;
1346
+ type oft_SetPeerEnforcedOptionsParam = SetPeerEnforcedOptionsParam;
1347
+ type oft_SetPeerFeeBpsParam = SetPeerFeeBpsParam;
1348
+ type oft_SetPeerRateLimitParam = SetPeerRateLimitParam;
1349
+ declare const oft_createOFTProgramRepo: typeof createOFTProgramRepo;
1350
+ declare const oft_getDelegate: typeof getDelegate;
1351
+ declare const oft_getEndpointConfig: typeof getEndpointConfig;
1352
+ declare const oft_getEnforcedOptions: typeof getEnforcedOptions;
1353
+ declare const oft_getPeerAddress: typeof getPeerAddress;
1354
+ declare const oft_initConfig: typeof initConfig;
1355
+ declare const oft_initOAppNonce: typeof initOAppNonce;
1356
+ declare const oft_initOft: typeof initOft;
1357
+ declare const oft_initReceiveLibrary: typeof initReceiveLibrary;
1358
+ declare const oft_initSendLibrary: typeof initSendLibrary;
1359
+ declare const oft_quote: typeof quote;
1360
+ declare const oft_quoteOft: typeof quoteOft;
1361
+ declare const oft_send: typeof send;
1362
+ declare const oft_setConfig: typeof setConfig;
1363
+ declare const oft_setOFTConfig: typeof setOFTConfig;
1364
+ declare const oft_setPeerConfig: typeof setPeerConfig;
1365
+ declare const oft_setReceiveLibrary: typeof setReceiveLibrary;
1366
+ declare const oft_setSendLibrary: typeof setSendLibrary;
1367
+ declare const oft_withdrawFee: typeof withdrawFee;
1368
+ declare namespace oft {
1369
1369
  export { type oft_SetOFTConfigParams as SetOFTConfigParams, type oft_SetPeerAddressParam as SetPeerAddressParam, type oft_SetPeerEnforcedOptionsParam as SetPeerEnforcedOptionsParam, type oft_SetPeerFeeBpsParam as SetPeerFeeBpsParam, type oft_SetPeerRateLimitParam as SetPeerRateLimitParam, oft_createOFTProgramRepo as createOFTProgramRepo, oft_getDelegate as getDelegate, oft_getEndpointConfig as getEndpointConfig, oft_getEnforcedOptions as getEnforcedOptions, oft_getPeerAddress as getPeerAddress, oft_initConfig as initConfig, oft_initOAppNonce as initOAppNonce, oft_initOft as initOft, oft_initReceiveLibrary as initReceiveLibrary, oft_initSendLibrary as initSendLibrary, oft_quote as quote, oft_quoteOft as quoteOft, oft_send as send, oft_setConfig as setConfig, oft_setOFTConfig as setOFTConfig, oft_setPeerConfig as setPeerConfig, oft_setReceiveLibrary as setReceiveLibrary, oft_setSendLibrary as setSendLibrary, oft_withdrawFee as withdrawFee };
1370
1370
  }
1371
1371
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/oft-v2-solana-sdk",
3
- "version": "3.0.17",
3
+ "version": "3.0.18-movement.0",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -33,9 +33,9 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@ethersproject/bytes": "^5.7.0",
36
- "@layerzerolabs/lz-foundation": "^3.0.17",
37
- "@layerzerolabs/lz-solana-sdk-v2": "^3.0.17",
38
- "@layerzerolabs/lz-v2-utilities": "^3.0.17",
36
+ "@layerzerolabs/lz-foundation": "^3.0.18-movement.0",
37
+ "@layerzerolabs/lz-solana-sdk-v2": "^3.0.18-movement.0",
38
+ "@layerzerolabs/lz-v2-utilities": "^3.0.18-movement.0",
39
39
  "@metaplex-foundation/beet": "^0.7.1",
40
40
  "@metaplex-foundation/beet-solana": "^0.4.0",
41
41
  "@metaplex-foundation/umi": "^0.9.2",
@@ -52,8 +52,8 @@
52
52
  "@kinobi-so/nodes-from-anchor": "^0.21.2",
53
53
  "@kinobi-so/renderers": "^0.21.3",
54
54
  "@kinobi-so/renderers-js-umi": "^0.21.6",
55
- "@layerzerolabs/tsup-config-next": "^3.0.17",
56
- "@layerzerolabs/typescript-config-next": "^3.0.17",
55
+ "@layerzerolabs/tsup-config-next": "^3.0.18-movement.0",
56
+ "@layerzerolabs/typescript-config-next": "^3.0.18-movement.0",
57
57
  "@metaplex-foundation/mpl-toolbox": "^0.9.4",
58
58
  "@metaplex-foundation/solita": "^0.20.1",
59
59
  "@metaplex-foundation/umi": "^0.9.2",