Skip to content

Commit

Permalink
itest: regenerate protos
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Jan 17, 2025
1 parent 275f06f commit d68e6f9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 20 deletions.
38 changes: 19 additions & 19 deletions itest/tests/swap_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion itest/tests/swap_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,29 @@ class CreateSwapRequest(_message.Message):
) -> None: ...

class CreateSwapResponse(_message.Message):
__slots__ = ("address", "claim_pubkey", "lock_height", "parameters")
__slots__ = (
"address",
"claim_pubkey",
"lock_height",
"expected_last_payout_height",
"parameters",
)
ADDRESS_FIELD_NUMBER: _ClassVar[int]
CLAIM_PUBKEY_FIELD_NUMBER: _ClassVar[int]
LOCK_HEIGHT_FIELD_NUMBER: _ClassVar[int]
EXPECTED_LAST_PAYOUT_HEIGHT_FIELD_NUMBER: _ClassVar[int]
PARAMETERS_FIELD_NUMBER: _ClassVar[int]
address: str
claim_pubkey: bytes
lock_height: int
expected_last_payout_height: int
parameters: SwapParameters
def __init__(
self,
address: _Optional[str] = ...,
claim_pubkey: _Optional[bytes] = ...,
lock_height: _Optional[int] = ...,
expected_last_payout_height: _Optional[int] = ...,
parameters: _Optional[_Union[SwapParameters, _Mapping]] = ...,
) -> None: ...

Expand Down

0 comments on commit d68e6f9

Please sign in to comment.