Type Definition cosmwasm_std::Pair

source · []
pub type Pair<V = Vec<u8>> = (Vec<u8>, V);
Expand description

A Key-Value pair, returned from our iterators