Type Definition cosmwasm_std::Pair[][src]

pub type Pair<V = Vec<u8>> = (Vec<u8>, V);
Expand description

A Key-Value pair, returned from our iterators