Module wrapped_fungible

Source
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.
BurnEvent
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.
WrappedFungibleOperationMutationRoot
Mutation root
WrappedFungibleTokenAbi
ABI for the wrapped fungible token application.
WrappedParameters
Parameters for a wrapped fungible token backed by an EVM bridge.

Enums§

WrappedFungibleOperation
Operations for the wrapped fungible token application.