package json

import "go.dedis.ch/dela/mino/router/tree/json"

Index

Types

type HandshakeJSON

type HandshakeJSON struct {
	Height    int
	Addresses [][]byte
}

HandshakeJSON is the JSON message for the handshake.

type PacketJSON

type PacketJSON struct {
	Source  []byte
	Dest    [][]byte
	Message []byte
}

PacketJSON describes a JSON formatted packet

Source Files

json.go

Version
v0.1.0 (latest)
Published
Apr 10, 2024
Platform
linux/amd64
Imports
4 packages
Last checked
1 month ago

Tools for package owners.