EmbeddedNamespaceRegistrationTransactionV1⚓︎
Extends⚓︎
Constructors⚓︎
new EmbeddedNamespaceRegistrationTransactionV1()⚓︎
Returns⚓︎
EmbeddedNamespaceRegistrationTransactionV1
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 |
_id |
public |
NamespaceId |
- | - |
_name |
public |
Uint8Array<ArrayBuffer> |
- | - |
_network |
public |
NetworkType |
- | EmbeddedTransaction._network |
_parentId |
public |
any |
- | - |
_registrationType |
public |
NamespaceRegistrationType |
- | - |
_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.id |
public |
string |
- | - |
TYPE_HINTS.name |
public |
string |
- | - |
TYPE_HINTS.network |
public |
string |
- | - |
TYPE_HINTS.parentId |
public |
string |
- | - |
TYPE_HINTS.registrationType |
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
id⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
NamespaceId |
Returns⚓︎
void
name⚓︎
Get Signature⚓︎
Returns⚓︎
Uint8Array<ArrayBuffer>
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
Uint8Array<ArrayBuffer> |
Returns⚓︎
void
network⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
NetworkType |
Returns⚓︎
void
Inherited from⚓︎
parentId⚓︎
Get Signature⚓︎
Returns⚓︎
any
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
any |
Returns⚓︎
void
registrationType⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
NamespaceRegistrationType |
Returns⚓︎
void
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⚓︎
EmbeddedNamespaceRegistrationTransactionV1