You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/event-dispatcher.md
+38-3Lines changed: 38 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ When a transaction in the `/new_block` payload has a `raw_tx` field of `"0x00"`,
222
222
More details on burnchain operations can be found in [SIP-007](https://github.com/stacksgov/sips/blob/main/sips/sip-007/sip-007-stacking-consensus.md#stx-operations-on-bitcoin).
223
223
224
224
#### Example JSON values for `burnchain_op` field:
225
-
***TransferStx:**
225
+
***transfer-stx:**
226
226
```json
227
227
{
228
228
"transfer_stx": {
@@ -246,7 +246,7 @@ More details on burnchain operations can be found in [SIP-007](https://github.co
246
246
}
247
247
```
248
248
249
-
* **StackStx:**
249
+
* **stack-stx:**
250
250
```json
251
251
{
252
252
"stack_stx": {
@@ -266,7 +266,7 @@ More details on burnchain operations can be found in [SIP-007](https://github.co
266
266
}
267
267
```
268
268
269
-
* **DelegateStx:**
269
+
* **delegate-stx:**
270
270
```json
271
271
{
272
272
"delegate_stx": {
@@ -291,6 +291,41 @@ More details on burnchain operations can be found in [SIP-007](https://github.co
0 commit comments