corda / net.corda.core.flows / StackFrameDataToken

StackFrameDataToken

data class StackFrameDataToken

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

<init>

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.

StackFrameDataToken(className: String)

Properties

className

val className: String