package
23.1.6+incompatible
Repository: https://github.com/zeta-chain/node.git
Documentation: pkg.go.dev

# Functions

EthHexToBytes converts an Ethereum hex string to bytes.
FromReceiptDBType : Converts a ReceiptDB type to an Ethereum receipt.
FromTransactionDBType : Converts a TransactionDB type to an Ethereum transaction.
No description provided by the author
No description provided by the author
NewDynamicTicker creates a new DynamicTicker.
ToLastBlockSQLType converts a last block number to a LastBlockSQLType.
ToLastTxHashSQLType converts a last transaction hash to a LastTransactionSQLType.
No description provided by the author
ToReceiptDBType : Converts an Ethereum receipt to a ReceiptDB type.
ToReceiptSQLType : Converts an Ethereum receipt to a ReceiptSQLType.
ToTransactionDBType : Converts an Ethereum transaction to a TransactionDB type.
No description provided by the author
No description provided by the author
ToTransactionSQLType : Converts an Ethereum transaction to a TransactionSQLType.

# Constants

LastBlockNumID is the identifier to access the last block number in the database.
LastTxHashID is the identifier to access the last transaction hash in the database.

# Structs

DynamicTicker is a ticker that can have its interval updated.
InboundEvent represents an inbound event TODO: we should consider using this generic struct when it applies (e.g.
LastBlockSQLType is a model for storing the last block number.
LastTransactionSQLType is a model for storing the last transaction hash.
No description provided by the author
ReceiptDB : A modified receipt struct that the relational mapping can translate.
No description provided by the author
Status type for telemetry.
TransactionDB : A modified Transaction struct that the relational mapping can translate.
No description provided by the author
No description provided by the author
No description provided by the author