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