@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
BlockOperationCREATE_IDENTIFIER
Class BlockOperationCREATE_IDENTIFIER
TokenCreate Operation
Hierarchy (
View Summary
)
BlockOperation
BlockOperationCREATE_IDENTIFIER
Implements
BlockJSONOperationCREATE_IDENTIFIER
Index
Constructors
C
constructor
Properties
P
type
P
is
Instance
Accessors
A
identifier
Methods
M
compute
Amount
M
compute
To
M
to
JSON
M
validate
Constructors
constructor
new
BlockOperationCREATE_IDENTIFIER
(
input
:
BlockJSONOperationCREATE_IDENTIFIER
,
)
:
BlockOperationCREATE_IDENTIFIER
Parameters
input
:
BlockJSONOperationCREATE_IDENTIFIER
Returns
BlockOperationCREATE_IDENTIFIER
Properties
type
type
:
CREATE_IDENTIFIER
= OperationType.CREATE_IDENTIFIER
Static
is
Instance
isInstance
:
(
obj
:
any
,
strict
?:
boolean
,
)
=>
obj
is
BlockOperationCREATE_IDENTIFIER
= ...
Accessors
identifier
get
identifier
()
:
IdentifierAddress
Returns
IdentifierAddress
set
identifier
(
identifier
:
string
|
IdentifierAddress
)
:
void
Parameters
identifier
:
string
|
IdentifierAddress
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
identifier
Methods
M
compute
Amount
M
compute
To
M
to
JSON
M
validate
@keetanetwork/keetanet-client
Loading...
TokenCreate Operation