StackFrameDataToken

data class StackFrameDataToken(val className: String)

Token class, used to indicate stack presence of the corda internal data. Since this data is of no use for a CordApp developer, it is skipped from serialisation and its presence is only marked by this token.

Constructors

Link copied to clipboard
constructor(className: String)

Properties

Link copied to clipboard