Files
tendermint/types/names.go
Ethan Buchman 8631d5085e name reg
2015-05-30 01:19:02 -04:00

9 lines
241 B
Go

package types
type NameRegEntry struct {
Name []byte // registered name for the entry
Owner []byte // address that created the entry
Data []byte // binary encoded byte array
Expires uint // block at which this entry expires
}