Type Definition pallet_posts::rpc::RepliesByPostId[][src]

type RepliesByPostId<AccountId, BlockNumber> = BTreeMap<PostId, Vec<FlatPost<AccountId, BlockNumber>>>;