toggle menu
tweetnacl-multiplatform
0.2.2
common
ios
switch theme
search in API
tweetnacl-multiplatform
/
net.avianlabs.solana.tweetnacl.ed25519
/
PublicKey
Public
Key
data
class
PublicKey
(
val
bytes
:
ByteArray
)
Members
Members & Extensions
Constructors
Public
Key
Link copied to clipboard
constructor
(
bytes
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
data
Link copied to clipboard
ios
val
PublicKey
.
data
:
NSData
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
is
On
Curve
Link copied to clipboard
fun
isOnCurve
(
)
:
Boolean
to
Base58
Link copied to clipboard
fun
toBase58
(
)
:
String
to
Byte
Array
Link copied to clipboard
fun
toByteArray
(
)
:
ByteArray
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String