toggle menu
chameleon-cosmos-wallet
0.4.0
common
switch theme
search in API
chameleon-cosmos-wallet
/
kr.jadekim.chameleon.cosmos.key
/
BaseCosmosMnemonicKey
Base
Cosmos
Mnemonic
Key
interface
BaseCosmosMnemonicKey
:
Secp256k1KeyPair
Inheritors
CosmosMnemonicKey
Members
Members & Extensions
Properties
account
Link copied to clipboard
abstract
val
account
:
Int
change
Link copied to clipboard
abstract
val
change
:
Int
coin
Type
Link copied to clipboard
abstract
val
coinType
:
Int
index
Link copied to clipboard
abstract
val
index
:
Int
Functions
sign
Link copied to clipboard
open
fun
sign
(
message
:
ByteArray
)
:
<Error class: unknown class>
<
ByteArray
>
sign
Sync
Link copied to clipboard
open
fun
signSync
(
message
:
ByteArray
)
:
ByteArray
open
fun
signSync
(
message
:
String
)
:
ByteArray
to
Address
Link copied to clipboard
fun
Secp256k1PublicKey
.
toAddress
(
)
:
ByteArray
verify
Link copied to clipboard
open
fun
verify
(
message
:
ByteArray
,
signature
:
ByteArray
)
:
Boolean