Skip to content

Commit

Permalink
feat: add incentivised ack proto (#564)
Browse files Browse the repository at this point in the history
* proto file

* incentivized ack proto
  • Loading branch information
charleenfei authored Nov 29, 2021
1 parent 4dbc83e commit c4dff6c
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/ibc/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

## Table of Contents

- [ibc/applications/fee/v1/ack.proto](#ibc/applications/fee/v1/ack.proto)
- [IncentivizedAcknowledgement](#ibc.applications.fee.v1.IncentivizedAcknowledgement)

- [ibc/core/client/v1/client.proto](#ibc/core/client/v1/client.proto)
- [ClientConsensusStates](#ibc.core.client.v1.ClientConsensusStates)
- [ClientUpdateProposal](#ibc.core.client.v1.ClientUpdateProposal)
Expand Down Expand Up @@ -274,6 +277,39 @@



<a name="ibc/applications/fee/v1/ack.proto"></a>
<p align="right"><a href="#top">Top</a></p>

## ibc/applications/fee/v1/ack.proto



<a name="ibc.applications.fee.v1.IncentivizedAcknowledgement"></a>

### IncentivizedAcknowledgement
IncentivizedAcknowledgement is the acknowledgement format to be used by applications wrapped in the fee middleware
It contains the raw acknowledgement bytes, as well as the forward relayer address


| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `result` | [bytes](#bytes) | | |
| `forward_relayer_address` | [string](#string) | | |





<!-- end messages -->

<!-- end enums -->

<!-- end HasExtensions -->

<!-- end services -->



<a name="ibc/core/client/v1/client.proto"></a>
<p align="right"><a href="#top">Top</a></p>

Expand Down
Loading

0 comments on commit c4dff6c

Please sign in to comment.