(inner: C)
| 93 | |
| 94 | impl<C> FendermintClient<C> { |
| 95 | pub fn new(inner: C) -> Self { |
| 96 | Self { inner } |
| 97 | } |
| 98 | |
| 99 | /// Attach a message factory to the client. |
| 100 | pub fn bind(self, message_factory: SignedMessageFactory) -> BoundFendermintClient<C> { |
nothing calls this directly
no outgoing calls
no test coverage detected