Expand description
An ABI for applications that implement a wrapped (bridged) fungible token with Mint/Burn.
Structs§
- Account
- An account.
- Burn
Event - Event emitted by the bridge application on its “burns” stream when it burns wrapped tokens on the bridge chain. The relayer observes these and forwards them to EVM to release the corresponding ERC-20 tokens.
- Initial
State - Initial accounts and balances for the wrapped fungible token application.
- Initial
State Builder - Builder for
InitialState. - Wrapped
Fungible Operation Mutation Root - Mutation root
- Wrapped
Fungible Token Abi - ABI for the wrapped fungible token application.
- Wrapped
Parameters - Parameters for a wrapped fungible token backed by an EVM bridge.
Enums§
- Fungible
Response - Response variants returned by the wrapped fungible token application.
- Message
- Cross-chain message used by the wrapped fungible token application.
Amounts are
U128in the source ERC-20’s decimal scale. - Wrapped
Fungible Operation - Operations for the wrapped fungible token application.