pub trait UtilityEncodeCall { // Required method fn encode_call(self, call: UtilityAvailableCalls) -> Vec<u8> ⓘ; }