Type alias Execution

Execution: {
    callData: Hex;
    target: Address;
    value: bigint;
}

Type declaration

  • callData: Hex
  • target: Address
  • value: bigint