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: contracts/ibc-reflect-send/schema/ibc-reflect-send.json
-51Lines changed: 0 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -402,18 +402,6 @@
402
402
}
403
403
]
404
404
},
405
-
"IbcAcknowledgement": {
406
-
"type": "object",
407
-
"required": [
408
-
"data"
409
-
],
410
-
"properties": {
411
-
"data": {
412
-
"$ref": "#/definitions/Binary"
413
-
}
414
-
},
415
-
"additionalProperties": false
416
-
},
417
405
"IbcMsg": {
418
406
"description": "These are messages in the IBC lifecycle. Only usable by IBC-enabled contracts (contracts that directly speak the IBC protocol via 6 entry points)",
419
407
"oneOf": [
@@ -505,45 +493,6 @@
505
493
},
506
494
"additionalProperties": false
507
495
},
508
-
{
509
-
"description": "Acknowledges a packet that this contract received over IBC. This allows acknowledging a packet that was not acknowledged yet in the `ibc_packet_receive` call.",
510
-
"type": "object",
511
-
"required": [
512
-
"write_acknowledgement"
513
-
],
514
-
"properties": {
515
-
"write_acknowledgement": {
516
-
"type": "object",
517
-
"required": [
518
-
"ack",
519
-
"channel_id",
520
-
"packet_sequence"
521
-
],
522
-
"properties": {
523
-
"ack": {
524
-
"description": "The acknowledgement to send back",
525
-
"allOf": [
526
-
{
527
-
"$ref": "#/definitions/IbcAcknowledgement"
528
-
}
529
-
]
530
-
},
531
-
"channel_id": {
532
-
"description": "Existing channel where the packet was received",
533
-
"type": "string"
534
-
},
535
-
"packet_sequence": {
536
-
"description": "Sequence number of the packet that was received",
537
-
"type": "integer",
538
-
"format": "uint64",
539
-
"minimum": 0.0
540
-
}
541
-
},
542
-
"additionalProperties": false
543
-
}
544
-
},
545
-
"additionalProperties": false
546
-
},
547
496
{
548
497
"description": "This will close an existing channel that is owned by this contract. Port is auto-assigned to the contract's IBC port",
Copy file name to clipboardExpand all lines: contracts/ibc-reflect-send/schema/ibc/packet_msg.json
-51Lines changed: 0 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -343,18 +343,6 @@
343
343
}
344
344
]
345
345
},
346
-
"IbcAcknowledgement": {
347
-
"type": "object",
348
-
"required": [
349
-
"data"
350
-
],
351
-
"properties": {
352
-
"data": {
353
-
"$ref": "#/definitions/Binary"
354
-
}
355
-
},
356
-
"additionalProperties": false
357
-
},
358
346
"IbcMsg": {
359
347
"description": "These are messages in the IBC lifecycle. Only usable by IBC-enabled contracts (contracts that directly speak the IBC protocol via 6 entry points)",
360
348
"oneOf": [
@@ -446,45 +434,6 @@
446
434
},
447
435
"additionalProperties": false
448
436
},
449
-
{
450
-
"description": "Acknowledges a packet that this contract received over IBC. This allows acknowledging a packet that was not acknowledged yet in the `ibc_packet_receive` call.",
451
-
"type": "object",
452
-
"required": [
453
-
"write_acknowledgement"
454
-
],
455
-
"properties": {
456
-
"write_acknowledgement": {
457
-
"type": "object",
458
-
"required": [
459
-
"ack",
460
-
"channel_id",
461
-
"packet_sequence"
462
-
],
463
-
"properties": {
464
-
"ack": {
465
-
"description": "The acknowledgement to send back",
466
-
"allOf": [
467
-
{
468
-
"$ref": "#/definitions/IbcAcknowledgement"
469
-
}
470
-
]
471
-
},
472
-
"channel_id": {
473
-
"description": "Existing channel where the packet was received",
474
-
"type": "string"
475
-
},
476
-
"packet_sequence": {
477
-
"description": "Sequence number of the packet that was received",
478
-
"type": "integer",
479
-
"format": "uint64",
480
-
"minimum": 0.0
481
-
}
482
-
},
483
-
"additionalProperties": false
484
-
}
485
-
},
486
-
"additionalProperties": false
487
-
},
488
437
{
489
438
"description": "This will close an existing channel that is owned by this contract. Port is auto-assigned to the contract's IBC port",
Copy file name to clipboardExpand all lines: contracts/ibc-reflect-send/schema/raw/execute.json
-51Lines changed: 0 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -391,18 +391,6 @@
391
391
}
392
392
]
393
393
},
394
-
"IbcAcknowledgement": {
395
-
"type": "object",
396
-
"required": [
397
-
"data"
398
-
],
399
-
"properties": {
400
-
"data": {
401
-
"$ref": "#/definitions/Binary"
402
-
}
403
-
},
404
-
"additionalProperties": false
405
-
},
406
394
"IbcMsg": {
407
395
"description": "These are messages in the IBC lifecycle. Only usable by IBC-enabled contracts (contracts that directly speak the IBC protocol via 6 entry points)",
408
396
"oneOf": [
@@ -494,45 +482,6 @@
494
482
},
495
483
"additionalProperties": false
496
484
},
497
-
{
498
-
"description": "Acknowledges a packet that this contract received over IBC. This allows acknowledging a packet that was not acknowledged yet in the `ibc_packet_receive` call.",
499
-
"type": "object",
500
-
"required": [
501
-
"write_acknowledgement"
502
-
],
503
-
"properties": {
504
-
"write_acknowledgement": {
505
-
"type": "object",
506
-
"required": [
507
-
"ack",
508
-
"channel_id",
509
-
"packet_sequence"
510
-
],
511
-
"properties": {
512
-
"ack": {
513
-
"description": "The acknowledgement to send back",
514
-
"allOf": [
515
-
{
516
-
"$ref": "#/definitions/IbcAcknowledgement"
517
-
}
518
-
]
519
-
},
520
-
"channel_id": {
521
-
"description": "Existing channel where the packet was received",
522
-
"type": "string"
523
-
},
524
-
"packet_sequence": {
525
-
"description": "Sequence number of the packet that was received",
526
-
"type": "integer",
527
-
"format": "uint64",
528
-
"minimum": 0.0
529
-
}
530
-
},
531
-
"additionalProperties": false
532
-
}
533
-
},
534
-
"additionalProperties": false
535
-
},
536
485
{
537
486
"description": "This will close an existing channel that is owned by this contract. Port is auto-assigned to the contract's IBC port",
Copy file name to clipboardExpand all lines: contracts/reflect/schema/raw/execute.json
-51Lines changed: 0 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -476,18 +476,6 @@
476
476
}
477
477
]
478
478
},
479
-
"IbcAcknowledgement": {
480
-
"type": "object",
481
-
"required": [
482
-
"data"
483
-
],
484
-
"properties": {
485
-
"data": {
486
-
"$ref": "#/definitions/Binary"
487
-
}
488
-
},
489
-
"additionalProperties": false
490
-
},
491
479
"IbcMsg": {
492
480
"description": "These are messages in the IBC lifecycle. Only usable by IBC-enabled contracts (contracts that directly speak the IBC protocol via 6 entry points)",
493
481
"oneOf": [
@@ -579,45 +567,6 @@
579
567
},
580
568
"additionalProperties": false
581
569
},
582
-
{
583
-
"description": "Acknowledges a packet that this contract received over IBC. This allows acknowledging a packet that was not acknowledged yet in the `ibc_packet_receive` call.",
584
-
"type": "object",
585
-
"required": [
586
-
"write_acknowledgement"
587
-
],
588
-
"properties": {
589
-
"write_acknowledgement": {
590
-
"type": "object",
591
-
"required": [
592
-
"ack",
593
-
"channel_id",
594
-
"packet_sequence"
595
-
],
596
-
"properties": {
597
-
"ack": {
598
-
"description": "The acknowledgement to send back",
599
-
"allOf": [
600
-
{
601
-
"$ref": "#/definitions/IbcAcknowledgement"
602
-
}
603
-
]
604
-
},
605
-
"channel_id": {
606
-
"description": "Existing channel where the packet was received",
607
-
"type": "string"
608
-
},
609
-
"packet_sequence": {
610
-
"description": "Sequence number of the packet that was received",
611
-
"type": "integer",
612
-
"format": "uint64",
613
-
"minimum": 0.0
614
-
}
615
-
},
616
-
"additionalProperties": false
617
-
}
618
-
},
619
-
"additionalProperties": false
620
-
},
621
570
{
622
571
"description": "This will close an existing channel that is owned by this contract. Port is auto-assigned to the contract's IBC port",
Copy file name to clipboardExpand all lines: contracts/reflect/schema/reflect.json
-51Lines changed: 0 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -486,18 +486,6 @@
486
486
}
487
487
]
488
488
},
489
-
"IbcAcknowledgement": {
490
-
"type": "object",
491
-
"required": [
492
-
"data"
493
-
],
494
-
"properties": {
495
-
"data": {
496
-
"$ref": "#/definitions/Binary"
497
-
}
498
-
},
499
-
"additionalProperties": false
500
-
},
501
489
"IbcMsg": {
502
490
"description": "These are messages in the IBC lifecycle. Only usable by IBC-enabled contracts (contracts that directly speak the IBC protocol via 6 entry points)",
503
491
"oneOf": [
@@ -589,45 +577,6 @@
589
577
},
590
578
"additionalProperties": false
591
579
},
592
-
{
593
-
"description": "Acknowledges a packet that this contract received over IBC. This allows acknowledging a packet that was not acknowledged yet in the `ibc_packet_receive` call.",
594
-
"type": "object",
595
-
"required": [
596
-
"write_acknowledgement"
597
-
],
598
-
"properties": {
599
-
"write_acknowledgement": {
600
-
"type": "object",
601
-
"required": [
602
-
"ack",
603
-
"channel_id",
604
-
"packet_sequence"
605
-
],
606
-
"properties": {
607
-
"ack": {
608
-
"description": "The acknowledgement to send back",
609
-
"allOf": [
610
-
{
611
-
"$ref": "#/definitions/IbcAcknowledgement"
612
-
}
613
-
]
614
-
},
615
-
"channel_id": {
616
-
"description": "Existing channel where the packet was received",
617
-
"type": "string"
618
-
},
619
-
"packet_sequence": {
620
-
"description": "Sequence number of the packet that was received",
621
-
"type": "integer",
622
-
"format": "uint64",
623
-
"minimum": 0.0
624
-
}
625
-
},
626
-
"additionalProperties": false
627
-
}
628
-
},
629
-
"additionalProperties": false
630
-
},
631
580
{
632
581
"description": "This will close an existing channel that is owned by this contract. Port is auto-assigned to the contract's IBC port",
0 commit comments