WalletCore
WalletCore
/
wallet.core.jni
/
PrivateKeyType
Private
Key
Type
enum
PrivateKeyType
Private key types, the vast majority of chains use the default, 32-byte key.
Entries
Functions
Entries
DEFAULT
Link copied to clipboard
DEFAULT
CARDANO
Link copied to clipboard
CARDANO
Functions
create
From
Value
Link copied to clipboard
open
fun
createFromValue
(
value
:
Int
)
:
PrivateKeyType
value
Link copied to clipboard
open
fun
value
(
)
:
Int
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
PrivateKeyType
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
PrivateKeyType
>
Returns an array containing the constants of this enum type, in the order they're declared.