PbStateKey

Type Alias PbStateKey 

Source
pub type PbStateKey = StateKey;

Aliased Type§

pub struct PbStateKey {
    pub order_key: Vec<u8>,
    pub pk: Vec<u8>,
}

Fields§

§order_key: Vec<u8>§pk: Vec<u8>