type IndexedStakeTables<T> = (BTreeMap<<T as NodeType>::SignatureKey, PeerConfig<T>>, BTreeMap<<T as NodeType>::SignatureKey, PeerConfig<T>>);
Expand description
Tuple type for indexed stake tables
type IndexedStakeTables<T> = (BTreeMap<<T as NodeType>::SignatureKey, PeerConfig<T>>, BTreeMap<<T as NodeType>::SignatureKey, PeerConfig<T>>);
Tuple type for indexed stake tables