corda / net.corda.core.serialization / SerializationSchemeContext / properties

properties

abstract val properties: Map<Any, Any>

A map of any additional properties specific to the particular use case. If these properties are set via toWireTransaction then they might not be available when deserializing. If the properties are required when deserializing, they can be added into the blob when serializing and read back when deserializing.