move TokenId from SDK to money contract

This commit is contained in:
zero
2024-02-08 12:26:06 +01:00
parent 3547539c3f
commit f74817ba8e
32 changed files with 73 additions and 70 deletions

View File

@@ -14,5 +14,6 @@ bs58 = "0.5.0"
ctrlc = "3.4.2"
darkfi = {path = "../../", features = ["util"]}
darkfi-sdk = {path = "../../src/sdk"}
darkfi_money_contract = {path = "../../src/contract/money", features = ["no-entrypoint", "client"]}
rand = "0.8.5"
rayon = "1.8.0"