Type Definition cosmwasm_std::KV[][src]

pub type KV<V = Vec<u8>> = Pair<V>;
👎 Deprecated since 0.14.0:

Renamed to Pair

Expand description

KV is a Key-Value pair, returned from our iterators