We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7b019 commit 5b7f44cCopy full SHA for 5b7f44c
src/model/model.ts
@@ -133,6 +133,8 @@ export * from './transaction/TransferTransaction';
133
export * from './transaction/AccountMetadataTransaction';
134
export * from './transaction/MosaicMetadataTransaction';
135
export * from './transaction/NamespaceMetadataTransaction';
136
+export * from './transaction/MosaicGlobalRestrictionTransaction';
137
+export * from './transaction/MosaicAddressRestrictionTransaction';
138
139
// Wallet
140
export * from './wallet/EncryptedPrivateKey';
0 commit comments