aboutsummaryrefslogtreecommitdiff
path: root/pkg/requests/requests.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/requests/requests.go')
-rw-r--r--pkg/requests/requests.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/requests/requests.go b/pkg/requests/requests.go
index 26a5213..4d09101 100644
--- a/pkg/requests/requests.go
+++ b/pkg/requests/requests.go
@@ -8,7 +8,8 @@ import (
)
type Leaf struct {
- types.Statement
+ ShardHint uint64 `ascii:"shard_hint"`
+ Preimage types.Hash `ascii:"preimage"`
Signature types.Signature `ascii:"signature"`
VerificationKey types.PublicKey `ascii:"verification_key"`
DomainHint string `ascii:"domain_hint"`