Crate tiny_cid

Crate tiny_cid 

Source
Expand description

§cid

Implementation of cid in Rust.

Structs§

Cid
Representation of a CID.

Enums§

Error
Error types
Version
The version of the CID.

Constants§

BITCOIN_BLOCK
Bitcoin Block
BITCOIN_TX
Bitcoin Transaction
DAG_CBOR
MerkleDAG cbor
DAG_JSON
MerkleDAG json
DAG_PROTOBUF
MerkleDAG protobuf
ETHEREUM_ACCOUNT_SNAPSHOT
Ethereum Account Snapshot (RLP)
ETHEREUM_BLOCK
Ethereum Block (RLP)
ETHEREUM_BLOCK_LIST
Ethereum Block List (RLP)
ETHEREUM_RECEIPT
Ethereum Transaction Receipt (RLP)
ETHEREUM_STATE_TRIE
Ethereum State Trie (Eth-Secure-Trie)
ETHEREUM_STORAGE_TRIE
Ethereum Contract Storage Trie (Eth-Secure-Trie)
ETHEREUM_TX
Ethereum Transaction (RLP)
ETHEREUM_TX_RECEIPT_TRIE
Ethereum Transaction Receipt Trie (Eth-Trie)
ETHEREUM_TX_TRIE
Ethereum Transaction Trie (Eth-Trie)
GIT_RAW
Raw Git object
RAW
Raw binary
ZCASH_BLOCK
Zcash Block
ZCASH_TX
Zcash Transaction

Type Aliases§

Result
Type alias to use this library’s Error type in a Result.