pub type ExtEnvelope = ExtEnvelope;
pub struct ExtEnvelope { pub namespace: String, pub payload: Vec<u8>, }
namespace: String
payload: Vec<u8>