@@ -867,18 +867,18 @@ type SrGameInfo struct {
867
867
}
868
868
869
869
type DalPublishCommitment struct {
870
- Type string `json:"type"`
871
- ID uint64 `json:"id"`
872
- Level uint64 `json:"level"`
873
- Timestamp string `json:"timestamp"`
874
- Hash string `json:"hash"`
875
- Sender * Address `json:"sender"`
876
- Counter uint64 `json:"counter"`
877
- GasLimit uint64 `json:"gasLimit"`
878
- GasUsed uint64 `json:"gasUsed"`
879
- StorageLimit uint64 `json:"storageLimit"`
880
- BakerFee uint64 `json:"bakerFee"`
881
- Slot int `json:"slot"`
882
- Commitment string `json:"commitment"`
883
- Status string `json:"status"`
870
+ Type string `json:"type"`
871
+ ID uint64 `json:"id"`
872
+ Level uint64 `json:"level"`
873
+ Timestamp time. Time `json:"timestamp"`
874
+ Hash string `json:"hash"`
875
+ Sender * Address `json:"sender"`
876
+ Counter uint64 `json:"counter"`
877
+ GasLimit uint64 `json:"gasLimit"`
878
+ GasUsed uint64 `json:"gasUsed"`
879
+ StorageLimit uint64 `json:"storageLimit"`
880
+ BakerFee uint64 `json:"bakerFee"`
881
+ Slot int `json:"slot"`
882
+ Commitment string `json:"commitment"`
883
+ Status string `json:"status"`
884
884
}
0 commit comments