sp_state_machine

Type Alias OffchainChangesCollection

Source
pub type OffchainChangesCollection = Vec<((Vec<u8>, Vec<u8>), OffchainOverlayedChange)>;
Expand description

In memory array of storage values.

Aliased Typeยง

struct OffchainChangesCollection { /* private fields */ }