janezpodhostnik / flow-py-sdk

Unofficial flow blockchain python sdk
MIT License
35 stars 26 forks source link

Change get_account to accept bytes, address or hex #55

Closed janezpodhostnik closed 1 year ago

janezpodhostnik commented 1 year ago

closes: https://github.com/janezpodhostnik/flow-py-sdk/issues/39

Flow client get_account methods can now accept bytes, cadence.Address, or hex str. This hopefully makes it more intuitive to use.