toggle menu
chameleon-injective-wallet
0.3.1
common
switch theme
search in API
chameleon-injective-wallet
/
kr.jadekim.chameleon.injective.key
/
InjectiveMnemonicKey
Injective
Mnemonic
Key
open
class
InjectiveMnemonicKey
:
InjectiveKeyPair
Members
Constructors
Injective
Mnemonic
Key
Link copied to clipboard
constructor
(
mnemonic
:
String
,
index
:
Int
=
0
,
passphrase
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
account
Link copied to clipboard
open
val
account
:
Int
change
Link copied to clipboard
open
val
change
:
Int
coin
Type
Link copied to clipboard
open
val
coinType
:
Int
index
Link copied to clipboard
open
val
index
:
Int
=
0
mnemonic
Link copied to clipboard
open
val
mnemonic
:
String
passphrase
Link copied to clipboard
open
val
passphrase
:
String
?
=
null
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
>