pub type BytesFullKey = FullKey<Bytes>;
Aliased Type§
struct BytesFullKey {
pub user_key: UserKey<Bytes>,
pub epoch_with_gap: EpochWithGap,
}
Fields§
§user_key: UserKey<Bytes>
§epoch_with_gap: EpochWithGap
pub type BytesFullKey = FullKey<Bytes>;
struct BytesFullKey {
pub user_key: UserKey<Bytes>,
pub epoch_with_gap: EpochWithGap,
}
user_key: UserKey<Bytes>
§epoch_with_gap: EpochWithGap