# Functions
NewCosmosMsg creates a new CosmosMsg.
NewEventWrite add a validator's address to the official claims list.
NewProphecyClaimEvent creates a new ProphecyClaimEvent.
# Constants
Amount is coin's value.
CosmosSender sender's address on Cosmos network.
CosmosSenderSequence sender's sequence on Cosmos network.
CreateEthBridgeClaim is a Cosmos msg of type MsgCreateEthBridgeClaim.
EthereumReceiver receiver's address on Ethereum network.
EthereumSender is ethereum sender address.
EthereumSenderNonce is ethereum sender nonce.
No description provided by the author
No description provided by the author
LogBurn is for Ethereum event LogBurn.
LogLock is for Ethereum event LogLock.
LogNewProphecyClaim is an Ethereum event named 'LogNewProphecyClaim'.
MsgBurn is a Cosmos msg of type MsgBurn.
MsgLock is a Cosmos msg of type MsgLock.
NewProphecyClaim for newProphecyClaim method in smart contract.
Symbol is the coin type.
Unsupported is an invalid Cosmos or Ethereum event.
UnsupportedAttributeKey unsupported attribute key.
# Variables
EventRecords map of transaction hashes to EthereumEvent structs.
# Structs
CosmosMsg contains data from MsgBurn and MsgLock events.
EthereumBridgeClaim for store the EventTypeCreateClaim from cosmos.
EthereumEvent struct is used by LogLock and LogBurn.
ProphecyClaimEvent struct which represents a LogNewProphecyClaim event.
ProphecyClaimUnique for data part of ProphecyClaim transaction in Ethereum.
# Type aliases
CosmosMsgAttributeKey enum containing supported attribute keys.
Event enum containing supported chain events.