aboutsummaryrefslogtreecommitdiff
path: root/pkg/types/endpoint.go
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2022-06-14 10:53:52 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-06-21 19:46:54 +0200
commite12a479eeeb787786db0acc54150c05cc7034397 (patch)
tree2fb1d12dbd34a07b3f4990245109ee565fa10460 /pkg/types/endpoint.go
parentcb6485bb6075179dc2521b8e82db961deae74faf (diff)
add unsigned tree head endpoint
Diffstat (limited to 'pkg/types/endpoint.go')
-rw-r--r--pkg/types/endpoint.go2
1 files changed, 2 insertions, 0 deletions
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,