Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertsMessage ¶
func (*CertsMessage) Marshal ¶
func (c *CertsMessage) Marshal() ([]byte, error)
func (*CertsMessage) Unmarshal ¶
func (c *CertsMessage) Unmarshal(data []byte) error
type MerkleWrapperSign ¶
type MerkleWrapperSign struct {
Address string `json:"address"`
Signature []byte `json:"signature"`
CulpritIDs []string `json:"culprit_ids"`
}
func (*MerkleWrapperSign) Marshal ¶
func (m *MerkleWrapperSign) Marshal() ([]byte, error)
func (*MerkleWrapperSign) Unmarshal ¶
func (m *MerkleWrapperSign) Unmarshal(data []byte) error
Click to show internal directories.
Click to hide internal directories.