Skip to content
Snippets Groups Projects
id.go 85 B
package transaction

type Id [IdLength]byte

var EmptyId = Id{}

const IdLength = 64