WalletCore
WalletCore
/
wallet.core.jni
/
StellarPassphrase
Stellar
Passphrase
enum
StellarPassphrase
Stellar network passphrase string.
Entries
Functions
Entries
STELLAR
Link copied to clipboard
STELLAR
KIN
Link copied to clipboard
KIN
Functions
create
From
Value
Link copied to clipboard
open
fun
createFromValue
(
value
:
Int
)
:
StellarPassphrase
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
value
Link copied to clipboard
open
fun
value
(
)
:
Int
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
StellarPassphrase
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
StellarPassphrase
>
Returns an array containing the constants of this enum type, in the order they're declared.