Skip to main content
A struct representing a call to a contract.

Signature

Members

to

The address of the contract to call.

Signature

selector

The entry point selector in the called contract.

Signature

calldata

The calldata to pass to entry point.

Signature