web3.unity icon indicating copy to clipboard operation
web3.unity copied to clipboard

async ISigner.GetAddress() method -> sync ISigner.PublicAddress property

Open oleksandrchainsafe opened this issue 1 year ago • 0 comments

Refactored ISigner's async GetAddress() method into a sync PublicAddress property as none of the implementations required async.

This introduces breaking changes for the users. TODO: Merge into a release branch not main

Code reviewers look here >>> place to look

oleksandrchainsafe avatar Mar 25 '24 19:03 oleksandrchainsafe