feat(addresses): Improve API ergonomics (#148)

This commit is contained in:
Santiago Carmuega 2022-07-04 16:44:49 -03:00 committed by GitHub
parent 2b54eda487
commit a26773a94c
2 changed files with 131 additions and 54 deletions

View file

@ -16,6 +16,7 @@ authors = [
hex = "0.4.3"
pallas-crypto = { version = "0.11.0", path = "../pallas-crypto" }
pallas-codec = { version = "0.11.0", path = "../pallas-codec" }
pallas-primitives = { version = "0.11.0", path = "../pallas-primitives" }
base58 = "0.2.0"
bech32 = "0.8.1"
thiserror = "1.0.31"