Skip to content

Commit

Permalink
add selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielElp committed Jul 18, 2023
1 parent 9400f52 commit 503d38c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api/starknet_api_openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2446,6 +2446,11 @@
"description": "The target L2 address the message is sent to",
"$ref": "#/components/schemas/ADDRESS"
},
"entry_point_selector": {
"title": "Selector",
"description": "The selector of the l1_handler in invoke in the target contract",
"$ref": "#/components/schemas/FELT"
},
"payload": {
"description": "The payload of the message",
"title": "Payload",
Expand All @@ -2458,7 +2463,8 @@
"required": [
"from_address",
"to_address",
"payload"
"payload",
"entry_point_selector"
]
},
"TXN_FINALITY_STATUS": {
Expand Down

0 comments on commit 503d38c

Please sign in to comment.