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 {
196
196
}
197
197
198
198
/**
199
- * @internal decode hex to uft8 string
199
+ * decode hex to uft8 string
200
200
* @param hex - Hex input
201
201
* @returns {string }
202
202
*/
Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ export class PlainMessage extends Message {
50
50
* Plain message containing an empty string
51
51
* @type {PlainMessage }
52
52
*/
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';
68
68
export * from './namespace/NamespaceName' ;
69
69
export * from './namespace/NamespaceRegistrationType' ;
70
70
export * from './namespace/AliasAction' ;
71
+ export * from './namespace/EmptyAlias' ;
71
72
72
73
// Node
73
74
export * from './node/NodeInfo' ;
@@ -89,7 +90,7 @@ export * from './receipt/ResolutionType';
89
90
export * from './receipt/InflationReceipt' ;
90
91
export * from './receipt/Statement' ;
91
92
92
- //Restriction
93
+ // Restriction
93
94
export * from './restriction/AccountRestrictions' ;
94
95
export * from './restriction/AccountRestrictionsInfo' ;
95
96
export * from './restriction/AccountRestriction' ;
@@ -108,6 +109,7 @@ export * from './message/Message';
108
109
export * from './message/PlainMessage' ;
109
110
export * from './message/MessageMarker' ;
110
111
export * from './message/MessageType' ;
112
+
111
113
// Transaction
112
114
export * from './transaction/AccountLinkTransaction' ;
113
115
export * from './transaction/AccountRestrictionTransaction' ;
You can’t perform that action at this time.
0 commit comments