diff --git a/explorer/types.go b/explorer/types.go index a39d6bcc..796d1c00 100644 --- a/explorer/types.go +++ b/explorer/types.go @@ -188,6 +188,8 @@ type V2FileContractRevision struct { Revision V2FileContract `json:"revision"` } +// A V2HostAnnouncement is a types.V2HostAnnouncement list of net addresses +// with the host public key attached. type V2HostAnnouncement struct { PublicKey types.PublicKey `json:"publicKey"` chain.V2HostAnnouncement