Skip to content

Commit

Permalink
Merge pull request #115 from starkware-libs/add_selector_to_msg_from_l1
Browse files Browse the repository at this point in the history
add selector to MSG_FROM_L1 (#115)
  • Loading branch information
ArielElp authored Jul 18, 2023
2 parents 517a3e9 + 503d38c commit 1ae810e
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 @@ -2351,6 +2351,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 @@ -2363,7 +2368,8 @@
"required": [
"from_address",
"to_address",
"payload"
"payload",
"entry_point_selector"
]
},
"TXN_FINALITY_STATUS": {
Expand Down

0 comments on commit 1ae810e

Please sign in to comment.