Skip to main content

Module wrapped_fungible

Module wrapped_fungible 

Source
Expand description

An ABI for applications that implement a wrapped (bridged) fungible token with Mint/Burn.

Structs§

Account
An account.
BurnEvent
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.
InitialState
Initial accounts and balances for the wrapped fungible token application.
InitialStateBuilder
Builder for InitialState.
WrappedFungibleOperationMutationRoot
Mutation root
WrappedFungibleTokenAbi
ABI for the wrapped fungible token application.
WrappedParameters
Parameters for a wrapped fungible token backed by an EVM bridge.

Enums§

FungibleResponse
Response variants returned by the wrapped fungible token application.
Message
Cross-chain message used by the wrapped fungible token application. Amounts are U128 in the source ERC-20’s decimal scale.
WrappedFungibleOperation
Operations for the wrapped fungible token application.