toggle menu
chameleon-injective-wallet
0.3.1
common
switch theme
search in API
chameleon-injective-wallet
/
kr.jadekim.chameleon.injective.key
/
InjectiveConsensusPublicKey
Injective
Consensus
Public
Key
open
class
InjectiveConsensusPublicKey
(
val
publicKey
:
ByteArray
)
Members
Constructors
Injective
Consensus
Public
Key
Link copied to clipboard
constructor
(
publicKey
:
ByteArray
)
Properties
public
Key
Link copied to clipboard
open
val
publicKey
:
ByteArray
Functions
verify
Link copied to clipboard
open
fun
verify
(
message
:
ByteArray
,
signature
:
ByteArray
)
:
Boolean