You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tokens/dollartohousetoken/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ We can now check the issued house token in PartyB's vault. Since we issued it as
68
68
69
69
Note that HouseState token is an evolvable token which is a [LinearState](https://docs.corda.net/docs/corda-os/api-states.html#linearstate), thus we can check PartyB's vault to view the [EvolvableToken](https://training.corda.net/libraries/tokens-sdk/#evolvabletokentype)
70
70
71
-
run vaultQuery contractStateType: net.corda.examples.dollartohousetoken.states.HouseState
71
+
run vaultQuery contractStateType: HouseState
72
72
73
73
Note the linearId of the HouseState token from the previous step, we will need it to perform our DvP opearation. Goto PartyB's shell to initiate the token sale.
Copy file name to clipboardExpand all lines: Tokens/dollartohousetoken/contracts/src/main/java/net/corda/samples/dollartohousetoken/contracts/HouseContract.java
Copy file name to clipboardExpand all lines: Tokens/dollartohousetoken/contracts/src/main/java/net/corda/samples/dollartohousetoken/states/HouseState.java
Copy file name to clipboardExpand all lines: Tokens/dollartohousetoken/contracts/src/test/java/net/corda/examples/dollartohousetoken/contracts/contracts/ContractTests.java
0 commit comments