Skip to content

Commit

Permalink
chore: proto gen
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Dec 12, 2024
1 parent 846011b commit 61ca84b
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 122 deletions.
2 changes: 1 addition & 1 deletion api/docs/disperser_v2.html
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ <h3 id="disperser.v2.GetPaymentStateReply">GetPaymentStateReply</h3>
</tr>

<tr>
<td>bin_records</td>
<td>reservation_period_records</td>
<td><a href="#disperser.v2.ReservationPeriodRecord">ReservationPeriodRecord</a></td>
<td>repeated</td>
<td><p>off-chain account reservation usage records </p></td>
Expand Down
2 changes: 1 addition & 1 deletion api/docs/disperser_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ GetPaymentStateReply contains the payment state of an account.
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| payment_global_params | [PaymentGlobalParams](#disperser-v2-PaymentGlobalParams) | | global payment vault parameters |
| bin_records | [ReservationPeriodRecord](#disperser-v2-ReservationPeriodRecord) | repeated | off-chain account reservation usage records |
| reservation_period_records | [ReservationPeriodRecord](#disperser-v2-ReservationPeriodRecord) | repeated | off-chain account reservation usage records |
| reservation | [Reservation](#disperser-v2-Reservation) | | on-chain account reservation setting |
| cumulative_payment | [bytes](#bytes) | | off-chain on-demand payment usage |
| onchain_cumulative_payment | [bytes](#bytes) | | on-chain on-demand payment deposited |
Expand Down
2 changes: 1 addition & 1 deletion api/docs/eigenda-protos.html
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ <h3 id="disperser.v2.GetPaymentStateReply">GetPaymentStateReply</h3>
</tr>

<tr>
<td>bin_records</td>
<td>reservation_period_records</td>
<td><a href="#disperser.v2.ReservationPeriodRecord">ReservationPeriodRecord</a></td>
<td>repeated</td>
<td><p>off-chain account reservation usage records </p></td>
Expand Down
2 changes: 1 addition & 1 deletion api/docs/eigenda-protos.md
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ GetPaymentStateReply contains the payment state of an account.
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| payment_global_params | [PaymentGlobalParams](#disperser-v2-PaymentGlobalParams) | | global payment vault parameters |
| bin_records | [ReservationPeriodRecord](#disperser-v2-ReservationPeriodRecord) | repeated | off-chain account reservation usage records |
| reservation_period_records | [ReservationPeriodRecord](#disperser-v2-ReservationPeriodRecord) | repeated | off-chain account reservation usage records |
| reservation | [Reservation](#disperser-v2-Reservation) | | on-chain account reservation setting |
| cumulative_payment | [bytes](#bytes) | | off-chain on-demand payment usage |
| onchain_cumulative_payment | [bytes](#bytes) | | on-chain on-demand payment deposited |
Expand Down
Loading

0 comments on commit 61ca84b

Please sign in to comment.