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