@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
BlockOperationMODIFY_PERMISSIONS
Class BlockOperationMODIFY_PERMISSIONS
Set Permissions Operation
Hierarchy (
View Summary
)
BlockOperation
BlockOperationMODIFY_PERMISSIONS
Implements
BlockJSONOperationMODIFY_PERMISSIONS
Index
Constructors
C
constructor
Properties
P
type
P
is
Instance
Accessors
A
method
A
permissions
A
principal
A
target
Methods
M
compute
Amount
M
compute
To
M
to
JSON
M
validate
Constructors
constructor
new
BlockOperationMODIFY_PERMISSIONS
(
input
:
BlockJSONOperationMODIFY_PERMISSIONS
,
)
:
BlockOperationMODIFY_PERMISSIONS
Parameters
input
:
BlockJSONOperationMODIFY_PERMISSIONS
Returns
BlockOperationMODIFY_PERMISSIONS
Properties
type
type
:
MODIFY_PERMISSIONS
= OperationType.MODIFY_PERMISSIONS
Static
is
Instance
isInstance
:
(
obj
:
any
,
strict
?:
boolean
,
)
=>
obj
is
BlockOperationMODIFY_PERMISSIONS
= ...
Accessors
method
get
method
()
:
AdjustMethod
Returns
AdjustMethod
set
method
(
method
:
AdjustMethod
)
:
void
Parameters
method
:
AdjustMethod
Returns
void
permissions
get
permissions
()
:
null
|
Permissions
Returns
null
|
Permissions
set
permissions
(
newPerms
:
null
|
Permissions
)
:
void
Parameters
newPerms
:
null
|
Permissions
Returns
void
principal
get
principal
()
:
GenericAccount
Returns
GenericAccount
set
principal
(
principal
:
string
|
GenericAccount
)
:
void
Parameters
principal
:
string
|
GenericAccount
Returns
void
target
get
target
()
:
undefined
|
GenericAccount
Returns
undefined
|
GenericAccount
set
target
(
token
:
undefined
|
string
|
GenericAccount
)
:
void
Parameters
token
:
undefined
|
string
|
GenericAccount
Returns
void
Methods
Protected
compute
Amount
computeAmount
(
amount
:
string
|
bigint
)
:
bigint
Parameters
amount
:
string
|
bigint
Returns
bigint
Protected
compute
To
computeTo
(
to
:
string
|
GenericAccount
,
isIdentifier
:
false
)
:
Account
Parameters
to
:
string
|
GenericAccount
isIdentifier
:
false
Returns
Account
computeTo
(
to
:
string
|
GenericAccount
,
isIdentifier
:
true
)
:
IdentifierAddress
Parameters
to
:
string
|
GenericAccount
isIdentifier
:
true
Returns
IdentifierAddress
computeTo
(
to
:
string
|
GenericAccount
,
isIdentifier
?:
undefined
)
:
GenericAccount
Parameters
to
:
string
|
GenericAccount
Optional
isIdentifier
:
undefined
Returns
GenericAccount
to
JSON
toJSON
()
:
any
Returns
any
validate
validate
(
context
:
BlockOperationValidateContext
)
:
void
Parameters
context
:
BlockOperationValidateContext
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
C
constructor
Properties
P
type
P
is
Instance
Accessors
A
method
A
permissions
A
principal
A
target
Methods
M
compute
Amount
M
compute
To
M
to
JSON
M
validate
@keetanetwork/keetanet-client
Loading...
Set Permissions Operation