ShasPType

open class ShasPType(val name: String, val byteSize: Int)(source)

Inheritors

Constructors

Link copied to clipboard
constructor(name: String, byteSize: Int)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class ShasPArrayType(val name: String, val byteSize: Int, val subType: ShasPType, val size: ShasPValuedNode? = null) : ShasPType

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun toJson(): Map<String, Any?>
Link copied to clipboard
open fun toJsonString(): String
open fun toJsonString(indent: Int): String