Skip to content

Commit 5b7f44c

Browse files
committed
Added missing mosaic restriction exports
1 parent 4d7b019 commit 5b7f44c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/model/model.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ export * from './transaction/TransferTransaction';
133133
export * from './transaction/AccountMetadataTransaction';
134134
export * from './transaction/MosaicMetadataTransaction';
135135
export * from './transaction/NamespaceMetadataTransaction';
136+
export * from './transaction/MosaicGlobalRestrictionTransaction';
137+
export * from './transaction/MosaicAddressRestrictionTransaction';
136138

137139
// Wallet
138140
export * from './wallet/EncryptedPrivateKey';

0 commit comments

Comments
 (0)