package
0.1.2
Repository: https://github.com/vulcanize/go-codec-dageth.git
Documentation: pkg.go.dev

# Functions

AddressToEncodedPath hashes an address and appends the even-number leaf flag to it.
AddressToLeafKey hashes an returns an address.
CompactToHex converts a compact encoded path to hex format.
GetTxType returns the eth tx type.
HexToCompact converts a hex path to the compact encoded format.
Keccak256ToCid takes a keccak256 hash and returns its cid based on the codec given.
No description provided by the author
RandomAddr returns a random address.
RandomBytes returns a random byte slice of the provided length.
RandomHash returns a random hash.
RawToCid takes the desired codec and a slice of bytes and returns the proper cid of the object.
TestAccessListReceiptNodeContents checks the contents of a access list rct IPLD node agaisnt a provided receipt.
TestAccessListTransactionNodeContent checks the content of a access list tx IPLD node against a provided tx.
TestDynamicFeeReceiptNodeContents checks the contents of a dynamic fee rct IPLD node against a provided receipt.
TestDynamicFeeTransactionNodeContent checks the contents a dynamic fee tx IPLD node against a provided tx.
TestLegacyReceiptNodeContents checks the contents of a legacy rct IPLD node against a provided receipt.
TestLegacyTransactionNodeContent checks the contents of a legacy tx IPLD node against a provided tx.

# Structs

No description provided by the author