@@ -482,7 +482,7 @@ export default class IconService {
482
482
return this . provider . request ( request ) ;
483
483
}
484
484
485
- /** *
485
+ /**
486
486
* Get BTP network information.
487
487
* @param id - network id
488
488
* @param height - Main block height
@@ -502,7 +502,7 @@ export default class IconService {
502
502
return this . provider . request ( request , ( data ) => new BTPNetworkInfo ( data ) ) ;
503
503
}
504
504
505
- /** *
505
+ /**
506
506
* Get BTP network type information.
507
507
* @param id - Network type id
508
508
* @param height - Main block height
@@ -525,7 +525,7 @@ export default class IconService {
525
525
) ;
526
526
}
527
527
528
- /** *
528
+ /**
529
529
* Get BTP messages
530
530
* @param networkID - BTP network ID
531
531
* @param height - Main block height
@@ -541,7 +541,7 @@ export default class IconService {
541
541
return this . provider . request < Array < string > > ( request ) ;
542
542
}
543
543
544
- /** *
544
+ /**
545
545
* Get BTP block header
546
546
* @param networkID - Network id
547
547
* @param height - Main block height
@@ -557,7 +557,7 @@ export default class IconService {
557
557
return this . provider . request < string > ( request ) ;
558
558
}
559
559
560
- /** *
560
+ /**
561
561
* Get BTP block proof
562
562
* @param networkID - Network id
563
563
* @param height - Main block height
@@ -573,7 +573,7 @@ export default class IconService {
573
573
return this . provider . request < string > ( request ) ;
574
574
}
575
575
576
- /** *
576
+ /**
577
577
* Get source network information
578
578
* @return {HttpCall } The HttpCall instance for btp_getSourceInformation JSON-RPC API request.
579
579
*/
0 commit comments