Type Definition secret_cosmwasm_std::KV

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

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