Skip to content

Commit

Permalink
update bitacross rpc types definitions (#3089)
Browse files Browse the repository at this point in the history
* add SignTon error
  • Loading branch information
kziemianek authored Sep 24, 2024
1 parent 736f437 commit 80f9bfa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tee-worker/bitacross/example/client/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@
["SigningError", "()"]
]
},
"SignTonError": {
"type": "enum",
"type_mapping": [
["InvalidSigner", "()"],
["SigningError", "()"]
]
},
"PrehashedEthereumMessage": "[u8; 32]",
"PlainRequest": {
"type": "struct",
Expand Down

0 comments on commit 80f9bfa

Please sign in to comment.