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

Signer.GetAddress() should be a sync method

Open oleksandrchainsafe opened this issue 1 year ago • 0 comments

Acceptance Criteria

Generated by Zenhub AI

  • [ ] Scenario: Signer.GetAddress() should be a sync method and return string address directly without Task<>
  • Given the Signer.GetAddress() method is currently implemented as an async method with a Task return type
  • Then the method should be changed to a sync method and return a string directly without using Task<>
  • The method should return the same address as the previous async implementation

oleksandrchainsafe avatar Mar 25 '24 14:03 oleksandrchainsafe