WalletCore
WalletCore
/
wallet.core.jni.proto
/
NEAR
/
AccessKey
/
PermissionCase
Permission
Case
enum
PermissionCase
Entries
Functions
Entries
FUNCTION_CALL
Link copied to clipboard
FUNCTION_CALL
FULL_ACCESS
Link copied to clipboard
FULL_ACCESS
PERMISSION_NOT_SET
Link copied to clipboard
PERMISSION_NOT_SET
Functions
for
Number
Link copied to clipboard
open
fun
forNumber
(
value
:
Int
)
:
NEAR.AccessKey.PermissionCase
get
Number
Link copied to clipboard
open
fun
getNumber
(
)
:
Int
value
Of
Link copied to clipboard
open
fun
valueOf
(
value
:
Int
)
:
NEAR.AccessKey.PermissionCase
open
fun
valueOf
(
name
:
String
)
:
NEAR.AccessKey.PermissionCase
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
NEAR.AccessKey.PermissionCase
>
Returns an array containing the constants of this enum type, in the order they're declared.