Expand description
Primitives and inherent data provider for the token bridge feature of Partner Chains Toolkit.
Structs§
- Bridge
Data Checkpoint - Pointer to last data processed
- Main
Chain Scripts - Smart contract hashes and addresses used by the token bridge on Cardano.
- Token
Bridge Transfers V1 - Structure representing all token bridge transfers incoming from Cardano that are to be handled in one Partner Chain block.
Enums§
- Bridge
Transfer V1 - Type containing all information needed to process a single transfer incoming from main chain, corresponding to a single UTXO on Cardano
- Inherent
Data Creation Error - Error type returned when creating TokenBridgeInherentDataProvider fails
- Inherent
Error - Error type returned by failing calls of the bridge inherent
- Token
Bridge Inherent Data Provider - Inherent data provider that provides data on token bridge transfers and special token transfers
Constants§
- INHERENT_
IDENTIFIER - Inherent identifier used by the Partner Chains token bridge
Traits§
- Token
Bridge Data Source - Interface for data sources that can be used by TokenBridgeInherentDataProvider
- Token
BridgeIDP Runtime Api - Runtime API used by TokenBridgeInherentDataProvider