pub trait GetInfo<T: Serialize> { fn get_info(&self, network: Network) -> T; }
Get JSON-able objects that describe the type.
Get a description of this object given the network of interest.