we need to use the method in our e2e test TestFinalityStuckAndRecover to verify when FP votes, the vote does arrive in the cw contract.
this PR is part of the task: babylonchain/finality-provider#502
Since this method can also be useful for users and makes sense to be exposed as part of the SDK, I want to expose it instead of copying it to the FP e2e test.
Summary
we need to use the method in our e2e test TestFinalityStuckAndRecover to verify when FP votes, the vote does arrive in the cw contract.
this PR is part of the task: babylonchain/finality-provider#502
Since this method can also be useful for users and makes sense to be exposed as part of the SDK, I want to expose it instead of copying it to the FP e2e test.
Test Plan