Returns the address of the caller contract. ReturnsDocumentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
0 if there is no caller—for example, when a transaction begins execution inside an
account contract.
Note: This function returns the direct caller. If you’re interested in the account that
initiated the transaction, use get_execution_info().tx_info.unbox().account_contract_address
instead.