penumbra icon indicating copy to clipboard operation
penumbra copied to clipboard

auction: fill in the remaining rpc functionality

Open erwanor opened this issue 9 months ago • 0 comments

We have a streaming RPC that let us query multiple auction state at once:

  rpc AuctionStateByIds(AuctionStateByIdsRequest) returns (stream AuctionStateByIdsResponse);

At some point, it would be good to implement it, but probably not before we have a concrete use-case for it.

erwanor avatar May 02 '24 14:05 erwanor