toggle menu
chameleon-injective-wallet
0.3.1
common
switch theme
search in API
chameleon-injective-wallet
/
kr.jadekim.chameleon.injective.key
/
InjectiveKeyPair
Injective
Key
Pair
open
class
InjectiveKeyPair
:
InjectivePublicKey
Inheritors
InjectiveMnemonicKey
Members
Constructors
Injective
Key
Pair
Link copied to clipboard
constructor
(
privateKey
:
ByteArray
,
publicKey
:
ByteArray
?
=
null
)
Properties
private
Key
Link copied to clipboard
open
val
privateKey
:
ByteArray
public
Key
Link copied to clipboard
open
override
val
publicKey
:
ByteArray
Functions
sign
Link copied to clipboard
open
fun
sign
(
message
:
ByteArray
)
:
<Error class: unknown class>
<
ByteArray
>