Use a session to make a call or batch of calls, even if the session is not enabled yet.
AccountInstance
The instance of the account used for testing.
Session
The session to use for the call.
address
The address of the contract to call.
uint256
The amount of wei to send with the call.
bytes
The data to send with the call.
Execution[]
An array of executions to use in the session instead of doing a single call.
None