github.com/sunrise-zone/sunrise-node@v0.13.1-sr2/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