WalletCore
WalletCore
/
wallet.core.jni
/
FilecoinAddressType
Filecoin
Address
Type
enum
FilecoinAddressType
Filecoin address type.
Entries
Functions
Entries
DEFAULT
Link copied to clipboard
DEFAULT
DELEGATED
Link copied to clipboard
DELEGATED
Functions
create
From
Value
Link copied to clipboard
open
fun
createFromValue
(
value
:
Int
)
:
FilecoinAddressType
value
Link copied to clipboard
open
fun
value
(
)
:
Int
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
FilecoinAddressType
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
FilecoinAddressType
>
Returns an array containing the constants of this enum type, in the order they're declared.