File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export class AccountPropertyTransaction {
8181 }
8282
8383 /**
84- * Create an entity type modification transaction object
84+ * Create an address filter for account property modification
8585 * @param modificationType - modification type. 0: Add, 1: Remove
8686 * @param address - modification value (Address)
8787 * @returns {AccountPropertyModification }
@@ -92,7 +92,7 @@ export class AccountPropertyTransaction {
9292 }
9393
9494 /**
95- * Create an entity type modification transaction object
95+ * Create an mosaic filter for account property modification
9696 * @param modificationType - modification type. 0: Add, 1: Remove
9797 * @param mosaicId - modification value (Mosaic)
9898 * @returns {AccountPropertyModification }
@@ -103,7 +103,7 @@ export class AccountPropertyTransaction {
103103 }
104104
105105 /**
106- * Create an entity type modification transaction object
106+ * Create an entity type filter for account property modification
107107 * @param modificationType - modification type. 0: Add, 1: Remove
108108 * @param entityType - modification value (Transaction Type)
109109 * @returns {AccountPropertyModification }
You can’t perform that action at this time.
0 commit comments