prysm-pulse/beacon-chain/rpc/eth/builder
Bryce T c018981951
Add expected withdrawals API (#12519)
* add structs for expected-withdrawals-api

* add server handler

* add tests

* add bazel file

* register api in service

* remove get prefix for endpoint

* fix review comments

* Update beacon-chain/rpc/eth/builder/handlers.go

* use goimports sorting type

---------

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
2023-06-21 14:36:47 +00:00
..
BUILD.bazel Add expected withdrawals API (#12519) 2023-06-21 14:36:47 +00:00
handlers_test.go Add expected withdrawals API (#12519) 2023-06-21 14:36:47 +00:00
handlers.go Add expected withdrawals API (#12519) 2023-06-21 14:36:47 +00:00
server.go Add expected withdrawals API (#12519) 2023-06-21 14:36:47 +00:00
structs.go Add expected withdrawals API (#12519) 2023-06-21 14:36:47 +00:00