pub type EncodedLock = Bytes;
Alias type for encoded lock.
pub struct EncodedLock(pub Vec<u8>);
0: Vec<u8>