7 lines
131 B
Go
7 lines
131 B
Go
|
package record
|
||
|
|
||
|
const (
|
||
|
// KeySendType is the custom record identifier for key send preimages.
|
||
|
KeySendType uint64 = 5482373484
|
||
|
)
|