EmbeddedSecretProofTransactionV1⚓︎
Extends⚓︎
Constructors⚓︎
new EmbeddedSecretProofTransactionV1()⚓︎
Returns⚓︎
EmbeddedSecretProofTransactionV1
Inherited from⚓︎
EmbeddedTransaction.constructor
Properties⚓︎
| Property | Modifier | Type | Overrides | Inherited from |
|---|---|---|---|---|
_embeddedTransactionHeaderReserved_1 |
public |
number |
- | EmbeddedTransaction._embeddedTransactionHeaderReserved_1 |
_entityBodyReserved_1 |
public |
number |
- | EmbeddedTransaction._entityBodyReserved_1 |
_hashAlgorithm |
public |
LockHashAlgorithm |
- | - |
_network |
public |
NetworkType |
- | EmbeddedTransaction._network |
_proof |
public |
Uint8Array<ArrayBuffer> |
- | - |
_recipientAddress |
public |
UnresolvedAddress |
- | - |
_secret |
public |
Hash256 |
- | - |
_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.hashAlgorithm |
public |
string |
- | - |
TYPE_HINTS.network |
public |
string |
- | - |
TYPE_HINTS.proof |
public |
string |
- | - |
TYPE_HINTS.recipientAddress |
public |
string |
- | - |
TYPE_HINTS.secret |
public |
string |
- | - |
TYPE_HINTS.signerPublicKey |
public |
string |
- | - |
TYPE_HINTS.type |
public |
string |
- | - |
Accessors⚓︎
hashAlgorithm⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
LockHashAlgorithm |
Returns⚓︎
void
network⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
NetworkType |
Returns⚓︎
void
Inherited from⚓︎
proof⚓︎
Get Signature⚓︎
Returns⚓︎
Uint8Array<ArrayBuffer>
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
Uint8Array<ArrayBuffer> |
Returns⚓︎
void
recipientAddress⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
UnresolvedAddress |
Returns⚓︎
void
secret⚓︎
Get Signature⚓︎
Returns⚓︎
Set Signature⚓︎
Parameters⚓︎
| Parameter | Type |
|---|---|
value |
Hash256 |
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⚓︎
EmbeddedSecretProofTransactionV1