package
12.3.0-cosmos47
Repository: https://github.com/escanbe/evermint.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AllTxLogsFromEvents parses all ethereum logs from cosmos events.
GetHexProofs returns list of hex data of proof op.
GetLogsFromBlockResults returns the list of event logs from the tendermint block result response.
NewBackend creates a new Backend instance for cosmos and ethereum namespaces.
ParseTxReceiptFromEvent parse tx receipt from one event.
TxReceiptFromEvent parses ethereum receipt from cosmos events.

# Structs

Backend implements the BackendI interface.
InCompletedEthReceipt holds an in-completed Ethereum receipt, missing: - Block hash in receipt.

# Interfaces

BackendI implements the Cosmos and EVM backend.
CosmosBackend implements the functionality shared within cosmos namespaces as defined by Wallet Connect V2: https://docs.walletconnect.com/2.0/json-rpc/cosmos.
EVMBackend implements the functionality shared within ethereum namespaces as defined by EIP-1474: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1474.md Implemented by Backend.