Skip to content

Commit 9fb23dd

Browse files
committed
updated account property filter docs
1 parent dcd4c10 commit 9fb23dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/model/transaction/AccountPropertyTransaction.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)