{{define "eblock"}} {{template "header"}}

Entry Block

KeyMR: {{.KeyMR}}
Full Hash: {{.FullHash}}
ChainID: {{.Header.ChainID}}
Block Height: {{.Header.DBHeight}}
Previous Entry Block: Previous KeyMR : {{.Header.PrevKeyMR}}
Previous Full Hash : {{.Header.PrevFullHash}}

Entries Contained in Block {{.Header.EntryCount}} Entries

{{range $i, $ele := .Entries}} {{if eq $ele.Hash "Minute Marker"}}
Minute Marker {{$ele.ChainID}}
{{else}}
Entry Hash: {{$ele.Hash}}
External IDs:
    {{ range $ID := $ele.ExtIDs }}
  • {{$ID}}
  • {{ end }}
Content: Content Summary: Show All
{{truncate $ele.Content}}
{{end}} {{end}}
{{template "scripts"}} {{template "tools"}} {{template "footer"}} {{end}}