File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1- # trails-api v1 9621f0103ee8d79e44ad179b3b48d2de939e0ec4
1+ # trails-api v1 433eaece645cbf9f17cd606f725a45c8eda54949
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -846,6 +846,28 @@ components:
846846 status :
847847 type : number
848848 example : 422
849+ ErrorIntentsSameChainNative :
850+ type : object
851+ required :
852+ - error
853+ - code
854+ - msg
855+ - status
856+ properties :
857+ error :
858+ type : string
859+ example : " IntentsSameChainNative"
860+ code :
861+ type : number
862+ example : 7000
863+ msg :
864+ type : string
865+ example : " Intents skipped as client is attempting same-chain native transaction"
866+ cause :
867+ type : string
868+ status :
869+ type : number
870+ example : 400
849871 ErrorIntentsDisabled :
850872 type : object
851873 required :
You can’t perform that action at this time.
0 commit comments