Decode the app-id from the event log
(&self)
| 968 | |
| 969 | /// Decode the app-id from the event log |
| 970 | pub fn decode_app_id(&self) -> Result<String> { |
| 971 | self.find_event_hex_payload("app-id") |
| 972 | } |
| 973 | |
| 974 | /// Decode the instance-id from the event log |
| 975 | pub fn decode_instance_id(&self) -> Result<String> { |
nothing calls this directly
no test coverage detected