We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acea3b5 commit dee4f1aCopy full SHA for dee4f1a
tzkt/data/operations.go
@@ -133,6 +133,7 @@ type Reveal struct {
133
GasLimit uint64 `json:"gasLimit"`
134
GasUsed uint64 `json:"gasUsed"`
135
BakerFee uint64 `json:"bakerFee"`
136
+ PublicKey string `json:"publicKey,omitempty"`
137
Nonce *uint64 `json:"nonce,omitempty"`
138
Quote *Quote `json:"quote,omitempty"`
139
}
0 commit comments