Trades Data Type
Custom PersistentDataType implementation for converting between ByteArray and IntArray.
Functions
Link copied to clipboard
open override fun fromPrimitive(primitive: ByteArray, context: PersistentDataAdapterContext): IntArray
Converts the primitive type (ByteArray) to the complex type (IntArray).
Link copied to clipboard
Returns the complex type of the data.
Link copied to clipboard
Returns the primitive type of the data.
Link copied to clipboard
Converts the complex type (IntArray) to the primitive type (ByteArray).