File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2832,7 +2832,7 @@ paths:
2832
2832
$ref : ' #/components/responses/Error'
2833
2833
/v2/events/emulate :
2834
2834
post :
2835
- description : Emulate sending message to blockchain
2835
+ description : Emulate sending message to retrieve general blockchain events
2836
2836
operationId : emulateMessageToEvent
2837
2837
tags :
2838
2838
- Emulation
@@ -2857,7 +2857,7 @@ paths:
2857
2857
$ref : ' #/components/responses/Error'
2858
2858
/v2/traces/emulate :
2859
2859
post :
2860
- description : Emulate sending message to blockchain
2860
+ description : Emulate sending message to retrieve with a detailed execution trace
2861
2861
operationId : emulateMessageToTrace
2862
2862
tags :
2863
2863
- Emulation
@@ -2881,7 +2881,7 @@ paths:
2881
2881
$ref : ' #/components/responses/Error'
2882
2882
/v2/wallet/emulate :
2883
2883
post :
2884
- description : Emulate sending message to blockchain
2884
+ description : Emulate sending message to retrieve the resulting wallet state
2885
2885
operationId : emulateMessageToWallet
2886
2886
tags :
2887
2887
- Emulation
@@ -2901,7 +2901,7 @@ paths:
2901
2901
$ref : ' #/components/responses/Error'
2902
2902
/v2/accounts/{account_id}/events/emulate :
2903
2903
post :
2904
- description : Emulate sending message to blockchain
2904
+ description : Emulate sending message to retrieve account-specific events
2905
2905
operationId : emulateMessageToAccountEvent
2906
2906
tags :
2907
2907
- Emulation
You can’t perform that action at this time.
0 commit comments