@argonprotocol/mainchain 1.4.3-dev.4408f4ff → 1.4.3-dev.5831d68f

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.
@@ -1,5 +1,4 @@
1
1
  // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
2
- /* eslint-disable */
3
2
 
4
3
  // import type lookup before we augment - in some environments
5
4
  // this is required to allow for ambient/previous definitions
@@ -38,11 +37,14 @@ import type {
38
37
  ArgonPrimitivesDomainVersionHost,
39
38
  ArgonPrimitivesDomainZoneRecord,
40
39
  ArgonPrimitivesEthereumEthereumBeaconPreset,
40
+ ArgonPrimitivesEthereumEthereumCombinedReceiptProof,
41
41
  ArgonPrimitivesEthereumEthereumExecutionBlockProof,
42
42
  ArgonPrimitivesEthereumEthereumExecutionHeader,
43
43
  ArgonPrimitivesEthereumEthereumLog,
44
- ArgonPrimitivesEthereumEthereumProof,
45
- ArgonPrimitivesEthereumEthereumReceiptProof,
44
+ ArgonPrimitivesEthereumEthereumReceiptLog,
45
+ ArgonPrimitivesEthereumEthereumReceiptLogProofBatch,
46
+ ArgonPrimitivesEthereumEthereumReceiptLogProofBlock,
47
+ ArgonPrimitivesEthereumEthereumReceiptProofReceipt,
46
48
  ArgonPrimitivesForkPower,
47
49
  ArgonPrimitivesInherentsBitcoinUtxoFunding,
48
50
  ArgonPrimitivesInherentsBitcoinUtxoSpend,
@@ -138,13 +140,13 @@ import type {
138
140
  PalletBlockSealSpecError,
139
141
  PalletBlockSealSpecEvent,
140
142
  PalletCrosschainTransferAssetKind,
141
- PalletCrosschainTransferBurnNotice,
142
143
  PalletCrosschainTransferCall,
143
144
  PalletCrosschainTransferChainConfig,
144
145
  PalletCrosschainTransferError,
145
146
  PalletCrosschainTransferEvent,
147
+ PalletCrosschainTransferGatewayState,
146
148
  PalletCrosschainTransferSourceChain,
147
- PalletCrosschainTransferTransferProof,
149
+ PalletCrosschainTransferTransferToArgonActivity,
148
150
  PalletDigestsError,
149
151
  PalletDigestsEvent,
150
152
  PalletDomainsCall,
@@ -315,11 +317,14 @@ declare module '@polkadot/types/types/registry' {
315
317
  ArgonPrimitivesDomainVersionHost: ArgonPrimitivesDomainVersionHost;
316
318
  ArgonPrimitivesDomainZoneRecord: ArgonPrimitivesDomainZoneRecord;
317
319
  ArgonPrimitivesEthereumEthereumBeaconPreset: ArgonPrimitivesEthereumEthereumBeaconPreset;
320
+ ArgonPrimitivesEthereumEthereumCombinedReceiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
318
321
  ArgonPrimitivesEthereumEthereumExecutionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
319
322
  ArgonPrimitivesEthereumEthereumExecutionHeader: ArgonPrimitivesEthereumEthereumExecutionHeader;
320
323
  ArgonPrimitivesEthereumEthereumLog: ArgonPrimitivesEthereumEthereumLog;
321
- ArgonPrimitivesEthereumEthereumProof: ArgonPrimitivesEthereumEthereumProof;
322
- ArgonPrimitivesEthereumEthereumReceiptProof: ArgonPrimitivesEthereumEthereumReceiptProof;
324
+ ArgonPrimitivesEthereumEthereumReceiptLog: ArgonPrimitivesEthereumEthereumReceiptLog;
325
+ ArgonPrimitivesEthereumEthereumReceiptLogProofBatch: ArgonPrimitivesEthereumEthereumReceiptLogProofBatch;
326
+ ArgonPrimitivesEthereumEthereumReceiptLogProofBlock: ArgonPrimitivesEthereumEthereumReceiptLogProofBlock;
327
+ ArgonPrimitivesEthereumEthereumReceiptProofReceipt: ArgonPrimitivesEthereumEthereumReceiptProofReceipt;
323
328
  ArgonPrimitivesForkPower: ArgonPrimitivesForkPower;
324
329
  ArgonPrimitivesInherentsBitcoinUtxoFunding: ArgonPrimitivesInherentsBitcoinUtxoFunding;
325
330
  ArgonPrimitivesInherentsBitcoinUtxoSpend: ArgonPrimitivesInherentsBitcoinUtxoSpend;
@@ -415,13 +420,13 @@ declare module '@polkadot/types/types/registry' {
415
420
  PalletBlockSealSpecError: PalletBlockSealSpecError;
416
421
  PalletBlockSealSpecEvent: PalletBlockSealSpecEvent;
417
422
  PalletCrosschainTransferAssetKind: PalletCrosschainTransferAssetKind;
418
- PalletCrosschainTransferBurnNotice: PalletCrosschainTransferBurnNotice;
419
423
  PalletCrosschainTransferCall: PalletCrosschainTransferCall;
420
424
  PalletCrosschainTransferChainConfig: PalletCrosschainTransferChainConfig;
421
425
  PalletCrosschainTransferError: PalletCrosschainTransferError;
422
426
  PalletCrosschainTransferEvent: PalletCrosschainTransferEvent;
427
+ PalletCrosschainTransferGatewayState: PalletCrosschainTransferGatewayState;
423
428
  PalletCrosschainTransferSourceChain: PalletCrosschainTransferSourceChain;
424
- PalletCrosschainTransferTransferProof: PalletCrosschainTransferTransferProof;
429
+ PalletCrosschainTransferTransferToArgonActivity: PalletCrosschainTransferTransferToArgonActivity;
425
430
  PalletDigestsError: PalletDigestsError;
426
431
  PalletDigestsEvent: PalletDigestsEvent;
427
432
  PalletDomainsCall: PalletDomainsCall;