@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
BlockOperation
Class BlockOperation
Hierarchy (
View Summary
)
BlockOperation
BlockOperationSEND
BlockOperationSET_REP
BlockOperationSET_INFO
BlockOperationMODIFY_PERMISSIONS
BlockOperationCREATE_IDENTIFIER
BlockOperationTOKEN_ADMIN_SUPPLY
BlockOperationTOKEN_ADMIN_MODIFY_BALANCE
BlockOperationRECEIVE
Index
Constructors
C
constructor
Properties
P
is
Instance
Methods
M
compute
Amount
M
compute
To
M
validate
Constructors
constructor
new
BlockOperation
()
:
BlockOperation
Returns
BlockOperation
Properties
Static
is
Instance
isInstance
:
(
obj
:
any
,
strict
?:
boolean
)
=>
obj
is
BlockOperation
= ...
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
validate
validate
(
_ignored_context
:
BlockOperationValidateContext
)
:
void
Parameters
_ignored_context
:
BlockOperationValidateContext
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
C
constructor
Properties
P
is
Instance
Methods
M
compute
Amount
M
compute
To
M
validate
@keetanetwork/keetanet-client
Loading...