Created
December 23, 2018 17:50
-
-
Save apemon/65f60644e1c4c60f0a36c64f1dd915c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@CordaSerializable | |
data class ProxyName (val identifier: String, | |
val hash: String, | |
val namespace: String, | |
val value: String, | |
val acctName: String, | |
val acctNo: String) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment