Skip to content

Commit dee4f1a

Browse files
committed
TzKT v1.16.0: added publicKey filed to reveal
1 parent acea3b5 commit dee4f1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tzkt/data/operations.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ type Reveal struct {
133133
GasLimit uint64 `json:"gasLimit"`
134134
GasUsed uint64 `json:"gasUsed"`
135135
BakerFee uint64 `json:"bakerFee"`
136+
PublicKey string `json:"publicKey,omitempty"`
136137
Nonce *uint64 `json:"nonce,omitempty"`
137138
Quote *Quote `json:"quote,omitempty"`
138139
}

0 commit comments

Comments
 (0)