Get the engine that this struct type is associated with.
(&self)
| 1947 | |
| 1948 | /// Get the engine that this struct type is associated with. |
| 1949 | pub fn engine(&self) -> &Engine { |
| 1950 | self.registered_type.engine() |
| 1951 | } |
| 1952 | |
| 1953 | /// Get the finality of this struct type. |
| 1954 | pub fn finality(&self) -> Finality { |
no outgoing calls
no test coverage detected