@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
BlockOperationSEND
Class BlockOperationSEND
Hierarchy (
View Summary
)
BlockOperation
BlockOperationSEND
Implements
BlockJSONOperationSEND
Index
Constructors
C
constructor
Properties
P
external
P
type
P
is
Instance
Accessors
A
amount
A
to
A
token
Methods
M
compute
Amount
M
compute
To
M
to
JSON
M
validate
Constructors
constructor
new
BlockOperationSEND
(
input
:
BlockJSONOperationSEND
)
:
BlockOperationSEND
Parameters
input
:
BlockJSONOperationSEND
Returns
BlockOperationSEND
Properties
external
external
:
undefined
|
string
type
type
:
SEND
= OperationType.SEND
Static
is
Instance
isInstance
:
(
obj
:
any
,
strict
?:
boolean
)
=>
obj
is
BlockOperationSEND
= ...
Accessors
amount
get
amount
()
:
bigint
Returns
bigint
set
amount
(
amount
:
string
|
bigint
)
:
void
Parameters
amount
:
string
|
bigint
Returns
void
to
get
to
()
:
GenericAccount
Returns
GenericAccount
set
to
(
to
:
string
|
GenericAccount
)
:
void
Parameters
to
:
string
|
GenericAccount
Returns
void
token
get
token
()
:
TokenAddress
Returns
TokenAddress
set
token
(
token
:
TokenPublicKeyString
|
TokenAddress
)
:
void
Parameters
token
:
TokenPublicKeyString
|
TokenAddress
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
external
P
type
P
is
Instance
Accessors
A
amount
A
to
A
token
Methods
M
compute
Amount
M
compute
To
M
to
JSON
M
validate
@keetanetwork/keetanet-client
Loading...