File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-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 @@ -89,7 +89,7 @@ export * from './receipt/ResolutionType';
8989export * from './receipt/InflationReceipt' ;
9090export * from './receipt/Statement' ;
9191
92- //Restriction
92+ // Restriction
9393export * from './restriction/AccountRestrictions' ;
9494export * from './restriction/AccountRestrictionsInfo' ;
9595export * from './restriction/AccountRestriction' ;
@@ -108,6 +108,7 @@ export * from './message/Message';
108108export * from './message/PlainMessage' ;
109109export * from './message/MessageMarker' ;
110110export * from './message/MessageType' ;
111+
111112// Transaction
112113export * from './transaction/AccountLinkTransaction' ;
113114export * from './transaction/AccountRestrictionTransaction' ;
You can’t perform that action at this time.
0 commit comments