Decode the instance-id from the event log
(&self)
| 973 | |
| 974 | /// Decode the instance-id from the event log |
| 975 | pub fn decode_instance_id(&self) -> Result<String> { |
| 976 | self.find_event_hex_payload("instance-id") |
| 977 | } |
| 978 | |
| 979 | /// Decode the upgraded app-id from the event log |
| 980 | pub fn decode_compose_hash(&self) -> Result<String> { |
nothing calls this directly
no test coverage detected