EmbeddedHashLockTransactionV1⚓︎
Extends⚓︎
Constructors⚓︎
new EmbeddedHashLockTransactionV1()⚓︎
Returns⚓︎
EmbeddedHashLockTransactionV1
Inherited from⚓︎
EmbeddedTransaction.constructor
Properties⚓︎
| Property | Modifier | Type | Overrides | Inherited from |
|---|---|---|---|---|
_duration |
public |
BlockDuration |
- | - |
_embeddedTransactionHeaderReserved_1 |
public |
number |
- | EmbeddedTransaction._embeddedTransactionHeaderReserved_1 |
_entityBodyReserved_1 |
public |
number |
- | EmbeddedTransaction._entityBodyReserved_1 |
_hash |
public |
Hash256 |
- | - |
_mosaic |
public |
UnresolvedMosaic |
- | - |
_network |
public |
NetworkType |
- | EmbeddedTransaction._network |
_signerPublicKey |
public |
PublicKey |
- | EmbeddedTransaction._signerPublicKey |
_type |
public |
TransactionType |
- | EmbeddedTransaction._type |
_version |
public |
number |
- | EmbeddedTransaction._version |
TRANSACTION_TYPE |
static |
TransactionType |
- | - |
TRANSACTION_VERSION |
static |
number |
- | - |
TYPE_HINTS |
static |
object |
EmbeddedTransaction.TYPE_HINTS |
- |
TYPE_HINTS.duration |
public |
string |
- | - |
TYPE_HINTS.hash |
public |
string |
- | - |
TYPE_HINTS.mosaic |
public |
string |
- | - |
TYPE_HINTS.network |
public |
string |
- | - |
TYPE_HINTS.signerPublicKey |
public |
string |
- | - |
TYPE_HINTS.type |
public |
string |
- | - |
Accessors⚓︎
duration⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
BlockDuration |
Returns⚓︎
void
hash⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
Hash256 |
Returns⚓︎
void
mosaic⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
UnresolvedMosaic |
Returns⚓︎
void
network⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
NetworkType |
Returns⚓︎
void
Inherited from⚓︎
signerPublicKey⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
PublicKey |
Returns⚓︎
void
Inherited from⚓︎
EmbeddedTransaction.signerPublicKey
size⚓︎
Get Signature⚓︎
Returns⚓︎
number
Inherited from⚓︎
type⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
TransactionType |
Returns⚓︎
void
Inherited from⚓︎
version⚓︎
Get Signature⚓︎
Returns⚓︎
number
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
number |
Returns⚓︎
void
Inherited from⚓︎
Methods⚓︎
_serialize()⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
buffer |
any |
Returns⚓︎
void
Inherited from⚓︎
EmbeddedTransaction._serialize
serialize()⚓︎
Returns⚓︎
Uint8Array<ArrayBufferLike>
Inherited from⚓︎
sort()⚓︎
Returns⚓︎
void
Inherited from⚓︎
toJson()⚓︎
Returns⚓︎
object
JSON-safe representation of this object.
Inherited from⚓︎
toString()⚓︎
Returns⚓︎
string
Inherited from⚓︎
_deserialize()⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
view |
any |
instance |
any |
Returns⚓︎
void
Inherited from⚓︎
EmbeddedTransaction._deserialize
deserialize()⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
payload |
any |
Returns⚓︎
EmbeddedHashLockTransactionV1