File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
protocol/smartrollups/etherlink Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ type UnsignedSequencerBlueprint struct {
1616 ChainID * big.Int
1717}
1818
19+ func (* UnsignedSequencerBlueprint ) SignRequestKind () string { return "sequencer_blueprint" }
20+
1921func parseUnsignedSequencerBlueprint (list []rlp.Stream , res * UnsignedSequencerBlueprint ) error {
2022 if len (list ) != 4 && len (list ) != 5 {
2123 return fmt .Errorf ("invalid RLP list length: %d" , len (list ))
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ type DALSlotImportSignals struct {
1313}
1414
1515type UnsignedDALSlotSignals []* DALSlotIndicesOfLevel
16+
17+ func (UnsignedDALSlotSignals ) SignRequestKind () string { return "sequencer_signal" }
18+
1619type DALSlotIndicesOfLevel struct {
1720 PublishedLevel uint32
1821 SlotIndices []uint8
You can’t perform that action at this time.
0 commit comments