AuthorizationSignature

data class AuthorizationSignature(val r: String, val s: String, val yParity: String)

Signature components for the authorization.

Parameters

r

The r component.

s

The s component.

yParity

The yParity value.

Constructors

Link copied to clipboard
constructor(r: String, s: String, yParity: String)

Properties

Link copied to clipboard
val r: String
Link copied to clipboard
val s: String
Link copied to clipboard