[][src]Module transact::contract::context::key_value

Structs

KeyValueTransactionContext

KeyValueTransactionContext used to implement a simplified state consisting of natural keys and a ValueType, an enum object used to represent a range of primitive data types. Uses an implementation of the Addresser trait to calculate radix addresses to be stored in the KeyValueTransactionContext's internal transaction context.