You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/model/network/RentalFees.ts
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@
14
14
* limitations under the License.
15
15
*/
16
16
17
+
import{UInt64}from'../UInt64';
18
+
17
19
/**
18
20
* Rental Fees
19
21
*/
@@ -24,8 +26,8 @@ export class RentalFees {
24
26
* @param effectiveChildNamespaceRentalFee - Absolute amount. An amount of 123456789 (absolute) for a mosaic with divisibility 6 means 123.456789 (relative).
25
27
* @param effectiveMosaicRentalFee - bsolute amount. An amount of 123456789 (absolute) for a mosaic with divisibility 6 means 123.456789 (relative).
0 commit comments