Expand description
An ABI for applications that implement a wrapped (bridged) fungible token with Mint/Burn.
Re-exports§
pub use super::fungible::FungibleResponse;pub use super::fungible::InitialState;pub use super::fungible::InitialStateBuilder;
Structs§
- Account
- An account.
- Burn
Event - Event emitted when tokens are auto-burned on the bridge chain. The relayer observes these on the “burns” stream and forwards to EVM to release the corresponding ERC-20 tokens.
- 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§
- Wrapped
Fungible Operation - Operations for the wrapped fungible token application.