Skip to content

Instantly share code, notes, and snippets.

@apemon
Created December 23, 2018 17:50
Show Gist options
  • Save apemon/65f60644e1c4c60f0a36c64f1dd915c7 to your computer and use it in GitHub Desktop.
Save apemon/65f60644e1c4c60f0a36c64f1dd915c7 to your computer and use it in GitHub Desktop.
@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