SignatureData

data class SignatureData(var r: BigInteger = BigInteger.ZERO, var s: BigInteger = BigInteger.ZERO, var v: BigInteger = BigInteger.ZERO, var e: BigInteger = BigInteger.ZERO)

Constructors

Link copied to clipboard
constructor(r: BigInteger = BigInteger.ZERO, s: BigInteger = BigInteger.ZERO, v: BigInteger = BigInteger.ZERO, e: BigInteger = BigInteger.ZERO)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun SignatureData.toHex(prefix: String = HEX_PREFIX): String