Closed dajuguan closed 3 weeks ago
This PR adds a getSubValues function that retrieves the _claims and _attackBranch fields. These values provide essential preimages for determining the next attack action by comparing them with the local trace's _claims.
getSubValues
_claims
_attackBranch
go test ./...
Description
This PR adds a
getSubValues
function that retrieves the_claims
and_attackBranch
fields. These values provide essential preimages for determining the next attack action by comparing them with the local trace's_claims
.Tests
go test ./...