Function hdk::prelude::warrant::encode

source ·
pub fn encode<T>(val: &T) -> Result<Vec<u8>, SerializedBytesError>
where T: Serialize + Debug,