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