Creates a descriptor for NamespaceMetadataTransactionV1.
Account owning the namespace whose metadata should be modified.
Metadata key scoped to source, target and type.
Namespace whose metadata should be modified.
Change in value size in bytes, compared to previous size.
Optional
value: string | Uint8ArrayDifference between existing value and new value. \note When there is no existing value, this array is directly used and value_size_delta
==value_size
. \note When there is an existing value, the new value is the byte-wise XOR of the previous value and this array.
Type safe descriptor used to generate a descriptor map for NamespaceMetadataTransactionV1Descriptor.
Associate a key-value state (metadata) to a namespace (V1, latest). Compare to AccountMetadataTransaction and MosaicMetadataTransaction.