TransactionReferenceCodec

data class TransactionReferenceCodec(var contentType: ContentTypeId = ContentTypeTransactionReference) : ContentCodec<TransactionReference>

Constructors

Link copied to clipboard
constructor(contentType: ContentTypeId = ContentTypeTransactionReference)

Functions

Link copied to clipboard
open override fun decode(content: EncodedContent): TransactionReference
Link copied to clipboard
open override fun encode(content: TransactionReference): EncodedContent
Link copied to clipboard
open override fun fallback(content: TransactionReference): String
Link copied to clipboard
open override fun shouldPush(content: TransactionReference): Boolean

Properties

Link copied to clipboard
open override var contentType: ContentTypeId