feat: Improve alonzo address ergonomics (#87)

This commit is contained in:
Santiago Carmuega 2022-04-08 20:41:14 -03:00 committed by GitHub
parent 07531693a7
commit c6b87fa0b0
4 changed files with 74 additions and 3 deletions

View file

@ -19,3 +19,4 @@ log = "0.4.14"
pallas-crypto = { version = "0.8.0-alpha.0", path = "../pallas-crypto" }
pallas-codec = { version = "0.8.0-alpha.0", path = "../pallas-codec" }
base58 = "0.2.0"
bech32 = "0.8.1"