From e12a479eeeb787786db0acc54150c05cc7034397 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 14 Jun 2022 10:53:52 +0200 Subject: add unsigned tree head endpoint --- pkg/types/endpoint.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/types/endpoint.go') diff --git a/pkg/types/endpoint.go b/pkg/types/endpoint.go index 60bb44f..5520d16 100644 --- a/pkg/types/endpoint.go +++ b/pkg/types/endpoint.go @@ -12,6 +12,8 @@ const ( EndpointGetInclusionProof = Endpoint("get-inclusion-proof/") EndpointGetConsistencyProof = Endpoint("get-consistency-proof/") EndpointGetLeaves = Endpoint("get-leaves/") + + EndpointGetTreeHeadUnsigned = Endpoint("get-tree-head-unsigned") ) // Path joins a number of components to form a full endpoint path. For example, -- cgit v1.2.3