Add token account decoding (#11136)

* Add token decoding

* Bump versions
This commit is contained in:
Tyera Eulberg
2020-07-24 17:45:21 -06:00
committed by GitHub
parent eac423f92c
commit 32fea0496e
6 changed files with 245 additions and 12 deletions

View File

@@ -15,7 +15,9 @@ Inflector = "0.11.4"
lazy_static = "1.4.0"
solana-sdk = { path = "../sdk", version = "1.3.0" }
solana-vote-program = { path = "../programs/vote", version = "1.3.0" }
spl-memo = "1.0.2"
spl-memo = { version = "1.0.4", features = ["skip-no-mangle"] }
spl-sdk = { package = "solana-sdk", version = "=1.2.13", default-features = false }
spl-token = { version = "1.0.2", features = ["skip-no-mangle"] }
serde = "1.0.112"
serde_derive = "1.0.103"
serde_json = "1.0.56"