We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4fe06 commit 9ab471fCopy full SHA for 9ab471f
api-reference/trails-api.gen.json
@@ -1154,6 +1154,36 @@
1154
}
1155
1156
},
1157
+ "ErrorIntentsSameChainNative": {
1158
+ "type": "object",
1159
+ "required": [
1160
+ "error",
1161
+ "code",
1162
+ "msg",
1163
+ "status"
1164
+ ],
1165
+ "properties": {
1166
+ "error": {
1167
+ "type": "string",
1168
+ "example": "IntentsSameChainNative"
1169
+ },
1170
+ "code": {
1171
+ "type": "number",
1172
+ "example": 7000
1173
1174
+ "msg": {
1175
1176
+ "example": "Intents skipped as client is attempting same-chain native transaction"
1177
1178
+ "cause": {
1179
+ "type": "string"
1180
1181
+ "status": {
1182
1183
+ "example": 400
1184
+ }
1185
1186
1187
"ErrorIntentsDisabled": {
1188
"type": "object",
1189
"required": [
0 commit comments