EmbeddedMosaicSupplyChangeTransactionV1⚓︎
Extends⚓︎
Constructors⚓︎
new EmbeddedMosaicSupplyChangeTransactionV1()⚓︎
Returns⚓︎
EmbeddedMosaicSupplyChangeTransactionV1
Inherited from⚓︎
EmbeddedTransaction.constructor
Properties⚓︎
| Property | Modifier | Type | Overrides | Inherited from |
|---|---|---|---|---|
_action |
public |
MosaicSupplyChangeAction |
- | - |
_delta |
public |
Amount |
- | - |
_embeddedTransactionHeaderReserved_1 |
public |
number |
- | EmbeddedTransaction._embeddedTransactionHeaderReserved_1 |
_entityBodyReserved_1 |
public |
number |
- | EmbeddedTransaction._entityBodyReserved_1 |
_mosaicId |
public |
UnresolvedMosaicId |
- | - |
_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.action |
public |
string |
- | - |
TYPE_HINTS.delta |
public |
string |
- | - |
TYPE_HINTS.mosaicId |
public |
string |
- | - |
TYPE_HINTS.network |
public |
string |
- | - |
TYPE_HINTS.signerPublicKey |
public |
string |
- | - |
TYPE_HINTS.type |
public |
string |
- | - |
Accessors⚓︎
action⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
MosaicSupplyChangeAction |
Returns⚓︎
void
delta⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
Amount |
Returns⚓︎
void
mosaicId⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
UnresolvedMosaicId |
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⚓︎
EmbeddedMosaicSupplyChangeTransactionV1