github.com/celestiaorg/celestia-node@v0.15.0-beta.1/share/p2p/shrexsub/pb/notification.proto (about)

     1  syntax = "proto3";
     2  
     3  package share.p2p.shrex.sub;
     4  
     5  message RecentEDSNotification {
     6    uint64 height = 1;
     7    bytes data_hash = 2;
     8  }
     9