Base64URLTransactionDataSerializer

According to "Transaction Data entries as defined in D3.1: UC Specification WP3" the encoding is JSON and every entry is serialized to a base64 encoded string

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): TransactionDataEntry
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: TransactionDataEntry)