KeyPair

data class KeyPair<SecretKey, PublicKey>(val sk: SecretKey, val pk: PublicKey)(source)

Constructors

Link copied to clipboard
constructor(sk: SecretKey, pk: PublicKey)

Properties

Link copied to clipboard

public key

Link copied to clipboard

secret key