Skip to content

Commit 9b497bb

Browse files
author
Grégory Saive
authored
Merge branch 'master' into master
2 parents 8f44ef3 + 4a8daa3 commit 9b497bb

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/model/transaction/AddressAliasTransaction.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ import { TransactionVersion } from './TransactionVersion';
3434
export class AddressAliasTransaction extends Transaction {
3535

3636
/**
37-
* Create a mosaic supply change transaction object
37+
* Create a address alias transaction object
3838
* @param deadline - The deadline to include the transaction.
39-
* @param actionType - The namespace id.
39+
* @param actionType - The alias action type.
4040
* @param namespaceId - The namespace id.
41-
* @param mosaicId - The mosaic id.
41+
* @param address - The address.
4242
* @param networkType - The network type.
4343
* @param maxFee - (Optional) Max fee defined by the sender
4444
* @returns {AddressAliasTransaction}

src/model/transaction/MosaicAliasTransaction.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,10 @@ import { TransactionInfo } from './TransactionInfo';
2727
import { TransactionType } from './TransactionType';
2828
import { TransactionVersion } from './TransactionVersion';
2929

30-
/**
31-
* In case a mosaic has the flag 'supplyMutable' set to true, the creator of the mosaic can change the supply,
32-
* i.e. increase or decrease the supply.
33-
*/
3430
export class MosaicAliasTransaction extends Transaction {
3531

3632
/**
37-
* Create a mosaic supply change transaction object
33+
* Create a mosaic alias transaction object
3834
* @param deadline - The deadline to include the transaction.
3935
* @param actionType - The alias action type.
4036
* @param namespaceId - The namespace id.

0 commit comments

Comments
 (0)