Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Other Products
ICallProxy interface details - functions.
function submissionChainIdFrom() external returns (uint256)
function submissionNativeSender() external returns (bytes)
function call( address _reserveAddress, address _receiver, bytes _data, uint256 _flags, bytes _nativeSender, uint256 _chainIdFrom ) external returns (bool)
_reserveAddress
address
_receiver
_data
bytes
_flags
uint256
_nativeSender
_chainIdFrom
function callERC20( address _token, address _reserveAddress, address _receiver, bytes _data, uint256 _flags, bytes _nativeSender, uint256 _chainIdFrom ) external returns (bool)
_token