toggle menu
chameleon-cosmos-wallet
0.4.0
common
switch theme
search in API
chameleon-cosmos-wallet
/
kr.jadekim.chameleon.cosmos.key
/
Secp256k1KeyPair
Secp256k1Key
Pair
interface
Secp256k1KeyPair
:
Secp256k1PublicKey
Inheritors
CosmosKeyPair
BaseCosmosMnemonicKey
Members
Members & Extensions
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