pub type Call = Call;
enum Call { heartbeat { heartbeat: Heartbeat<u32>, signature: Signature, }, }
heartbeat: Heartbeat<u32>
signature: Signature