Function exonum::blockchain::gen_prefix [] [src]

pub fn gen_prefix<K: StorageKey>(
    service_id: u16,
    ord: u8,
    suffix: &K
) -> Vec<u8>

Generates prefix that combines service identifier, table identifier and given suffix.