File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ export class Convert {
196196 }
197197
198198 /**
199- * @internal decode hex to uft8 string
199+ * decode hex to uft8 string
200200 * @param hex - Hex input
201201 * @returns {string }
202202 */
Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ export class PlainMessage extends Message {
5050 * Plain message containing an empty string
5151 * @type {PlainMessage }
5252 */
53- export const EmptyMessage = PlainMessage . create ( '' ) ;
53+ export const EmptyMessage : PlainMessage = PlainMessage . create ( '' ) ;
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ export * from './namespace/NamespaceInfo';
6868export * from './namespace/NamespaceName' ;
6969export * from './namespace/NamespaceRegistrationType' ;
7070export * from './namespace/AliasAction' ;
71+ export * from './namespace/EmptyAlias' ;
7172
7273// Node
7374export * from './node/NodeInfo' ;
@@ -89,7 +90,7 @@ export * from './receipt/ResolutionType';
8990export * from './receipt/InflationReceipt' ;
9091export * from './receipt/Statement' ;
9192
92- //Restriction
93+ // Restriction
9394export * from './restriction/AccountRestrictions' ;
9495export * from './restriction/AccountRestrictionsInfo' ;
9596export * from './restriction/AccountRestriction' ;
@@ -108,6 +109,7 @@ export * from './message/Message';
108109export * from './message/PlainMessage' ;
109110export * from './message/MessageMarker' ;
110111export * from './message/MessageType' ;
112+
111113// Transaction
112114export * from './transaction/AccountLinkTransaction' ;
113115export * from './transaction/AccountRestrictionTransaction' ;
You can’t perform that action at this time.
0 commit comments