We decided it would be useful to have a separate pytezos function in zeekoe for the customer to check the validity of the mutual close authorization signature before calling the mutualClose entrypoint on chain.
verify_mutual_close_signature is to be run by the customer after receiving the signature from the merchant.
from https://github.com/boltlabs-inc/zeekoe/pull/299
We decided it would be useful to have a separate pytezos function in zeekoe for the customer to check the validity of the mutual close authorization signature before calling the mutualClose entrypoint on chain.
verify_mutual_close_signature
is to be run by the customer after receiving the signature from the merchant.