Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Add call_type to rpc function invocation (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekryba authored Jun 29, 2023
1 parent 1768edc commit 90e0541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starknet_devnet/blueprints/rpc/structures/payloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,7 @@ def gateway_to_rpc_invocation(
"contract_address",
"entry_point_selector",
"calldata",
"call_type",
"caller_address",
"entry_point_type",
"class_hash",
Expand Down

0 comments on commit 90e0541

Please sign in to comment.