mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 09:08:05 -05:00
chore: add subkey docs to StorageEntry (#4016)
This commit is contained in:
@@ -3,6 +3,8 @@ use reth_codecs::{derive_arbitrary, Compact};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/// Account storage entry.
|
||||
///
|
||||
/// `key` is the subkey when used as a value in the `StorageChangeSet` table.
|
||||
#[derive_arbitrary(compact)]
|
||||
#[derive(Debug, Default, Copy, Clone, PartialEq, Eq, Serialize, Deserialize, PartialOrd, Ord)]
|
||||
pub struct StorageEntry {
|
||||
|
||||
Reference in New Issue
Block a user