Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.23 KB

EmbeddedMosaicGlobalRestrictionTransactionDTO.md

File metadata and controls

19 lines (16 loc) · 1.23 KB

# EmbeddedMosaicGlobalRestrictionTransactionDTO

Properties

Name Type Description Notes
signer_public_key string Public key.
version int Entity version.
network \SymbolRestClient\Model\NetworkTypeEnum
type int
mosaic_id string Mosaic identifier. If the most significant bit of byte 0 is set, a namespaceId (alias) is used instead of the real mosaic identifier.
reference_mosaic_id string Mosaic identifier. If the most significant bit of byte 0 is set, a namespaceId (alias) is used instead of the real mosaic identifier.
restriction_key string Restriction key.
previous_restriction_value string Restriction value.
new_restriction_value string Restriction value.
previous_restriction_type \SymbolRestClient\Model\MosaicRestrictionTypeEnum
new_restriction_type \SymbolRestClient\Model\MosaicRestrictionTypeEnum

[Back to Model list] [Back to API list] [Back to README]