Type Definition txn_types::KvPair[][src]

type KvPair = (Vec<u8>, Value);

Key-value pair type.

The value is simply raw bytes; the key is a little bit tricky, which is encoded bytes.